diff --git a/srcpkgs/bananapi-uboot/template b/srcpkgs/bananapi-uboot/template index 6a791e1b806..c325791bd5d 100644 --- a/srcpkgs/bananapi-uboot/template +++ b/srcpkgs/bananapi-uboot/template @@ -21,7 +21,7 @@ do_configure() { do_build() { unset CFLAGS CXXFLAGS LDFLAGS - + if [ "$CROSS_BUILD" ]; then make ARCH=arm CROSS_COMPILE=${XBPS_CROSS_TRIPLET}- else