diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2017-09-12 07:05:19 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2017-09-12 07:05:19 +0000 |
commit | 072f1e63ad57fdcabb2ce52eaa7e57410bf442cb (patch) | |
tree | da00356ad8f78b3b0ecf9133e74119e82727c6c8 /gcc | |
parent | ff3e3d99e2fb910570dd386ebe9e205c47724079 (diff) | |
download | gcc-072f1e63ad57fdcabb2ce52eaa7e57410bf442cb.zip gcc-072f1e63ad57fdcabb2ce52eaa7e57410bf442cb.tar.gz gcc-072f1e63ad57fdcabb2ce52eaa7e57410bf442cb.tar.bz2 |
* gcc-interface/Makefile.in (SPARC/Solaris): Remove obsolete stuff.
From-SVN: r251997
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/ada/gcc-interface/Makefile.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 0e89c84..dbf5210 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,7 @@ +2017-09-12 Eric Botcazou <ebotcazou@adacore.com> + + * gcc-interface/Makefile.in (SPARC/Solaris): Remove obsolete stuff. + 2017-09-11 Arnaud Charlet <charlet@adacore.com> * doc/gnat_ugn/the_gnat_compilation_model.rst: Fix sphinx warning. diff --git a/gcc/ada/gcc-interface/Makefile.in b/gcc/ada/gcc-interface/Makefile.in index c05395a..2fa47ca 100644 --- a/gcc/ada/gcc-interface/Makefile.in +++ b/gcc/ada/gcc-interface/Makefile.in @@ -918,10 +918,6 @@ ifeq ($(strip $(filter-out sparc% sun solaris%,$(target_cpu) $(target_vendor) $( GNATLIB_SHARED = gnatlib-shared-dual GMEM_LIB = gmemlib LIBRARY_VERSION := $(LIB_VERSION) - - ifeq ($(strip $(filter-out m64,$(THREAD_KIND))),) - LIBGNAT_TARGET_PAIRS = $(LIBGNAT_TARGET_PAIRS_64) - endif endif # x86 and x86-64 solaris |