diff options
-rw-r--r-- | temporary-bootstrap-builder-setup.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/temporary-bootstrap-builder-setup.txt b/temporary-bootstrap-builder-setup.txt index 07ce63f..9a9403f 100644 --- a/temporary-bootstrap-builder-setup.txt +++ b/temporary-bootstrap-builder-setup.txt @@ -330,6 +330,8 @@ Configure and build a final cross-compiling GCC. > --without-cloog --enable-c99 --enable-long-long --enable-threads=posix $ make AS_FOR_TARGET="${BBL_TARGET}-as" LD_FOR_TARGET="${BBL_TARGET}-ld" $ make install + $ cd .. + $ rm -Rf gcc-4.6.2 gcc-build Plan for building native system software, including the toolchain: |