[Buildroot] [PATCH 3/3] gcc-4.2.4: Add patch to accept --with-abi=aapcs-linux

Khem Raj raj.khem at gmail.com
Wed Jul 28 07:11:39 UTC 2010


Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 toolchain/gcc/4.2.4/1000-aapcs-linux.patch |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)
 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 0000000..80c5afc
--- /dev/null
+++ b/toolchain/gcc/4.2.4/1000-aapcs-linux.patch
@@ -0,0 +1,17 @@
+2008-10-07  Bernhard Reutner-Fischer  <aldot at 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
+ 			;;
+ 		*)
-- 
1.7.0.4



More information about the buildroot mailing list