mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-21 22:51:06 +08:00
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
@ -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…
x
Reference in New Issue
Block a user