[Buildroot] [git commit master 1/1] gcc-4.2.4: Add patch to accept --with-abi=aapcs-linux

Khem Raj raj.khem at gmail.com
Thu Jul 29 15:29:01 UTC 2010


commit: http://git.buildroot.net/buildroot/commit/?id=c6c7b9973310a37db08d089c09345c45c5665beb
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 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.1



More information about the buildroot mailing list