We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc18c38 commit fdcf8b6Copy full SHA for fdcf8b6
src/Makefile.global
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.94 1997/01/14 22:58:10 momjian Exp $
+# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.95 1997/01/18 07:56:52 bryanh Exp $
11
12
# NOTES
13
# Essentially all Postgres make files include this file and use the
@@ -580,6 +580,10 @@ endif
580
MK_NO_LORDER= true
581
582
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
587
588
# use the regex library
589
USE_REGEX= 1
0 commit comments