X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpkg%2Fbinutils;fp=stage1%2Fpkg%2Fbinutils;h=cc0ae1ba37ccb3cc0bdb8f7ca8660c41779b6451;hb=0028eaa73ae0c3bd1dbf90c4bd508ae705bc386f;hp=293b0f16b974bd771dd94ce21967a4ba715f5fd6;hpb=b5bfb2006502b57fab234345a2393fd04e6d55ad;p=hvlinux.git diff --git a/stage1/pkg/binutils b/stage1/pkg/binutils index 293b0f1..cc0ae1b 100644 --- a/stage1/pkg/binutils +++ b/stage1/pkg/binutils @@ -1,12 +1,12 @@ #!/bin/bash CONFIGURE_OPTS="\ + ${CONFIGURE_OPTS} \ --target=${CLFS_TARGET} \ --with-lib-path=/tools/lib \ --disable-nls \ --enable-shared \ - --disable-multilib \ - ${CONFIGURE_OPTS}" + --disable-multilib" hvconfig_pre() {