From bf6ff7cc1c636ba776f1d4780fff801118d4d59b Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 11 Dec 2007 21:17:03 +0000 Subject: [PATCH] Set valid builds to Ioc for cross builds. --- configure/os/CONFIG.Common.linux-x86_64 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure/os/CONFIG.Common.linux-x86_64 b/configure/os/CONFIG.Common.linux-x86_64 index 564828b47..f1c7a2f5b 100644 --- a/configure/os/CONFIG.Common.linux-x86_64 +++ b/configure/os/CONFIG.Common.linux-x86_64 @@ -16,9 +16,9 @@ ARCH_DEP_CPPFLAGS += -D_X86_64_ ARCH_DEP_CFLAGS += -m64 ARCH_DEP_LDFLAGS += -m64 -#ifeq ($(BUILD_CLASS),CROSS) -# VALID_BUILDS = Ioc -#endif +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