X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpkg%2Fgcc;h=11a2837ef18569a5a5c479d7e9e19106f73e0b82;hb=f0d54c69a71d7d5cb32aa342ea38cba6aab9570f;hp=ebca3feb14b6c27341486e81c7e8540d16a49a4b;hpb=f17ab848cb756cad27489bf0c2746e5ead466658;p=hvlinux.git diff --git a/stage1/pkg/gcc b/stage1/pkg/gcc index ebca3fe..11a2837 100644 --- a/stage1/pkg/gcc +++ b/stage1/pkg/gcc @@ -2,8 +2,7 @@ hvconfig_pre() { - CONFIGURE_OPTS="\ - ${CONFIGURE_OPTS} \ + CONFIGURE_OPTS+=" \ --target=${CLFS_TARGET} \ --disable-multilib \ --with-local-prefix=/tools \ @@ -35,7 +34,7 @@ hvconfig_post() { # Prevent GCC from looking in the wrong directories for headers and # libraries: - sed -e "/^HOST_\(GMP\|PPL\|CLOOG\)\(LIBS\|INC\)/s:-[IL]/\(lib\|include\)::" \ + sed -e "/^HOST_\(GMP\|ISL\|CLOOG\)\(LIBS\|INC\)/s:-[IL]/\(lib\|include\)::"\ -i Makefile }