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:
parent
d509d8f653
commit
0cec9ead99
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue