diff options
author | Bryan Henderson <bryanh@giraffe.netgate.net> | 1997-01-19 22:12:18 +0000 |
---|---|---|
committer | Bryan Henderson <bryanh@giraffe.netgate.net> | 1997-01-19 22:12:18 +0000 |
commit | c7375c799ae5fa3ade833bf8d899b582a40fcdd5 (patch) | |
tree | e401c962dda53f42ce8f7c2a11a68c3b3d051969 /src | |
parent | 604f4a692805ace6c094cd21ae3aaba9dc9747b2 (diff) |
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.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.global | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/Makefile.global b/src/Makefile.global index bfd2303d2e7..8fb19b6119d 100644 --- a/src/Makefile.global +++ b/src/Makefile.global @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.95 1997/01/18 07:56:52 bryanh Exp $ +# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.96 1997/01/19 22:12:18 bryanh Exp $ # # NOTES # Essentially all Postgres make files include this file and use the @@ -580,10 +580,6 @@ endif MK_NO_LORDER= true CC= gcc -# gcc mainly just calls LD, but it also uses some default options that are -# part of the gcc configuration, like search paths, and the user probably -# wants those. -LD= gcc # use the regex library USE_REGEX= 1 |