diff options
Diffstat (limited to 'gcc/gcc-3.3.3/arm-tune.patch')
-rw-r--r-- | gcc/gcc-3.3.3/arm-tune.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/gcc-3.3.3/arm-tune.patch b/gcc/gcc-3.3.3/arm-tune.patch index e69de29bb2..701c99b87c 100644 --- a/gcc/gcc-3.3.3/arm-tune.patch +++ b/gcc/gcc-3.3.3/arm-tune.patch @@ -0,0 +1,9 @@ +--- gcc/config/arm/linux-elf.h.orig 2004-03-11 14:46:33.000000000 +0000 ++++ gcc/config/arm/linux-elf.h 2004-03-11 14:48:23.000000000 +0000 +@@ -128,3 +128,6 @@ + + #define LINK_GCC_C_SEQUENCE_SPEC \ + "%{static:--start-group} %G %L %{static:--end-group}%{!static:%G}" ++ ++/* Tune for XScale. */ ++#define TARGET_TUNE_DEFAULT TARGET_CPU_xscale |