From c6c7b9973310a37db08d089c09345c45c5665beb Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 28 Jul 2010 00:11:39 -0700 Subject: gcc-4.2.4: Add patch to accept --with-abi=aapcs-linux Signed-off-by: Khem Raj Signed-off-by: Peter Korsgaard --- toolchain/gcc/4.2.4/1000-aapcs-linux.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 toolchain/gcc/4.2.4/1000-aapcs-linux.patch 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 index 000000000..80c5afc19 --- /dev/null +++ b/toolchain/gcc/4.2.4/1000-aapcs-linux.patch @@ -0,0 +1,17 @@ +2008-10-07 Bernhard Reutner-Fischer + + * 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 + ;; + *) -- cgit v1.2.3