From 42af0cab542561fb7912c1d911857bf6bd371163 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 11 Dec 2007 20:58:26 +0000 Subject: [PATCH] GNU_TARGET now in a CONFIG_SITE file. --- configure/os/CONFIG.Common.linux-athlon | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/configure/os/CONFIG.Common.linux-athlon b/configure/os/CONFIG.Common.linux-athlon index 46a4ca953..af018d11e 100644 --- a/configure/os/CONFIG.Common.linux-athlon +++ b/configure/os/CONFIG.Common.linux-athlon @@ -12,9 +12,11 @@ include $(CONFIG)/os/CONFIG.Common.linux-x86 ARCH_DEP_CFLAGS += -march=athlon-mp -mfpmath=sse - ifeq ($(BUILD_CLASS),CROSS) VALID_BUILDS = Ioc - GNU_TARGET=athlon-pc-linux-gnu endif +# If your crosscompiler name has a GNU target prefix like -gcc, +# e.g. athlon-pc-linux-gnu-gcc, put a GNU_TARGET definition in +# CONFIG_SITE..linux-athlon file, e.g. GNU_TARGET=athlon-pc-linux-gnu +