diff options
author | Bruce Momjian <bruce@momjian.us> | 1998-04-27 03:32:11 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1998-04-27 03:32:11 +0000 |
commit | 85519eea8333aebc2850ae35514b3d8504008f7c (patch) | |
tree | 8dda781c7e11561b023e1cef56947acfa3f813d3 /src | |
parent | 306f89232aa9ca0e93fd750de29a64ee50a5b488 (diff) | |
download | postgresql-85519eea8333aebc2850ae35514b3d8504008f7c.tar.gz postgresql-85519eea8333aebc2850ae35514b3d8504008f7c.zip |
Fix cc-specifc compiler flags in templatees.
Diffstat (limited to 'src')
-rw-r--r-- | src/template/i386_solaris-cc | 1 | ||||
-rw-r--r-- | src/template/sunos4-cc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/template/i386_solaris-cc b/src/template/i386_solaris-cc index bed2669b148..7841287aaf5 100644 --- a/src/template/i386_solaris-cc +++ b/src/template/i386_solaris-cc @@ -8,3 +8,4 @@ USE_LOCALE:no DLSUFFIX:.so YFLAGS:-d YACC: +CC:cc diff --git a/src/template/sunos4-cc b/src/template/sunos4-cc index 1fbc999db8f..f9c4582ac9d 100644 --- a/src/template/sunos4-cc +++ b/src/template/sunos4-cc @@ -8,3 +8,4 @@ USE_LOCALE:no DLSUFFIX:.so YFLAGS:-d YACC: +CC:cc |