diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-07-28 00:11:39 -0700 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-07-29 16:57:10 +0200 |
commit | c6c7b9973310a37db08d089c09345c45c5665beb (patch) | |
tree | fea78381c66690c15f6ed88ae9454ceaf7377da3 /toolchain/gcc/4.2.4/1000-aapcs-linux.patch | |
parent | cfbf8abc33d86a0cf5c1bb3e0817a22009b7f301 (diff) | |
download | buildroot-novena-c6c7b9973310a37db08d089c09345c45c5665beb.tar.gz buildroot-novena-c6c7b9973310a37db08d089c09345c45c5665beb.zip |
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>
Diffstat (limited to 'toolchain/gcc/4.2.4/1000-aapcs-linux.patch')
-rw-r--r-- | toolchain/gcc/4.2.4/1000-aapcs-linux.patch | 17 |
1 files changed, 17 insertions, 0 deletions
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 <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 + ;; + *) |