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 <anleonar@redhat.com>
  • Loading branch information
andrew-m-leonard committed Jun 10, 2024
1 parent 65a357c commit 431267b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelines/build/devkit/make_devkit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ mv build/devkit/result/${devkit_target}-to-${devkit_target} ${BOOTSTRAP_DEVKIT}

# Make final "DevKit" using the bootstrap devkit
rm -rf build/devkit
echo "Building 'final' DevKit toolchain, using 'bootstrap' toolchain in $(pwd)/build/bootstrap_${devkit_target}-to-${devkit_target}"
echo "Building 'final' DevKit toolchain, using 'bootstrap' toolchain in ${BOOTSTRAP_DEVKIT}"
cd make/devkit && pwd && \
LD_LIBRARY_PATH="${BOOTSTRAP_DEVKIT}/lib64:${BOOTSTRAP_DEVKIT}/lib" \
PATH="${BOOTSTRAP_DEVKIT}/bin:$PATH" \
Expand All @@ -79,7 +79,7 @@ cd make/devkit && pwd && \
CXX=${BOOTSTRAP_DEVKIT}/bin/g++ \
LD=${BOOTSTRAP_DEVKIT}/bin/ld \
AR=${BOOTSTRAP_DEVKIT}/bin/ar \
AS=${BOOTSTRAP_DEVKIT}/bin/AS \
AS=${BOOTSTRAP_DEVKIT}/bin/as \
RANLIB=${BOOTSTRAP_DEVKIT}/bin/ranlib \
OBJDUMP=${BOOTSTRAP_DEVKIT}/bin/objdump

Expand Down

0 comments on commit 431267b

Please sign in to comment.