X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fpkg%2Fbinutils;fp=stage0%2Fpkg%2Fbinutils;h=40c82706d83733f3eb2751daaccae7d8af418159;hb=b0001c1123b681abfb148c0bc9144e3f6517d546;hp=60778447e00fd53a4a172706feec1471ecb7336f;hpb=25444ab74e068ffdba5d00817d7eb0daff096839;p=hvlinux.git diff --git a/stage0/pkg/binutils b/stage0/pkg/binutils index 6077844..40c8270 100644 --- a/stage0/pkg/binutils +++ b/stage0/pkg/binutils @@ -5,11 +5,14 @@ hvconfig_pre() export AR=ar export AS=as + # --with-lib-path: + # Set to dummy (non-existent) directory to prevent having + # host directories list. CONFIGURE_OPTS+=" \ --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 +36,3 @@ hvconfig_post() unset AS ${HVMAKE} configure-host } - -hvbuild_post() -{ - cp -v ../${PACKAGE}/include/libiberty.h /tools/include -}