From 455060a7056e730554b0552806adb7e8817cfb3f Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 18 Dec 2003 15:58:43 +0000 Subject: [PATCH] Initial version. --- configure/os/CONFIG.Common.linux-athlon | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 configure/os/CONFIG.Common.linux-athlon diff --git a/configure/os/CONFIG.Common.linux-athlon b/configure/os/CONFIG.Common.linux-athlon new file mode 100644 index 000000000..56188ee6b --- /dev/null +++ b/configure/os/CONFIG.Common.linux-athlon @@ -0,0 +1,19 @@ +# CONFIG.Common.linux-athlon +# +# $Id$ +# This file is maintained by the build community. +# +# Definitions for linux-athlon target builds +# Sites may override these definitions in CONFIG_SITE.Common.linux-athlon +#------------------------------------------------------- + +# Include definitions common to all linux x86 targets +include $(CONFIG)/os/CONFIG.Common.linux-x86 + +ARCH_DEP_CFLAGS += -march=athlon-mp -mfpmath=sse + + +ifdef CROSS + GNU_TARGET=athlon-pc-linux-gnu +endif +