(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*
replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
tron 20 years ago
parent 04921a9015
commit 8eda8113d9

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

Loading…
Cancel
Save