toolchain: fix build on arm with hardfloat host distro.

This commit is contained in:
Arne Fitzenreiter
2012-08-28 08:21:47 -04:00
parent bd8e98e8d8
commit 62a430f93f
3 changed files with 3 additions and 4 deletions

View File

@@ -34,6 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP)-pass$(PASS)
ifeq "$(PASS)" "1"
CFLAGS := $(patsubst -march=%,,$(CFLAGS))
CFLAGS := $(patsubst -mfloat-abi=%,,$(CFLAGS))
endif
# Set max cache size to 5GB