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
parent 9cf18af8
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 ...
......
......@@ -2656,7 +2656,7 @@ case "${target}" in
case "$with_abi" in
"" \
| apcs-gnu | atpcs | aapcs | iwmmxt )
| apcs-gnu | atpcs | aapcs | iwmmxt | aapcs-linux )
#OK
;;
*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment