]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config.gcc (arm*-*-*): Add aapcs-linux to supported ABIs.
authorBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Tue, 7 Oct 2008 13:58:08 +0000 (15:58 +0200)
committerBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Tue, 7 Oct 2008 13:58:08 +0000 (15:58 +0200)
2008-10-07  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>

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

From-SVN: r140936

gcc/ChangeLog
gcc/config.gcc

index e766799ad5b6bcbab92e4cc0906fe819bb380434..e9e66b6dffe75bb47809b938aaeaaecf2d799d17 100644 (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 ...
index e3d170aad95e338733264c2cdf79027a11af381b..37afa852abb8652eb9184e40a934c57a87006c3d 100644 (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
                        ;;
                *)