From patchwork Thu Jun 7 08:12:26 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [ARM] Add arm-linux-gnueabihf triplet support. Date: Wed, 06 Jun 2012 22:12:26 -0000 From: Zhenqiang Chen X-Patchwork-Id: 163513 Message-Id: To: gcc-patches@gcc.gnu.org Hi, The patch adds arm-linux-gnueabihf triplet support. No regression for arm-linux-gnueabi tests. There are some differences between testsuite results on softfp Natty builders and the new hard float Precise builders. But none are due to the change in triplet. Thanks! -Zhenqiang gcc/ada/ChangeLog: 2012-06-07 Zhenqiang Chen * gcc-interface/Makefile.in: Update linux-gnueabi to linux-gnueabi%. gcc/ChangeLog: 2012-06-07 Zhenqiang Chen * config.gcc: Update arm*-*-linux-*eabi to arm*-*-linux-*eabi*. Add hard-float as default for arm*-*-*eabihf. libgcc/ChangeLog: 2012-06-07 Zhenqiang Chen * config.host: Update arm*-*-linux-*eabi to arm*-*-linux-*eabi*. libjava/ChangeLog: 2012-06-07 Zhenqiang Chen * configure: Update arm*linux*eabi to arm*linux*eabi*. * configure.ac: Likewise. libstdc++-v3/ChangeLog: 2012-06-07 Zhenqiang Chen * configure.host: Update arm*-*-linux-*eabi to arm*-*-linux-*eabi*. diff --git a/gcc/ada/gcc-interface/Makefile.in b/gcc/ada/gcc-interface/Makefile.in index 21c2471..bae126d 100644 --- a/gcc/ada/gcc-interface/Makefile.in +++ b/gcc/ada/gcc-interface/Makefile.in @@ -1828,7 +1828,7 @@ ifeq ($(strip $(filter-out powerpc% e500% linux%,$(arch) $(osys))),) LIBRARY_VERSION := $(LIB_VERSION) endif -ifeq ($(strip $(filter-out arm% linux-gnueabi,$(arch) $(osys)-$(word 4,$(targ)))),) +ifeq ($(strip $(filter-out arm% linux-gnueabi%,$(arch) $(osys)-$(word 4,$(targ)))),) LIBGNAT_TARGET_PAIRS = \ a-intnam.ads