diff options
author | P. J. McDermott <pjm@nac.net> | 2012-01-06 23:13:13 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-01-06 23:13:13 (EST) |
commit | 3f1d76290074fc97d71d1af31222525a80b3ba48 (patch) | |
tree | 326bdbf0a17f123bdb8371a5975ae39a7bbdc5c8 | |
parent | 9be654111a2117f823fb841f5d19fd94f5c8c5ed (diff) |
Clean up from second GCC build.
-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: |