diff options
-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 |