Skip to content

Commit

Permalink
Update to OpenBSD 7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartatz committed Feb 16, 2025
1 parent 3a28555 commit afc12ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ for triplet in "${targets[@]}"; do
declare CXXFLAGS_FOR_TARGET="${optflags} ${linkflags} -nostdinc++ -fpermissive"

LD_LIBRARY_PATH="${toolchain_directory}/lib" PATH="${PATH}:${toolchain_directory}/bin" make \
CFLAGS_FOR_TARGET="${CFLAGS_FOR_TARGET}" \
CFLAGS_FOR_TARGET="-save-temps ${CFLAGS_FOR_TARGET}" \
CXXFLAGS_FOR_TARGET="${CXXFLAGS_FOR_TARGET}" \
all --jobs="${max_jobs}" || cat /tmp/*.s; exit 1
make install
Expand Down

0 comments on commit afc12ca

Please sign in to comment.