Skip to content

Commit c7375c7

Browse files
author
Bryan Henderson
committed
Change "ld" program back to ld from gcc for Linux. Backend make files need ld.
Must find alternate solution to libpq shared library build problem.
1 parent 604f4a6 commit c7375c7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/Makefile.global

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.95 1997/01/18 07:56:52 bryanh Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.96 1997/01/19 22:12:18 bryanh Exp $
1111
#
1212
# NOTES
1313
# Essentially all Postgres make files include this file and use the
@@ -580,10 +580,6 @@ endif
580580
MK_NO_LORDER= true
581581

582582
CC= gcc
583-
# gcc mainly just calls LD, but it also uses some default options that are
584-
# part of the gcc configuration, like search paths, and the user probably
585-
# wants those.
586-
LD= gcc
587583

588584
# use the regex library
589585
USE_REGEX= 1

0 commit comments

Comments
 (0)