Skip to content

Commit d52d086

Browse files
committed
update lkl build
Signed-off-by: Hajime Tazaki <thehajime@gmail.com>
1 parent 6f24924 commit d52d086

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

buildrump.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,6 @@ maketoolwrapper ()
430430
lcx=$(echo ${tool} | tr '[A-Z]' '[a-z]')
431431
fi
432432
tname=${BRTOOLDIR}/bin/${MACHINE_GNU_ARCH}--netbsd${TOOLABI}-${lcx}
433-
# tname=${BRTOOLDIR}/bin/${MACHINE_GNU_ARCH}--${RUMPKERNEL}${TOOLABI}-${lcx}
434433

435434
printoneconfig 'Tool' "${tool}" "${fptool}"
436435

@@ -544,6 +543,7 @@ int main() {gzopen(NULL, NULL); return 0;}' -lz \
544543
else
545544
cppname=cpp
546545
fi
546+
# NB: we need rumpmake to build libbmk_*, but rumpmake needs --netbsd TOOLTUPLES
547547
tname=${BRTOOLDIR}/bin/${MACHINE_GNU_ARCH}--netbsd${TOOLABI}-${cppname}
548548
printf '#!/bin/sh\n\nexec %s -E -x c "${@}"\n' ${CC} > ${tname}
549549
chmod 755 ${tname}

linux.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ makebuild ()
4444
cd ../../
4545
make CROSS_COMPILE=${CROSS} headers_install ARCH=lkl O=${RROBJ}/rumptools/dest
4646

47-
set +e
4847
set +x
4948
}
5049

0 commit comments

Comments
 (0)