diff --git a/ports/binutils/PACKAGE b/ports/binutils/PACKAGE index 86189bdf..9a119cc0 100644 --- a/ports/binutils/PACKAGE +++ b/ports/binutils/PACKAGE @@ -19,5 +19,5 @@ do_patch() do_configure() { - $srcdir/configure --host=$LUNA_ARCH-luna --with-build-sysroot=$LUNA_BASE --disable-nls --disable-werror --enable-warn-rwx-segments=no --prefix=/usr --enable-gold=no --enable-ld=yes --enable-gprofng=no + $srcdir/configure --host=$LUNA_ARCH-luna --with-build-sysroot=$LUNA_BASE --disable-nls --disable-werror --enable-warn-rwx-segments=no --prefix=/usr --enable-gold=no --enable-ld=yes --enable-gprofng=no --enable-initfini-array } diff --git a/ports/gcc/PACKAGE b/ports/gcc/PACKAGE index 9e9b4e74..284583b7 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=$LUNA_BASE --enable-languages=c,c++ --enable-checking + $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 --enable-initfini-array } do_build()