ports/gcc: Fix --with-build-sysroot and enable asserts
This commit is contained in:
parent
1208d94b37
commit
c24d0da5f0
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user