diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2017-07-10 13:55:26 +0000 |
---|---|---|
committer | Claudiu Zissulescu <claziss@gcc.gnu.org> | 2017-07-10 15:55:26 +0200 |
commit | b1938888f5a072e5619acba11b9e6ded42956ca3 (patch) | |
tree | d86b6b663d6536afe1e4d64a31e6810f9125be21 /gcc/config.gcc | |
parent | a7784956297871b69a023d8466d3dc88453f018b (diff) | |
download | gcc-b1938888f5a072e5619acba11b9e6ded42956ca3.zip gcc-b1938888f5a072e5619acba11b9e6ded42956ca3.tar.gz gcc-b1938888f5a072e5619acba11b9e6ded42956ca3.tar.bz2 |
[ARC] Configure script to allow non uclibc based triplets
gcc/
2017-07-10 Vineet Gupta <vgupta@synopsys.com>
* config.gcc: Remove uclibc from arc target spec.
libgcc/
2017-07-10 Vineet Gupta <vgupta@synopsys.com>
* config.host: Remove uclibc from arc target spec.
From-SVN: r250097
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 1b47457..933a451 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1044,7 +1044,7 @@ arc*-*-elf*) big*) tm_file="arc/big.h ${tm_file}" esac ;; -arc*-*-linux-uclibc*) +arc*-*-linux*) tm_file="arc/arc-arch.h dbxelf.h elfos.h gnu-user.h linux.h linux-android.h glibc-stdint.h arc/linux.h ${tm_file}" tmake_file="${tmake_file} arc/t-arc" extra_gcc_objs="driver-arc.o" |