File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments