From 64c60422461e11401677ed42382eac9ba0902bed Mon Sep 17 00:00:00 2001 From: Iain Buclaw Date: Tue, 25 Aug 2020 11:54:16 +0200 Subject: [PATCH] contrib: Add OPT-enable-obsolete to tile*-*-* The tile*-*-* targets were marked as obsolete in SVN r259724. contrib/ChangeLog: * config-list.mk (LIST): Add OPT-enable-obsolete to tilegx-linux-gnu, tilegxbe-linux-gnu, and tilepro-linux-gnu. --- contrib/config-list.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/config-list.mk b/contrib/config-list.mk index 5818f7d..8a4ce8a 100644 --- a/contrib/config-list.mk +++ b/contrib/config-list.mk @@ -93,7 +93,8 @@ LIST = aarch64-elf aarch64-linux-gnu aarch64-rtems \ sparc64-sun-solaris2.11OPT-with-gnu-ldOPT-with-gnu-asOPT-enable-threads=posix \ sparc-wrs-vxworks sparc64-elf sparc64-rtems sparc64-linux sparc64-freebsd6 \ sparc64-netbsd sparc64-openbsd \ - tilegx-linux-gnu tilegxbe-linux-gnu tilepro-linux-gnu \ + tilegx-linux-gnuOPT-enable-obsolete tilegxbe-linux-gnuOPT-enable-obsolete \ + tilepro-linux-gnuOPT-enable-obsolete \ v850e1-elf v850e-elf v850-elf v850-rtems vax-linux-gnu \ vax-netbsdelf vax-openbsd visium-elf x86_64-apple-darwin \ x86_64-pc-linux-gnuOPT-with-fpmath=avx \ -- 2.7.4