Skip to content

Commit

Permalink
Downgrade system roots to OpenBSD 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartatz committed Feb 19, 2025
1 parent f66e9dd commit 2761bcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2761bcf

Please sign in to comment.