From 85519eea8333aebc2850ae35514b3d8504008f7c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 27 Apr 1998 03:32:11 +0000 Subject: [PATCH] Fix cc-specifc compiler flags in templatees. --- src/template/i386_solaris-cc | 1 + src/template/sunos4-cc | 1 + 2 files changed, 2 insertions(+) diff --git a/src/template/i386_solaris-cc b/src/template/i386_solaris-cc index bed2669b14..7841287aaf 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 1fbc999db8..f9c4582ac9 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 -- 2.11.0