ports/gcc: Fix --with-build-sysroot and enable asserts

This commit is contained in:
apio 2024-01-04 11:15:14 +01:00
parent 1208d94b37
commit c24d0da5f0
Signed by: asleepymoon
GPG Key ID: B8A7D06E42258954

View File

@ -17,7 +17,7 @@ do_patch()
do_configure()
{
$srcdir/configure --prefix=/usr --target=$LUNA_ARCH-luna --host=$LUNA_ARCH-luna --disable-nls --with-build-sysroot=$BUILD_SYSROOT --enable-languages=c,c++
$srcdir/configure --prefix=/usr --target=$LUNA_ARCH-luna --host=$LUNA_ARCH-luna --disable-nls --with-build-sysroot=$LUNA_BASE --enable-languages=c,c++ --enable-checking
}
do_build()