1000-aapcs-linux.patch 469 B

1234567891011121314151617
  1. 2008-10-07 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
  2. * config.gcc (arm*-*-*): Add aapcs-linux to supported ABIs.
  3. Index: gcc/gcc/config.gcc
  4. ===================================================================
  5. --- gcc/gcc/config.gcc (revision 140935)
  6. +++ gcc/gcc/config.gcc (revision 140936)
  7. @@ -2656,7 +2656,7 @@
  8. case "$with_abi" in
  9. "" \
  10. - | apcs-gnu | atpcs | aapcs | iwmmxt )
  11. + | apcs-gnu | atpcs | aapcs | iwmmxt | aapcs-linux )
  12. #OK
  13. ;;
  14. *)