X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpkg%2Fgcc;h=11a2837ef18569a5a5c479d7e9e19106f73e0b82;hb=f0d54c69a71d7d5cb32aa342ea38cba6aab9570f;hp=57af140556b88f5b13f32e13bd33d06e527db917;hpb=1422b969f72925bc679180c80ac0fa2518b16a03;p=hvlinux.git diff --git a/stage1/pkg/gcc b/stage1/pkg/gcc index 57af140..11a2837 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\|ISL\|CLOOG\)\(LIBS\|INC\)/s:-[IL]/\(lib\|include\)::"\ -i Makefile }