mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
gcc-4.2.4: Add patch to accept --with-abi=aapcs-linux
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
cfbf8abc33
commit
c6c7b99733
17
toolchain/gcc/4.2.4/1000-aapcs-linux.patch
Normal file
17
toolchain/gcc/4.2.4/1000-aapcs-linux.patch
Normal file
@@ -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
|
||||
;;
|
||||
*)
|
||||
Reference in New Issue
Block a user