(svn r1796) Revert r1792, because MorphOS has defaults for CC/CXX, they're just wrong, so setting CC/CXX using ?= simply did nothing
authortron
Fri, 04 Feb 2005 19:53:53 +0000
changeset 1292 d26565fa1b45
parent 1291 cbb62d2fb544
child 1293 be96e2bf9b3c
(svn r1796) Revert r1792, because MorphOS has defaults for CC/CXX, they're just wrong, so setting CC/CXX using ?= simply did nothing
Makefile
--- a/Makefile	Fri Feb 04 19:51:43 2005 +0000
+++ b/Makefile	Fri Feb 04 19:53:53 2005 +0000
@@ -216,8 +216,6 @@
 #
 # Compiler configuration
 #
-CC  ?= gcc
-CXX ?= g++
 
 # Executable file extension
 ifdef WIN32