Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Commit

Permalink
RISC-V gas: Remove em=linux from configure.tgt
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sebhub authored and palmer-dabbelt committed Jan 24, 2017
1 parent b531344 commit 666c6af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions gas/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2017-01-24 Sebastian Huber <[email protected]>

* configure.tgt (riscv*-*-*): Remove em=linux.

2017-01-23 Sebastian Rasmussen <[email protected]>

PR gas/21072
Expand Down
2 changes: 1 addition & 1 deletion gas/configure.tgt
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;;
Expand Down

0 comments on commit 666c6af

Please sign in to comment.