diff options
author | Iain Buclaw <ibuclaw@gdcproject.org> | 2020-08-25 11:54:16 +0200 |
---|---|---|
committer | Iain Buclaw <ibuclaw@gdcproject.org> | 2020-08-26 10:03:56 +0200 |
commit | 64c60422461e11401677ed42382eac9ba0902bed (patch) | |
tree | 6f3e0ec3458205601dfffca224a26a259ac732b3 /contrib | |
parent | 0f5c98b6a1a7eed281e359f40bc2e4326f2a2f56 (diff) | |
download | gcc-64c60422461e11401677ed42382eac9ba0902bed.tar.gz |
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.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/config-list.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/config-list.mk b/contrib/config-list.mk index 5818f7df08b..8a4ce8aca25 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 \ |