1
0
Fork 0
forked from len0rd/rockbox

build: We don't want '-r' in MAKEFLAGS for toolchain builds.

Change-Id: Id1a96fb2274572ae7520a146b13f044f68e0c3aa
This commit is contained in:
Solomon Peachy 2020-07-12 22:24:32 -04:00
parent 980124ec73
commit ab1cf209ec

View file

@ -721,6 +721,7 @@ PATH="$prefix/bin:${PATH}"
for arch in $selarch for arch in $selarch
do do
export MAKEFLAGS=`echo $MAKEFLAGS| sed 's/ -r / /'` # We don't want -r
echo "" echo ""
case $arch in case $arch in
[Ss]) [Ss])
@ -797,7 +798,7 @@ do
prefix="/usr" buildtool "alsa-lib" "$alsalib_ver" \ prefix="/usr" buildtool "alsa-lib" "$alsalib_ver" \
"--host=$target --disable-python" "" "install DESTDIR=$prefix/$target/sysroot" "--host=$target --disable-python" "" "install DESTDIR=$prefix/$target/sysroot"
;; ;;
[yy]) [Yy])
# IMPORTANT NOTE # IMPORTANT NOTE
# This toolchain must support several targets and thus must support # This toolchain must support several targets and thus must support
# the oldest possible configuration. # the oldest possible configuration.