(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 7ccc1c504331
parent 1287 adb8820d4600
child 1289 2514debc704e
(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