From 4ad0bb5f3a5b2d03079819cf419b174a762c2d52 Mon Sep 17 00:00:00 2001 From: Vineet Gupta Date: Thu, 2 Jun 2016 15:03:47 +0100 Subject: [PATCH] Allow ARC Linux targets that do not use uclibc. bfd * config.bfd: Replace -uclibc with *. gas * configure.tgt: Replace -uclibc with *. ld * configure.tgt: Replace -uclibc with *. --- bfd/ChangeLog | 4 ++++ bfd/config.bfd | 2 +- gas/ChangeLog | 4 ++++ gas/configure.tgt | 2 +- ld/ChangeLog | 4 ++++ ld/configure.tgt | 2 +- 6 files changed, 15 insertions(+), 3 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b9cff24e75..1e65b7a72e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2016-06-02 Vineet Gupta + + * config.bfd: Replace -uclibc with *. + 2016-06-02 H.J. Lu * elf64-x86-64.c: Replace data32 with data16 in comments. diff --git a/bfd/config.bfd b/bfd/config.bfd index f7e9e223bc..8fef9c42a3 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -276,7 +276,7 @@ case "${targ}" in targ_defvec=am33_elf32_linux_vec ;; - arc*-*-elf* | arc*-*-linux-uclibc*) + arc*-*-elf* | arc*-*-linux*) targ_defvec=arc_elf32_le_vec targ_selvecs=arc_elf32_be_vec ;; diff --git a/gas/ChangeLog b/gas/ChangeLog index 235db52c65..3efdd073f2 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2016-06-02 Vineet Gupta + + * configure.tgt: Replace -uclibc with *. + 2016-06-02 Andrew Burgess * config/tc-arc.c (parse_opcode_flags): New function. diff --git a/gas/configure.tgt b/gas/configure.tgt index 4e0d4aa30f..eda38a2956 100644 --- a/gas/configure.tgt +++ b/gas/configure.tgt @@ -131,7 +131,7 @@ case ${generic_target} in alpha-*-openbsd*) fmt=elf em=obsd ;; arc-*-elf*) fmt=elf ;; - arc*-*-linux-uclibc*) fmt=elf bfd_gas=yes ;; + arc*-*-linux*) fmt=elf bfd_gas=yes ;; arm-*-aout) fmt=aout ;; arm-*-coff) fmt=coff ;; diff --git a/ld/ChangeLog b/ld/ChangeLog index 1b99a438ac..463f1a1fc9 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2016-06-02 Vineet Gupta + + * configure.tgt: Replace -uclibc with *. + 2016-05-28 Maciej W. Rozycki * testsuite/ld-mips-elf/unaligned-branch.d: New test. diff --git a/ld/configure.tgt b/ld/configure.tgt index 0b7637bdb9..625194342e 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -78,7 +78,7 @@ alpha*-*-*vms*) targ_emul=alphavms arc*-*-elf*) targ_emul=arcelf targ_extra_emuls="arcelf_prof arclinux arclinux_prof arcv2elf arcv2elfx" ;; -arc*-*-linux-uclibc*) targ_emul=arclinux +arc*-*-linux*) targ_emul=arclinux targ_extra_emuls="arclinux_prof arcelf arcelf_prof arcv2elf arcv2elfx" ;; arm-epoc-pe) targ_emul=arm_epoc_pe ; targ_extra_ofiles="deffilep.o pe-dll.o" ;; -- 2.34.1