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 30, 2024
1 parent 4c56e99 commit 2c2f92a
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 @@ -244,7 +244,7 @@ for target in "${targets[@]}"; do
LDFLAGS="-Wl,-rpath-link,${OBGGCC_TOOLCHAIN}/${CROSS_COMPILE_TRIPLET}/lib ${linkflags}"

LD_LIBRARY_PATH="${toolchain_directory}/lib" PATH="${PATH}:${toolchain_directory}/bin" make \
CFLAGS_FOR_TARGET="${optflags} ${linkflags}" \
CFLAGS_FOR_TARGET="${optflags} ${linkflags} -mlong-double-128" \
CXXFLAGS_FOR_TARGET="${optflags} ${linkflags}" \
all --jobs="${max_jobs}"
make install
Expand Down

0 comments on commit 2c2f92a

Please sign in to comment.