diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2023-01-15 14:36:16 +0100 |
---|---|---|
committer | Gerald Pfeifer <gerald@pfeifer.com> | 2023-01-15 14:38:32 +0100 |
commit | b92e553558a0d88a1a678b9f862725c8c144b259 (patch) | |
tree | 48339308fe45df5ad315c4c0d0dc9d56094b9df5 /contrib | |
parent | c8f2be5d437e2fb1d91b3ef6a8ca2093ba7e2091 (diff) | |
download | gcc-b92e553558a0d88a1a678b9f862725c8c144b259.zip gcc-b92e553558a0d88a1a678b9f862725c8c144b259.tar.gz gcc-b92e553558a0d88a1a678b9f862725c8c144b259.tar.bz2 |
config-list.mk: Modernize FreeBSD targets towards version 13
contrib/ChangeLog:
2023-01-15 Gerald Pfeifer <gerald@pfeifer.com>
* config-list.mk: Update FreeBSD targets to version 13.
Add aarch64-freebsd13.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/config-list.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/config-list.mk b/contrib/config-list.mk index 05184ea..20b8f4a 100644 --- a/contrib/config-list.mk +++ b/contrib/config-list.mk @@ -29,7 +29,7 @@ GCC_SRC_DIR=../../gcc # > make.out 2>&1 & # -LIST = aarch64-elf aarch64-linux-gnu aarch64-rtems \ +LIST = aarch64-elf aarch64-freebsd13 aarch64-linux-gnu aarch64-rtems \ alpha-linux-gnu alpha-netbsd alpha-openbsd \ alpha64-dec-vms alpha-dec-vms \ amdgcn-amdhsa \ @@ -48,7 +48,7 @@ LIST = aarch64-elf aarch64-linux-gnu aarch64-rtems \ hppa64-hpux11.3 \ hppa64-hpux11.0OPT-enable-sjlj-exceptions=yes \ i686-pc-linux-gnu i686-apple-darwin i686-apple-darwin9 i686-apple-darwin10 \ - i686-freebsd6 i686-kfreebsd-gnu \ + i686-freebsd13 i686-kfreebsd-gnu \ i686-netbsdelf9 \ i686-openbsd i686-elf i686-kopensolaris-gnu i686-symbolics-gnu \ i686-pc-msdosdjgpp i686-lynxos i686-nto-qnx \ @@ -76,7 +76,7 @@ LIST = aarch64-elf aarch64-linux-gnu aarch64-rtems \ or1k-elf or1k-linux-uclibc or1k-linux-musl or1k-rtems \ pdp11-aout \ powerpc-darwin8 \ - powerpc-darwin7 powerpc64-darwin powerpc-freebsd6 powerpc-netbsd \ + powerpc-darwin7 powerpc64-darwin powerpc-freebsd13 powerpc-netbsd \ powerpc-eabisimaltivec powerpc-eabisim ppc-elf \ powerpc-eabialtivec powerpc-xilinx-eabi powerpc-eabi \ powerpc-rtems \ @@ -98,7 +98,7 @@ LIST = aarch64-elf aarch64-linux-gnu aarch64-rtems \ v850e1-elf v850e-elf v850-elf v850-rtems vax-linux-gnu \ vax-netbsdelf visium-elf x86_64-apple-darwin \ x86_64-pc-linux-gnuOPT-with-fpmath=avx \ - x86_64-elfOPT-with-fpmath=sse x86_64-freebsd6 x86_64-netbsd \ + x86_64-elfOPT-with-fpmath=sse x86_64-freebsd13 x86_64-netbsd \ x86_64-w64-mingw32 \ x86_64-mingw32OPT-enable-sjlj-exceptions=yes x86_64-rtems \ xstormy16-elf xtensa-elf \ |