(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*
This commit is contained in:
tron 2005-02-04 17:45:11 +00:00
parent b5ed24e39e
commit cf5dfe6646

View File

@ -216,6 +216,8 @@ endif
#
# Compiler configuration
#
CC ?= gcc
CXX ?= g++
# Executable file extension
ifdef WIN32