Added VALID_BUILDS = Ioc.

This commit is contained in:
Janet B. Anderson
2007-10-22 14:39:11 +00:00
parent 5e4d8dc187
commit 6b4728e5da
5 changed files with 10 additions and 0 deletions

View File

@@ -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)

View File

@@ -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)

View File

@@ -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

View File

@@ -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

View File

@@ -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