From: Sebastian Huber Date: Thu, 19 Jan 2017 08:10:51 +0000 (+0100) Subject: RISC-V gas: Remove em=linux from configure.tgt X-Git-Tag: users/ARM/embedded-binutils-2_28-branch-2017q1~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4a3dff2ec7e1e524c96cd4ac844e2f48f042807;p=thirdparty%2Fbinutils-gdb.git RISC-V gas: Remove em=linux from configure.tgt The use of te-linux.h is unnecessary since the TE_LINUX define is unused and LOCAL_LABELS_FB is defined to 1 in tc-riscv.h as well. gas/ * configure.tgt (riscv*-*-*): Remove em=linux. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index d6f9aef5704..2730c867df3 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -37,6 +37,10 @@ * testsuite/gas/mips/mips.exp: Fold corresponding list tests into the new tests. +2017-01-24 Sebastian Huber + + * configure.tgt (riscv*-*-*): Remove em=linux. + 2017-01-18 Maciej W. Rozycki PR gas/20649 diff --git a/gas/configure.tgt b/gas/configure.tgt index 823d7fc1d81..711d537e951 100644 --- a/gas/configure.tgt +++ b/gas/configure.tgt @@ -396,7 +396,7 @@ case ${generic_target} in ppc-*-kaos*) fmt=elf ;; ppc-*-lynxos*) fmt=elf em=lynx ;; - riscv*-*-*) fmt=elf endian=little em=linux ;; + riscv*-*-*) fmt=elf endian=little ;; s390-*-linux-*) fmt=elf em=linux ;; s390-*-tpf*) fmt=elf ;;