From 2761bcfe52f28e571b0ba5e866198c8699a13111 Mon Sep 17 00:00:00 2001 From: Kartatz <105828205+Kartatz@users.noreply.github.com> Date: Wed, 19 Feb 2025 18:34:18 -0300 Subject: [PATCH] Downgrade system roots to OpenBSD 7.0 --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 5de9e06..7cb170f 100644 --- a/build.sh +++ b/build.sh @@ -317,7 +317,7 @@ for triplet in "${targets[@]}"; do --with-mpfr="${toolchain_directory}" \ --with-bugurl='https://github.com/AmanoTeam/Atar/issues' \ --with-gcc-major-version-only \ - --with-pkgversion="Atar v0.7-${revision}" \ + --with-pkgversion="Atar v0.8-${revision}" \ --with-sysroot="${toolchain_directory}/${triplet}" \ --with-native-system-header-dir='/include' \ --enable-__cxa_atexit \ @@ -354,7 +354,7 @@ for triplet in "${targets[@]}"; do LDFLAGS="${linkflags}" declare CFLAGS_FOR_TARGET="${optflags} ${linkflags}" - declare CXXFLAGS_FOR_TARGET="${optflags} ${linkflags} -fpermissive" + declare CXXFLAGS_FOR_TARGET="${optflags} ${linkflags}" # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80196#c12 if ! (( is_native )); then