From ebca2d912914002b1b3953bb535b2e664047b05e Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 7 Oct 2008 15:58:08 +0200 Subject: [PATCH] config.gcc (arm*-*-*): Add aapcs-linux to supported ABIs. 2008-10-07 Bernhard Reutner-Fischer * config.gcc (arm*-*-*): Add aapcs-linux to supported ABIs. From-SVN: r140936 --- gcc/ChangeLog | 4 ++++ gcc/config.gcc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e766799..e9e66b6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2008-10-07 Bernhard Reutner-Fischer + + * config.gcc (arm*-*-*): Add aapcs-linux to supported ABIs. + 2008-10-06 Adam Nemet * config/mips/mips.md (mulsi3_mul3, muldi3_mul3): Merge these ... diff --git a/gcc/config.gcc b/gcc/config.gcc index e3d170a..37afa85 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2656,7 +2656,7 @@ case "${target}" in case "$with_abi" in "" \ - | apcs-gnu | atpcs | aapcs | iwmmxt ) + | apcs-gnu | atpcs | aapcs | iwmmxt | aapcs-linux ) #OK ;; *) -- 2.7.4