X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpkg%2Fbinutils;h=83113c3f659e63a8f76e1a73cc1f85db1116a5f3;hb=fc7d8c678ca78bef7c6e7eaeeb579269b7c501be;hp=9ea2aad547fb6dc4cf514ebd99671e6177813a0a;hpb=81da365042d1bf4354e0480d888fe3b8425c47c7;p=hvlinux.git diff --git a/stage1/pkg/binutils b/stage1/pkg/binutils index 9ea2aad..83113c3 100644 --- a/stage1/pkg/binutils +++ b/stage1/pkg/binutils @@ -2,8 +2,7 @@ hvconfig_pre() { - CONFIGURE_OPTS="\ - ${CONFIGURE_OPTS} \ + CONFIGURE_OPTS+=" \ --target=${CLFS_TARGET} \ --with-lib-path=/tools/lib \ --disable-nls \ @@ -13,7 +12,7 @@ hvconfig_pre() case "${HVL_TARGET}" in "x86_64") # This adds 64 bit support to Binutils. - CONFIGURE_OPTS="${CONFIGURE_OPTS} --enable-64-bit-bfd" + CONFIGURE_OPTS+=" --enable-64-bit-bfd" ;; esac }