1
0
Fork 0

(svn r5456) -Fix: detect the version of the TARGET, not the HOST please

release/0.5
truelight 2006-07-04 13:51:17 +00:00
parent f86d645d55
commit 7e5d4a88a1
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ ifndef CC_TARGET
CC_TARGET = $(CC_HOST)
endif
CC_VERSION = $(shell $(CC) -dumpversion | cut -c 1,3)
CC_VERSION = $(shell $(CC_TARGET) -dumpversion | cut -c 1,3)
# GNU make can only test for (in)equality
# this is a workaround to test for >=