Skip to content

Commit

Permalink
[wip] Update to GCC 14.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartatz committed May 16, 2024
1 parent 163f162 commit 93ac271
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ rm --force --recursive ./*
CXXFLAGS="${optflags}" \
LDFLAGS="${linkflags}"

make all --jobs
make all --silent --jobs
make install

[ -d "${mpfr_directory}/build" ] || mkdir "${mpfr_directory}/build"
Expand All @@ -176,7 +176,7 @@ rm --force --recursive ./*
CXXFLAGS="${optflags}" \
LDFLAGS="${linkflags}"

make all --jobs
make all --silent --jobs
make install

[ -d "${mpc_directory}/build" ] || mkdir "${mpc_directory}/build"
Expand All @@ -194,7 +194,7 @@ rm --force --recursive ./*
CXXFLAGS="${optflags}" \
LDFLAGS="${linkflags}"

make all --jobs
make all --silent --jobs
make install

[ -d "${llvm_directory}/build" ] || mkdir "${llvm_directory}/build"
Expand All @@ -207,7 +207,7 @@ cmake \
-DCMAKE_CXX_FLAGS='-static-libgcc -static-libstdc++ -Wl,-s' \
-DLLVM_ENABLE_PROJECTS='lld' \
-DCMAKE_INSTALL_PREFIX="${toolchain_directory}" \
"${llvm_directory}"
"${llvm_directory}/llvm"

make all --jobs="${max_jobs}"
make install
Expand Down

0 comments on commit 93ac271

Please sign in to comment.