aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/configure.tgt2
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 1b99a43..463f1a1 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2016-06-02 Vineet Gupta <Vineet.Gupta1@synopsys.com>
+
+ * configure.tgt: Replace -uclibc with *.
+
2016-05-28 Maciej W. Rozycki <macro@imgtec.com>
* testsuite/ld-mips-elf/unaligned-branch.d: New test.
diff --git a/ld/configure.tgt b/ld/configure.tgt
index 0b7637b..6251943 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" ;;