Gnu changes from Rozelle.

This commit is contained in:
Janet B. Anderson
1997-09-15 19:16:44 +00:00
parent f1e6a5e07c
commit 425aa806bb
2 changed files with 6 additions and 3 deletions

View File

@@ -14,9 +14,11 @@ ARCH_CLASS = solaris
# Compiler and utility invocation (supply path to compiler here)
# (with warning flags built in)
# Paths to compilers
GCC = /opt/gnu/bin/gcc
GCC = /usr/local/bin/gcc
ACC = $(SPARCWORKS)/bin/cc
# SUNCC doesn't exist under Solaris
G++ = /usr/local/bin/g++
CCC = $(SPARCWORKS)/bin/CC
#
# required by sun's C++ compiler
@@ -30,8 +32,6 @@ ARCMD = $($(CPLUSPLUS)_AR) $@
RANLIB =
YACC = $(EYACC)
LEX = $(ELEX)
G++ = /opt/gnu/bin/g++
CCC = /opt/SUNWspro/bin/CC
CP=cp
MV=mv

View File

@@ -23,4 +23,7 @@ SPARCWORKS = /opt/SUNWspro
#SPECIAL_LANG = $(SPARCWORKS)/lib
SPECIAL_LANG = .
# APS overrides of CONFIG.solaris definitions
GCC = /opt/gnu/bin/gcc
G++ = /opt/gnu/bin/g++