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:
parent
9cf18af8ee
commit
ebca2d9129
2 changed files with 5 additions and 1 deletions
|
@ -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 ...
|
||||
|
|
|
@ -2656,7 +2656,7 @@ case "${target}" in
|
|||
|
||||
case "$with_abi" in
|
||||
"" \
|
||||
| apcs-gnu | atpcs | aapcs | iwmmxt )
|
||||
| apcs-gnu | atpcs | aapcs | iwmmxt | aapcs-linux )
|
||||
#OK
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Add table
Reference in a new issue