X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fpkg%2Fgcc;h=edcfe463d0564214167c33a42cbb5ea7202ca30a;hb=74eeb0ffa69ee13dbfa5f020ec217a6693f81a32;hp=c1c28c32b22541246f9c82bc3192dfbd456ba245;hpb=f17ab848cb756cad27489bf0c2746e5ead466658;p=hvlinux.git diff --git a/stage2/pkg/gcc b/stage2/pkg/gcc index c1c28c3..edcfe46 100644 --- a/stage2/pkg/gcc +++ b/stage2/pkg/gcc @@ -5,8 +5,7 @@ hvconfig_pre() export CC="gcc -Wl,-rpath-link,/lib -isystem /usr/include" export CXX="g++ -Wl,-rpath-link,/lib -isystem /usr/include" - CONFIGURE_OPTS="\ - ${CONFIGURE_OPTS} \ + CONFIGURE_OPTS+=" \ --libexecdir=/usr/lib \ --enable-shared \ --enable-threads=posix \