Index: base/gcc/Makefile =================================================================== --- base/gcc/Makefile +++ base/gcc/Makefile @@ -50,6 +50,7 @@ --target=${GCC_TARGET} \ --enable-languages=c,c++ \ --enable-gnu-indirect-function \ + --enable-initfini-array \ --disable-nls \ --without-headers \ --with-gxx-include-dir=/usr/include/c++/v1/ \ Index: devel/powerpc64-gcc/Makefile =================================================================== --- devel/powerpc64-gcc/Makefile +++ devel/powerpc64-gcc/Makefile @@ -42,6 +42,7 @@ CONFIGURE_OUTSOURCE= yes CONFIGURE_ARGS+=--target=${GCC_TARGET} --disable-nls --enable-languages=c,c++ \ --enable-gnu-indirect-function \ + --enable-initfini-array \ --without-headers \ --with-gmp=${LOCALBASE} \ --with-pkgversion="FreeBSD Ports Collection for ${PKGNAMEPREFIX:C/-//g}" \