From e4a3dff2ec7e1e524c96cd4ac844e2f48f042807 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 19 Jan 2017 09:10:51 +0100 Subject: [PATCH] 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. --- gas/ChangeLog | 4 ++++ gas/configure.tgt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index d6f9aef5704..2730c867df3 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -37,6 +37,10 @@ * testsuite/gas/mips/mips.exp: Fold corresponding list tests into the new tests. +2017-01-24 Sebastian Huber + + * configure.tgt (riscv*-*-*): Remove em=linux. + 2017-01-18 Maciej W. Rozycki PR gas/20649 diff --git a/gas/configure.tgt b/gas/configure.tgt index 823d7fc1d81..711d537e951 100644 --- a/gas/configure.tgt +++ b/gas/configure.tgt @@ -396,7 +396,7 @@ case ${generic_target} in ppc-*-kaos*) fmt=elf ;; ppc-*-lynxos*) fmt=elf em=lynx ;; - riscv*-*-*) fmt=elf endian=little em=linux ;; + riscv*-*-*) fmt=elf endian=little ;; s390-*-linux-*) fmt=elf em=linux ;; s390-*-tpf*) fmt=elf ;; -- 2.47.2