summaryrefslogtreecommitdiff
path: root/gcc.patch
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2011-01-22 06:45:28 +0100
committerPixel <pixel@nobis-crew.org>2011-02-06 20:54:02 -0800
commit9b020e36b14c7247d9d4217bdd271a2126ef2aef (patch)
tree91061c73b9b6caea1231d2a37e7b64d93248efe2 /gcc.patch
parent8e028a76fa8e7d07daa238a835d810bcedf0bc22 (diff)
Hacked that script a lot...
Diffstat (limited to 'gcc.patch')
-rw-r--r--gcc.patch12
1 files changed, 12 insertions, 0 deletions
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