From: Michael Gernoth Date: Tue, 8 Sep 2009 07:33:38 +0000 (+0200) Subject: allow overriding $CC for tclx X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis/commitdiff_plain/2a3a6b15a8d5d96c2a309805dbb647cfd72da300 allow overriding $CC for tclx --- diff --git a/src/tclx/config.mk b/src/tclx/config.mk index 22d43cb..69ca791 100644 --- a/src/tclx/config.mk +++ b/src/tclx/config.mk @@ -60,7 +60,7 @@ XPM_LIBS=-L/usr/X11R6/lib -lXpm # profiling is enabled, the DO_STRIPPING option below must be disabled. # -CC=gcc +#CC=gcc OPTIMIZE_FLAG=-O3 -DIS_LINUX #OPTIMIZE_FLAG=-g -DIS_LINUX