Set VALID_BUILDS to Ioc when cross-compiled.

This commit is contained in:
Janet B. Anderson
2007-11-07 20:36:07 +00:00
parent a76989303a
commit bfa50a488d
6 changed files with 6 additions and 10 deletions

View File

@@ -10,11 +10,10 @@
# Include definitions common to all linux x86 targets
include $(CONFIG)/os/CONFIG.Common.linux-x86
VALID_BUILDS = Ioc
ARCH_DEP_CFLAGS = -march=i386
ifeq ($(BUILD_CLASS),CROSS)
VALID_BUILDS = Ioc
GNU_TARGET=i386-pc-linux-gnu
endif