From c24d0da5f0ae9d70e6d2adf51118d7b7a4e48931 Mon Sep 17 00:00:00 2001 From: apio Date: Thu, 4 Jan 2024 11:15:14 +0100 Subject: [PATCH] ports/gcc: Fix --with-build-sysroot and enable asserts --- ports/gcc/PACKAGE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/gcc/PACKAGE b/ports/gcc/PACKAGE index 5d777874..9e9b4e74 100644 --- a/ports/gcc/PACKAGE +++ b/ports/gcc/PACKAGE @@ -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()