Skip to content

Commit

Permalink
fix: don't set environment variables
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <[email protected]>
  • Loading branch information
mkroening committed Aug 11, 2024
1 parent a03fa73 commit 15100c5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ PREFIX="$2"
TARGET=$1
NJOBS=-j"$(nproc)"
PATH=$PATH:$PREFIX/bin
export CFLAGS="-w"
export CXXFLAGS="-w"
export CFLAGS_FOR_TARGET="-m64 -O3 -fPIE"
export GOFLAGS_FOR_TARGET="-m64 -O3 -fPIE"
export FCFLAGS_FOR_TARGET="-m64 -O3 -fPIE"
export FFLAGS_FOR_TARGET="-m64 -O3 -fPIE"
export CXXFLAGS_FOR_TARGET="-m64 -O3 -fPIE"

echo "Build bootstrap toolchain for $TARGET with $NJOBS jobs for $PREFIX"

Expand Down

0 comments on commit 15100c5

Please sign in to comment.