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.
This commit is contained in:
parent
b531344c34
commit
666c6aff6b
|
@ -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
|
||||
|
|
|
@ -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 ;;
|
||||
|
|
Loading…
Reference in New Issue