Files
pcas/configure/os/CONFIG.Common.linux-686
Janet B. Anderson a084474857 Initial version.
2003-12-18 15:35:28 +00:00

20 lines
474 B
Plaintext

# CONFIG.Common.linux-686
#
# $Id$
# This file is maintained by the build community.
#
# Definitions for linux-686 target builds
# Sites may override these definitions in CONFIG_SITE.Common.linux-686
#-------------------------------------------------------
# Include definitions common to all linux x86 targets
include $(CONFIG)/os/CONFIG.Common.linux-x86
# i686 is euivalent to pentiumpro
ARCH_DEP_CFLAGS = -march=i686
ifdef CROSS
GNU_TARGET=i686-pc-linux-gnu
endif