From f96441b9faf769c9ecdd4d338b605ea3d0cc4010 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 9 Nov 2004 00:36:47 +0000 Subject: Disable bk EOLN_NATIVE conversions on all files in packages FILESPATHs, to prevent it screwing up patches. BKrev: 4190111fA4MuVozAqwE7xOSL9fr-TA --- gcc/gcc-3.3.4/arm-tune.patch | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'gcc/gcc-3.3.4/arm-tune.patch') diff --git a/gcc/gcc-3.3.4/arm-tune.patch b/gcc/gcc-3.3.4/arm-tune.patch index e69de29bb2..701c99b87c 100644 --- a/gcc/gcc-3.3.4/arm-tune.patch +++ b/gcc/gcc-3.3.4/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 -- cgit v1.2.3