(svn r1796) Revert r1792, because MorphOS has defaults for CC/CXX, they're just wrong, so setting CC/CXX using ?= simply did nothing

This commit is contained in:
tron 2005-02-04 19:53:53 +00:00
parent 54a84a6e6e
commit 50df3ec103

View File

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