From 9b020e36b14c7247d9d4217bdd271a2126ef2aef Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Sat, 22 Jan 2011 06:45:28 +0100 Subject: Hacked that script a lot... --- gcc.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 gcc.patch (limited to 'gcc.patch') diff --git a/gcc.patch b/gcc.patch new file mode 100644 index 0000000..312def9 --- /dev/null +++ b/gcc.patch @@ -0,0 +1,12 @@ +diff -ur gcc-linaro-4.5-2010.11-1/gcc/config/arm/lib1funcs.asm gcc-linaro-4.5-2010.11-1-patched/gcc/config/arm/lib1funcs.asm +--- gcc-linaro-4.5-2010.11-1/gcc/config/arm/lib1funcs.asm 2010-11-08 23:11:38.000000000 +0100 ++++ gcc-linaro-4.5-2010.11-1-patched/gcc/config/arm/lib1funcs.asm 2011-01-19 23:20:14.000000000 +0100 +@@ -113,6 +113,8 @@ + #error Unable to determine architecture. + #endif + ++#undef __OPTIMIZE_SIZE__ ++ + /* There are times when we might prefer Thumb1 code even if ARM code is + permitted, for example, the code might be smaller, or there might be + interworking problems with switching to ARM state if interworking is -- cgit v1.2.3