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 /libgcc | |
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 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 4 | ||||
-rw-r--r-- | libgcc/config.host | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index e2de038..1a4de2c 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2017-07-10 Vineet Gupta <vgupta@synopsys.com> + + * config.host: Remove uclibc from arc target spec. + 2017-07-09 Krister Walfridsson <krister.walfridsson@gmail.com> * config.host (*-*-netbsd*): Remove check for aout NetBSD releases. diff --git a/libgcc/config.host b/libgcc/config.host index 989ac71..a5ab453 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -383,7 +383,7 @@ arc*-*-elf*) extra_parts="crti.o crtn.o crtend.o crtbegin.o crtendS.o crtbeginS.o" extra_parts="$extra_parts crttls.o" ;; -arc*-*-linux-uclibc*) +arc*-*-linux*) tmake_file="${tmake_file} t-slibgcc-libgcc t-slibgcc-nolc-override arc/t-arc-uClibc arc/t-arc" extra_parts="$extra_parts crti.o crtn.o" extra_parts="$extra_parts crttls.o" |