X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpkg%2Fgcc;h=2a2c2eacd3a4617bea7dd60f008589f54ad5e4f3;hb=2f26e347a05e245d6f57cb6603a7a51a4418b80d;hp=bde638a96b83be6f7706a1b85abc1ec678bcdbe7;hpb=3605ab38ca7604b1fe43c3bce5e4963730a85d39;p=hvlinux.git diff --git a/stage1/pkg/gcc b/stage1/pkg/gcc index bde638a..2a2c2ea 100644 --- a/stage1/pkg/gcc +++ b/stage1/pkg/gcc @@ -21,6 +21,21 @@ hvpatch() hvconfig_pre() { + CONFIGURE_OPTS="\ + ${CONFIGURE_OPTS} \ + --target=${CLFS_TARGET} \ + --disable-multilib \ + --with-local-prefix=/tools \ + --libexecdir=/tools/lib \ + --disable-nls \ + --disable-libstdcxx-pch \ + --enable-long-long \ + --enable-c99 \ + --enable-shared \ + --enable-threads=posix \ + --enable-__cxa_atexit \ + --enable-languages=c,c++" + cd ${LFS_TMP}/${PACKAGE} # Change the StartFile Spec to point to the correct library location: