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: gdb-8.0-release~828 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=666c6aff6beaea9a5724ccc8079559a2c67a5113;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 a248b2491f3..99fd9c44318 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2017-01-24 Sebastian Huber + + * configure.tgt (riscv*-*-*): Remove em=linux. + 2017-01-23 Sebastian Rasmussen PR gas/21072 diff --git a/gas/configure.tgt b/gas/configure.tgt index 9760b18fd26..dfd8f227f7c 100644 --- a/gas/configure.tgt +++ b/gas/configure.tgt @@ -399,7 +399,7 @@ case ${generic_target} in pru-*-*) fmt=elf ;; - riscv*-*-*) fmt=elf endian=little em=linux ;; + riscv*-*-*) fmt=elf endian=little ;; s390-*-linux-*) fmt=elf em=linux ;; s390-*-tpf*) fmt=elf ;;