(svn r1792) Revert r1761 and set fallback values via ?= for CC and CXX as there seem to be platforms (MorphOS) out there which don't provide some proper defaults.
authortron
Fri, 04 Feb 2005 17:45:11 +0000
changeset 1288 0ade62186168
parent 1287 450ecf56b3c8
child 1289 93edd9c4e1b6
(svn r1792) Revert r1761 and set fallback values via ?= for CC and CXX as there seem to be platforms (MorphOS) out there which don't provide some proper defaults.
Use gcc and g++ as defaults, because cc and c++ aren't available either. *sigh*
Makefile
--- a/Makefile	Fri Feb 04 17:14:36 2005 +0000
+++ b/Makefile	Fri Feb 04 17:45:11 2005 +0000
@@ -216,6 +216,8 @@
 #
 # Compiler configuration
 #
+CC  ?= gcc
+CXX ?= g++
 
 # Executable file extension
 ifdef WIN32