22 lines
628 B
Plaintext
22 lines
628 B
Plaintext
# CONFIG.Common.linux-586
|
|
#
|
|
# Definitions for linux-586 target builds
|
|
# Sites may override these definitions in CONFIG_SITE.Common.linux-586
|
|
#-------------------------------------------------------
|
|
|
|
# Include definitions common to all linux x86 targets
|
|
include $(CONFIG)/os/CONFIG.Common.linux-x86
|
|
|
|
# i586 is equivalent to pentium
|
|
ARCH_DEP_CFLAGS = -march=i586
|
|
|
|
ifeq ($(BUILD_CLASS),CROSS)
|
|
VALID_BUILDS = Ioc
|
|
endif
|
|
|
|
# If your crosscompiler name has a GNU target prefix like <gnutarget>-gcc,
|
|
# e.g. i586-pc-linux-gnu-gcc, put a GNU_TARGET definition in
|
|
# CONFIG_SITE.<host>.linux-586 file, e.g. GNU_TARGET=i586-pc-linux-gnu
|
|
|
|
|