Skip to content

Commit

Permalink
Update to GCC 14.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartatz committed May 31, 2024
1 parent 4f50288 commit d9ee688
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ for target in "${targets[@]}"; do

LD_LIBRARY_PATH="${toolchain_directory}/lib" PATH="${PATH}:${toolchain_directory}/bin" make \
CFLAGS_FOR_TARGET="${optflags} ${linkflags}" \
CXXFLAGS_FOR_TARGET="${optflags} ${linkflags} -Dstatic_assert\(...\)" \
CXXFLAGS_FOR_TARGET="${optflags} ${linkflags}" \
all --jobs="${max_jobs}"
make install

Expand Down
2 changes: 1 addition & 1 deletion powerpc-unknown-linux-musl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare packages=()

declare extra_configure_flags=''
declare extra_configure_flags='--disable-libstdcxx'

declare triplet='powerpc-unknown-linux-musl'

Expand Down

0 comments on commit d9ee688

Please sign in to comment.