X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpkg%2Fgcc;h=06f70f51601b6b00214307896bf6e4226010dc65;hb=6890ab467c34bc0ae1fccf18a521c3cedfa442a2;hp=57af140556b88f5b13f32e13bd33d06e527db917;hpb=ef84c8b410182cbcde3e4b4565363258edc50a3a;p=hvlinux.git diff --git a/stage1/pkg/gcc b/stage1/pkg/gcc index 57af140..06f70f5 100644 --- a/stage1/pkg/gcc +++ b/stage1/pkg/gcc @@ -34,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\|CLOOG\)\(LIBS\|INC\)/s:-[IL]/\(lib\|include\)::" \ -i Makefile }