Build both Host and Ioc targets during a cross build.

This commit is contained in:
Janet B. Anderson
2009-12-21 19:28:02 +00:00
parent 3e2d9a3af4
commit 0c92267f1e

View File

@@ -16,10 +16,6 @@ ARCH_DEP_CPPFLAGS += -D_X86_64_
ARCH_DEP_CFLAGS += -m64
ARCH_DEP_LDFLAGS += -m64
ifeq ($(BUILD_CLASS),CROSS)
VALID_BUILDS = Ioc
endif
# If your crosscompiler name has a GNU target prefix like <gnutarget>-gcc,
# e.g. x86_64-redhat-linux-gcc, put a GNU_TARGET definition in
# CONFIG_SITE.<host>.linux-x86_64 file, e.g. GNU_TARGET=x86_64-redhat-linux