1
0
Fork 0

(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*
release/0.4.5
tron 2005-02-04 17:45:11 +00:00
parent 04921a9015
commit 8eda8113d9
1 changed files with 2 additions and 0 deletions

View File

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