diff options
author | Vineet Gupta <Vineet.Gupta1@synopsys.com> | 2016-06-02 15:03:47 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-06-02 15:03:47 +0100 |
commit | 4ad0bb5f3a5b2d03079819cf419b174a762c2d52 (patch) | |
tree | ad64d33726368e578bbbf46d46c2b2f8dd2c9d1d /gas/configure.tgt | |
parent | 3ddf1bdd423a127564d5d13cabde8863431576a3 (diff) | |
download | gdb-4ad0bb5f3a5b2d03079819cf419b174a762c2d52.zip gdb-4ad0bb5f3a5b2d03079819cf419b174a762c2d52.tar.gz gdb-4ad0bb5f3a5b2d03079819cf419b174a762c2d52.tar.bz2 |
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 *.
Diffstat (limited to 'gas/configure.tgt')
-rw-r--r-- | gas/configure.tgt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/configure.tgt b/gas/configure.tgt index 4e0d4aa..eda38a2 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 ;; |