From 6b4728e5dac9a863433f474bd5f8c52837991b59 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 22 Oct 2007 14:39:11 +0000 Subject: [PATCH] Added VALID_BUILDS = Ioc. --- configure/os/CONFIG.Common.linux-386 | 2 ++ configure/os/CONFIG.Common.linux-486 | 2 ++ configure/os/CONFIG.Common.linux-586 | 2 ++ configure/os/CONFIG.Common.linux-686 | 2 ++ configure/os/CONFIG.Common.linux-arm | 2 ++ 5 files changed, 10 insertions(+) diff --git a/configure/os/CONFIG.Common.linux-386 b/configure/os/CONFIG.Common.linux-386 index b840a5c1c..262f83457 100644 --- a/configure/os/CONFIG.Common.linux-386 +++ b/configure/os/CONFIG.Common.linux-386 @@ -10,6 +10,8 @@ # 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) diff --git a/configure/os/CONFIG.Common.linux-486 b/configure/os/CONFIG.Common.linux-486 index 611ed2e4f..0cbd130f4 100644 --- a/configure/os/CONFIG.Common.linux-486 +++ b/configure/os/CONFIG.Common.linux-486 @@ -10,6 +10,8 @@ # Include definitions common to all linux x86 targets include $(CONFIG)/os/CONFIG.Common.linux-x86 +VALID_BUILDS = Ioc + ARCH_DEP_CFLAGS = -march=i486 ifeq ($(BUILD_CLASS),CROSS) diff --git a/configure/os/CONFIG.Common.linux-586 b/configure/os/CONFIG.Common.linux-586 index 00fdb48b1..b94ebf458 100644 --- a/configure/os/CONFIG.Common.linux-586 +++ b/configure/os/CONFIG.Common.linux-586 @@ -10,6 +10,8 @@ # Include definitions common to all linux x86 targets include $(CONFIG)/os/CONFIG.Common.linux-x86 +VALID_BUILDS = Ioc + # i586 is euivalent to pentiumpro ARCH_DEP_CFLAGS = -march=i586 diff --git a/configure/os/CONFIG.Common.linux-686 b/configure/os/CONFIG.Common.linux-686 index 2f4e6bf00..1b17a64e3 100644 --- a/configure/os/CONFIG.Common.linux-686 +++ b/configure/os/CONFIG.Common.linux-686 @@ -10,6 +10,8 @@ # Include definitions common to all linux x86 targets include $(CONFIG)/os/CONFIG.Common.linux-x86 +VALID_BUILDS = Ioc + # i686 is euivalent to pentiumpro ARCH_DEP_CFLAGS = -march=i686 diff --git a/configure/os/CONFIG.Common.linux-arm b/configure/os/CONFIG.Common.linux-arm index 0beec7aaf..35e71ddc3 100644 --- a/configure/os/CONFIG.Common.linux-arm +++ b/configure/os/CONFIG.Common.linux-arm @@ -9,6 +9,8 @@ # Include definitions common to all Linux targets include $(CONFIG)/os/CONFIG.Common.linuxCommon +VALID_BUILDS = Ioc + ARCH_CLASS = arm # Set a special definition for network order of Netwinder ARM floating point