X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fpkg%2Fbinutils;h=2653b0d799025bde7f0a397c82045f8e2aaa375f;hb=6ef29aea0134cb6e7e3f34233495b4d68818668f;hp=40c82706d83733f3eb2751daaccae7d8af418159;hpb=b0001c1123b681abfb148c0bc9144e3f6517d546;p=hvlinux.git diff --git a/stage0/pkg/binutils b/stage0/pkg/binutils index 40c8270..2653b0d 100644 --- a/stage0/pkg/binutils +++ b/stage0/pkg/binutils @@ -8,7 +8,8 @@ hvconfig_pre() # --with-lib-path: # Set to dummy (non-existent) directory to prevent having # host directories list. - CONFIGURE_OPTS+=" \ + CONFIGURE_OPTS=" \ + --prefix=/cross-tools \ --host=${CLFS_HOST} \ --target=${CLFS_TARGET} \ --with-sysroot=${CLFS} \ @@ -30,6 +31,12 @@ hvconfig_pre() esac } +hvbuild() +{ + ${HVMAKE} + ${HVMAKE} install DESTDIR=${CLFS} +} + hvconfig_post() { unset AR