GCC = /opt/gnu/bin/gcc not GCC = gcc

This commit is contained in:
Jeff Hill
1996-11-22 18:59:10 +00:00
parent 7aa17be09c
commit 87efbf9a7c

View File

@@ -10,7 +10,7 @@ BUILD_TYPE = Unix
# Compiler and utility invocation (supply path to compiler here)
# (with warning flags built in)
# Paths to compilers
GCC = gcc
GCC = /opt/gnu/bin/gcc
ACC = $(SPARCWORKS)/bin/cc
# SUNCC doesn't exist under Solaris