From 06d634eab66c7ebce0fe02d87b2c0b48ac4fa72b Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 1 Jan 2002 22:16:45 +0000 Subject: Support arch specific optimizations (examples shown for x86 and ARM). Autodetect target architecture by asking the compiler. -Erik --- extra/Configs/Config.i386 | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'extra/Configs/Config.i386') diff --git a/extra/Configs/Config.i386 b/extra/Configs/Config.i386 index 11e3566c5..c7c202583 100644 --- a/extra/Configs/Config.i386 +++ b/extra/Configs/Config.i386 @@ -25,16 +25,9 @@ # other sundry sources. Files within this library are copyright by their # respective copyright holders. -# What arch do you want to compile for... -#TARGET_ARCH=arm -TARGET_ARCH=i386 -#TARGET_ARCH=m68k -#TARGET_ARCH=powerpc -#TARGET_ARCH=sh -#TARGET_ARCH=sparc - # If you are running a cross compiler, you may want to set this -# to something more interesting... +# to something more interesting... Target architecture is determined +# by asking this compiler what arch it compiles stuff for. NATIVE_CC = gcc CROSS = #$(TARGET_ARCH)-linux- CC = $(CROSS)gcc -- cgit v1.2.3