(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 1952882e7e
commit 033c392aca

View File

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