Skip to content

Commit

Permalink
Explicitly set DevKit make bootstrap TOOLS
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <[email protected]>
  • Loading branch information
andrew-m-leonard committed Jun 5, 2024
1 parent b5ca50c commit 65a357c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pipelines/build/devkit/make_devkit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ cd make/devkit && pwd && \
LD_LIBRARY_PATH="${BOOTSTRAP_DEVKIT}/lib64:${BOOTSTRAP_DEVKIT}/lib" \
PATH="${BOOTSTRAP_DEVKIT}/bin:$PATH" \
make TARGETS=${devkit_target} BASE_OS=${BASE_OS} BASE_OS_VERSION=${BASE_OS_VERSION} \
TOOLS="CC=${BOOTSTRAP_DEVKIT}/bin/gcc \
CXX=${BOOTSTRAP_DEVKIT}/bin/g++ \
LD=${BOOTSTRAP_DEVKIT}/bin/ld \
AR=${BOOTSTRAP_DEVKIT}/bin/ar \
AS=${BOOTSTRAP_DEVKIT}/bin/AS \
RANLIB=${BOOTSTRAP_DEVKIT}/bin/ranlib \
OBJDUMP=${BOOTSTRAP_DEVKIT}/bin/objdump"
CC=${BOOTSTRAP_DEVKIT}/bin/gcc \
CXX=${BOOTSTRAP_DEVKIT}/bin/g++ \
LD=${BOOTSTRAP_DEVKIT}/bin/ld \
AR=${BOOTSTRAP_DEVKIT}/bin/ar \
AS=${BOOTSTRAP_DEVKIT}/bin/AS \
RANLIB=${BOOTSTRAP_DEVKIT}/bin/ranlib \
OBJDUMP=${BOOTSTRAP_DEVKIT}/bin/objdump

# Back to original folder
cd ../../..
Expand Down

0 comments on commit 65a357c

Please sign in to comment.