From 87efbf9a7cae44ce41b0ea609f360b7ddef68fe7 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 22 Nov 1996 18:59:10 +0000 Subject: [PATCH] GCC = /opt/gnu/bin/gcc not GCC = gcc --- config/CONFIG.solaris | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/CONFIG.solaris b/config/CONFIG.solaris index 8740876ce..91f4b1b75 100644 --- a/config/CONFIG.solaris +++ b/config/CONFIG.solaris @@ -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