diff options
author | Sebastian Huber <sebastian.huber@embedded-brains.de> | 2017-01-19 09:10:51 +0100 |
---|---|---|
committer | Palmer Dabbelt <palmer@dabbelt.com> | 2017-01-24 10:38:42 -0800 |
commit | 666c6aff6beaea9a5724ccc8079559a2c67a5113 (patch) | |
tree | 27275e1f74c9e47c88529d76070010cb2148dcd8 /gas | |
parent | b531344c34b05fcd55ce65776ff50b9a752d60c1 (diff) | |
download | fsf-binutils-gdb-666c6aff6beaea9a5724ccc8079559a2c67a5113.zip fsf-binutils-gdb-666c6aff6beaea9a5724ccc8079559a2c67a5113.tar.gz fsf-binutils-gdb-666c6aff6beaea9a5724ccc8079559a2c67a5113.tar.bz2 |
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.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/configure.tgt | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index a248b24..99fd9c4 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2017-01-24 Sebastian Huber <sebastian.huber@embedded-brains.de> + + * configure.tgt (riscv*-*-*): Remove em=linux. + 2017-01-23 Sebastian Rasmussen <sebras@gmail.com> PR gas/21072 diff --git a/gas/configure.tgt b/gas/configure.tgt index 9760b18..dfd8f22 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 ;; |