summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2013-05-16 11:36:39 +0000
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2013-05-16 11:36:39 +0000
commit062ed8458e2416dac2ea959a50c60ae54dee740f (patch)
tree027f427a293bb99c6ce300bf89defcb01e5e0660 /contrib
parent9c7f0e6291a0f136d7e47478b7a6d3c79b0b849a (diff)
downloadgcc-062ed8458e2416dac2ea959a50c60ae54dee740f.tar.gz
Obsolete Solaris 9 support
gcc: * config.gcc: Obsolete *-*-solaris2.9*. * doc/install.texi (Specific, *-*-solaris2*): Document it. contrib: * config-list.mk (LIST): Add -enable-obsolete for sparc-sun-solaris2.9, i686-solaris2.9. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@198969 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ChangeLog5
-rw-r--r--contrib/config-list.mk3
2 files changed, 7 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index 1cdc796db34..1fd90b75a08 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,8 @@
+2013-05-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
+ * config-list.mk (LIST): Add -enable-obsolete for
+ sparc-sun-solaris2.9, i686-solaris2.9.
+
2013-05-13 Mike Stump <mikestump@comcast.net>
* compare_tests: Limit lines to 2000 characters as comm on Mac OS
diff --git a/contrib/config-list.mk b/contrib/config-list.mk
index 1526155ec11..9a141c26be5 100644
--- a/contrib/config-list.mk
+++ b/contrib/config-list.mk
@@ -67,7 +67,8 @@ LIST = aarch64-elf aarch64-linux-gnu \
x86_64-elfOPT-with-fpmath=sse x86_64-freebsd6 x86_64-netbsd \
x86_64-knetbsd-gnu x86_64-w64-mingw32 \
x86_64-mingw32OPT-enable-sjlj-exceptions=yes xstormy16-elf xtensa-elf \
- xtensa-linux sparc-sun-solaris2.9 i686-solaris2.9 \
+ xtensa-linux \
+ sparc-sun-solaris2.9OPT-enable-obsolete i686-solaris2.9OPT-enable-obsolete \
i686-interix3OPT-enable-obsolete score-elfOPT-enable-obsolete
LOGFILES = $(patsubst %,log/%-make.out,$(LIST))