bump version
[buildroot.git] / toolchain / gcc / 4.3.3 / 999-4.3.2-armeabi-aapcs-linux.patch
blobf4b1c9c06a2892581ddc4d27cf673025e003ae8f
1 \\\\ followup of PR34205; trying to use aapcs-linux
2 \\ gcc/ChangeLog
3 \\
4 \\ 2008-09-18 Bernhard Reutner-Fischer <aldot@>
5 \\
6 \\ * config.gcc (arm*-*-*): Add aapcs-linux to supported ABIs.
7 \\
8 --- gcc-4.3.2.orig/gcc/config.gcc 2008-09-18 20:33:55.000000000 +0200
9 +++ gcc-4.3.2/gcc/config.gcc 2008-09-18 21:38:52.000000000 +0200
10 @@ -2921,7 +2921,7 @@
12 case "$with_abi" in
13 "" \
14 - | apcs-gnu | atpcs | aapcs | iwmmxt )
15 + | apcs-gnu | atpcs | aapcs | iwmmxt | aapcs-linux )
16 #OK