[PATCH] RISC-V gas: Remove em=linux from configure.tgt

Sebastian Huber sebastian.huber@embedded-brains.de
Thu Jan 19 08:10:00 GMT 2017


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.
---
 gas/configure.tgt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 ;;
-- 
1.8.4.5



More information about the Binutils mailing list