From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id 220953858D32 for ; Sun, 15 Jan 2023 13:47:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 220953858D32 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 62D2E33E70; Sun, 15 Jan 2023 08:47:35 -0500 (EST) Received: from naga.localdomain (62-47-135-117.adsl.highway.telekom.at [62.47.135.117]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id D4F7C33E8D; Sun, 15 Jan 2023 08:47:34 -0500 (EST) Date: Sun, 15 Jan 2023 14:47:20 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org cc: Jan-Benedict Glaw Subject: [committed] config-list.mk: Modernize FreeBSD targets towards version 13 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Scanned-By: mailmunge 3.10 on 209.68.5.143 Message-Id: <20230115134735.62D2E33E70@hamza.pair.com> X-Spam-Status: No, score=-9.0 required=5.0 tests=BAYES_00,GIT_PATCH_0,KAM_DMARC_STATUS,KAM_NUMSUBJECT,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: And here is a second set of changes to bring config-list.mk largely in line with the current situation on FreeBSD. (It probably makes sense to switch to, or add, powerpc64le. I'll leave that to others closer to that.) Gerald 2023-01-15 Gerald Pfeifer * config-list.mk: Update FreeBSD targets to version 13. Add aarch64-freebsd13. --- contrib/config-list.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/config-list.mk b/contrib/config-list.mk index 05184eaa701..20b8f4a196f 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 \ -- 2.38.1