From 0c92267f1e7337702feb14b53df62868341747d0 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 21 Dec 2009 19:28:02 +0000 Subject: [PATCH] Build both Host and Ioc targets during a cross build. --- configure/os/CONFIG.Common.linux-x86_64 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure/os/CONFIG.Common.linux-x86_64 b/configure/os/CONFIG.Common.linux-x86_64 index f1c7a2f5b..8f53cb8d7 100644 --- a/configure/os/CONFIG.Common.linux-x86_64 +++ b/configure/os/CONFIG.Common.linux-x86_64 @@ -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 -gcc, # e.g. x86_64-redhat-linux-gcc, put a GNU_TARGET definition in # CONFIG_SITE..linux-x86_64 file, e.g. GNU_TARGET=x86_64-redhat-linux