gcc-4.2.4: Add patch to accept --with-abi=aapcs-linux
authorKhem Raj <raj.khem@gmail.com>
Wed, 28 Jul 2010 07:11:39 +0000 (00:11 -0700)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 29 Jul 2010 14:57:10 +0000 (16:57 +0200)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
toolchain/gcc/4.2.4/1000-aapcs-linux.patch [new file with mode: 0644]

diff --git a/toolchain/gcc/4.2.4/1000-aapcs-linux.patch b/toolchain/gcc/4.2.4/1000-aapcs-linux.patch
new file mode 100644 (file)
index 0000000..80c5afc
--- /dev/null
@@ -0,0 +1,17 @@
+2008-10-07  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
+
+       * config.gcc (arm*-*-*): Add aapcs-linux to supported ABIs.
+
+Index: gcc/gcc/config.gcc
+===================================================================
+--- gcc/gcc/config.gcc (revision 140935)
++++ gcc/gcc/config.gcc (revision 140936)
+@@ -2656,7 +2656,7 @@
+               case "$with_abi" in
+               "" \
+-              | apcs-gnu | atpcs | aapcs | iwmmxt )
++              | apcs-gnu | atpcs | aapcs | iwmmxt | aapcs-linux )
+                       #OK
+                       ;;
+               *)