X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fpkg%2Fbinutils;h=5a057a100342160dffdf98faf47153846f160a2b;hb=b6f8c455b6b970c08eab79303c95acbc1506f61d;hp=60778447e00fd53a4a172706feec1471ecb7336f;hpb=c40cf9db268db61676c4e239314317e74fdbf87c;p=hvlinux.git diff --git a/stage0/pkg/binutils b/stage0/pkg/binutils index 6077844..5a057a1 100644 --- a/stage0/pkg/binutils +++ b/stage0/pkg/binutils @@ -5,11 +5,15 @@ hvconfig_pre() export AR=ar export AS=as - CONFIGURE_OPTS+=" \ + # --with-lib-path: + # Set to dummy (non-existent) directory to prevent having + # host directories list. + CONFIGURE_OPTS=" \ + --prefix=/cross-tools \ --host=${CLFS_HOST} \ --target=${CLFS_TARGET} \ --with-sysroot=${CLFS} \ - --with-lib-path=/tools/lib \ + --with-lib-path=${CLFS}/dummy-directory/ \ --disable-nls \ --enable-shared \ --disable-multilib" @@ -33,8 +37,3 @@ hvconfig_post() unset AS ${HVMAKE} configure-host } - -hvbuild_post() -{ - cp -v ../${PACKAGE}/include/libiberty.h /tools/include -}