999-4.3.2-armeabi-aapcs-linux.patch 498 B

123456789101112131415161718
  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 @@
  11. case "$with_abi" in
  12. "" \
  13. - | apcs-gnu | atpcs | aapcs | iwmmxt )
  14. + | apcs-gnu | atpcs | aapcs | iwmmxt | aapcs-linux )
  15. #OK
  16. ;;
  17. *)