X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fipkg.def;h=d846ceec76cc23c07e57e97c9ed0a698c5a342a9;hb=2d56e369dbc033f743dfcc0b392c844d6299937b;hp=2f22bfe9e8f412a2e05984f4d60ce8da40ddf11f;hpb=0028eaa73ae0c3bd1dbf90c4bd508ae705bc386f;p=hvlinux.git diff --git a/stage0/ipkg.def b/stage0/ipkg.def index 2f22bfe..d846cee 100644 --- a/stage0/ipkg.def +++ b/stage0/ipkg.def @@ -1,6 +1,8 @@ #!/bin/bash +export BUILD64="-m64" + # Setting default configure options for all scripts CONFIGURE_OPTS="\ - --prefix=/cross-tools \ + --prefix=${CROSS_TOOLS_DIR} \ ${CONFIGURE_OPTS}"