X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fcis-binutils;h=336b1ac05a17fab938b234697c93b7c2ac9100be;hb=d285862d69e7fd12b359fbdb594a9d78607ece1f;hp=b86de6445d94b490e093a6ccf2b732d6ded5fbc2;hpb=1786cd5454ea76e7f894efa81a7cef80a057b634;p=hvlinux.git diff --git a/stage0/cis-binutils b/stage0/cis-binutils index b86de64..336b1ac 100755 --- a/stage0/cis-binutils +++ b/stage0/cis-binutils @@ -13,20 +13,26 @@ case "${HVL_TARGET}" in "x86_64") # This adds 64 bit support to Binutils. TARGET_CONFIGURE_OPTS="--enable-64-bit-bfd" - ########## --with-lib-path=/tools/lib ;; esac # --prefix=/cross-tools -# This tells the configure script to prepare to install the package in the /cross-tools directory. +# This tells the configure script to prepare to install the package in the +# /cross-tools directory. # --host=${CLFS_HOST} -# When used with --target, this creates a cross-architecture executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST}. +# When used with --target, this creates a cross-architecture executable +# that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST}. # --target=${CLFS_TARGET} -# When used with --host, this creates a cross-architecture executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST}. +# When used with --host, this creates a cross-architecture executable that +# creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST}. # --with-lib-path=/tools/lib -# This tells the configure script to specify the library search path during the compilation of Binutils, resulting in /tools/lib being passed to the linker. This prevents the linker from searching through library directories on the host. +# This tells the configure script to specify the library search path during +# the compilation of Binutils, resulting in /tools/lib being passed to the +# linker. This prevents the linker from searching through library +# directories on the host. # --disable-nls -# This disables internationalization as i18n is not needed for the cross-compile tools. +# This disables internationalization as i18n is not needed for the +# cross-compile tools. # --enable-shared # Enable the creation of the shared libraries. # --disable-multilib