Upgraded to gcc-4.5.1
[hvlinux.git] / stage0 / cis-binutils
index ab33892..336b1ac 100755 (executable)
@@ -17,15 +17,22 @@ case "${HVL_TARGET}" in
 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