Allow ARC Linux targets that do not use uclibc.
authorVineet Gupta <Vineet.Gupta1@synopsys.com>
Thu, 2 Jun 2016 14:03:47 +0000 (15:03 +0100)
committerNick Clifton <nickc@redhat.com>
Thu, 2 Jun 2016 14:03:47 +0000 (15:03 +0100)
bfd    * config.bfd: Replace -uclibc with *.

gas    * configure.tgt: Replace -uclibc with *.

ld     * configure.tgt: Replace -uclibc with *.

bfd/ChangeLog
bfd/config.bfd
gas/ChangeLog
gas/configure.tgt
ld/ChangeLog
ld/configure.tgt

index b9cff24e755e170c272a982fa2e360cb239285b7..1e65b7a72e851ab8af10d439e5249d83f6679266 100644 (file)
@@ -1,3 +1,7 @@
+2016-06-02  Vineet Gupta  <Vineet.Gupta1@synopsys.com>
+
+       * config.bfd: Replace -uclibc with *.
+
 2016-06-02  H.J. Lu  <hongjiu.lu@intel.com>
 
        * elf64-x86-64.c: Replace data32 with data16 in comments.
index f7e9e223bc934186bf090153b979f6133086968c..8fef9c42a32f92be6b1b6f95974c0d5349eb5fda 100644 (file)
@@ -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
     ;;
index 235db52c651665fe66d39961c7fd05109cc44829..3efdd073f20de16d9f3353a70ff8473e47f3ec89 100644 (file)
@@ -1,3 +1,7 @@
+2016-06-02  Vineet Gupta  <Vineet.Gupta1@synopsys.com>
+
+       * configure.tgt: Replace -uclibc with *.
+
 2016-06-02  Andrew Burgess  <andrew.burgess@embecosm.com>
 
        * config/tc-arc.c (parse_opcode_flags): New function.
index 4e0d4aa30fabc48f3fef3454c7deff6042d85b4e..eda38a295610fc7d84b8e53197f2079f7543ae1d 100644 (file)
@@ -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 ;;
index 1b99a438ac895a0d80f1edd9f3154225ffa8d909..463f1a1fc930560e61d90c1aceb9c32b75d0c1e1 100644 (file)
@@ -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.
index 0b7637bdb9215a7c7f863ada3ed8ce1d8a92695a..625194342e7bb38465956ff6a7fac6d0f170d269 100644 (file)
@@ -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" ;;
This page took 0.032743 seconds and 4 git commands to generate.