sb120: #i110061# ...and make sure CC/CXX are used where appropriate (again based on that other patch by cloph)

(transplanted from 7319e4d72cb37e0076e73c64abe7dbb01acc3bb3)
This commit is contained in:
sb 2010-03-11 23:39:21 +01:00
parent d509d8f653
commit 0cec9ead99

View file

@ -85,8 +85,8 @@ ARCH_FLAGS*=
# objcpp = Objective C++ compiler to use
CXX*=g++
CC*=gcc
objc*=gcc
objcpp*=g++
objc*=$(CC)
objcpp*=$(CXX)
CFLAGS=-fsigned-char -fmessage-length=0 -malign-natural -c $(EXTRA_CFLAGS)