config.gcc (arm*-*-*): Add aapcs-linux to supported ABIs.

2008-10-07  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>

	* config.gcc (arm*-*-*): Add aapcs-linux to supported ABIs.

From-SVN: r140936
This commit is contained in:
Bernhard Reutner-Fischer 2008-10-07 15:58:08 +02:00
parent 9cf18af8ee
commit ebca2d9129
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-10-07 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
* config.gcc (arm*-*-*): Add aapcs-linux to supported ABIs.
2008-10-06 Adam Nemet <anemet@caviumnetworks.com>
* config/mips/mips.md (mulsi3_mul3, muldi3_mul3): Merge these ...

View File

@ -2656,7 +2656,7 @@ case "${target}" in
case "$with_abi" in
"" \
| apcs-gnu | atpcs | aapcs | iwmmxt )
| apcs-gnu | atpcs | aapcs | iwmmxt | aapcs-linux )
#OK
;;
*)