File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 7
7
#
8
8
#
9
9
# IDENTIFICATION
10
- # $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.76 1996/12/04 03:05:45 bryanh Exp $
10
+ # $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.77 1996/12/09 01:16:51 bryanh Exp $
11
11
#
12
12
# NOTES
13
13
# Essentially all Postgres make files include this file and use the
@@ -720,14 +720,18 @@ endif
720
720
# Common values for COPT are: -g for debuggable binaries, -m486 if you are
721
721
# using a i486 or better.
722
722
723
+ ifneq ($(CUSTOM_CC),)
724
+ CC= $(CUSTOM_CC)
725
+ endif
726
+
723
727
ifneq ($(CUSTOM_COPT),)
724
- COPT= $(CUSTOM_COPT)
728
+ COPT= $(CUSTOM_COPT)
725
729
else
726
- ifeq ($(CC), gcc)
727
- COPT= -O2 -Werror
728
- else
729
- COPT= -O
730
- endif
730
+ ifeq ($(CC), gcc)
731
+ COPT= -O2 -Werror
732
+ else
733
+ COPT= -O
734
+ endif
731
735
endif
732
736
733
737
You can’t perform that action at this time.
0 commit comments