- default to mips I for mipsel and mips III for mips

- suggest some target flags for abi64
This commit is contained in:
Bernhard Reutner-Fischer
2007-10-02 21:36:49 +00:00
parent f393387661
commit 05195c3d00
2 changed files with 9 additions and 1 deletions

View File

@@ -51,6 +51,10 @@ ifeq ($(findstring y,$(BR2_sparc_v9a)$(BR2_sparc64_v9a)$(BR2_sparc_v9b)$(BR2_spa
TARGET_CFLAGS+=-mvis
endif
ifeq ($(findstring yy,$(BR2_mips)$(BR2_MIPS_ABI64)),yy)
TARGET_CFLAGS+=-fno-pic -mno-abicalls
endif
TARGET_CXXFLAGS=$(TARGET_CFLAGS)
# else it's an external toolchain