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.v850e | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'extra/Configs/Config.v850e') diff --git a/extra/Configs/Config.v850e b/extra/Configs/Config.v850e index 25031dd5e..d7d93e596 100644 --- a/extra/Configs/Config.v850e +++ b/extra/Configs/Config.v850e @@ -30,11 +30,9 @@ PROJ_UCLINUX=/proj/soft2/uclinux # Cross compile on i386-pc-linux-gnu DESTDIR=$(PROJ_UCLINUX)/i386-pc-linux-gnu/v850e-linux -# What arch do you want to compile for... -TARGET_ARCH = v850 - # 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 = v850e-elf- CC = $(CROSS)gcc -- cgit v1.2.3