diff options
author | P. J. McDermott <pjm@nac.net> | 2012-01-04 00:27:33 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-01-04 00:27:33 (EST) |
commit | c27a699b732bab1c9aa2931cf2e3cc3d94d64551 (patch) | |
tree | 403913c7ee738d2998cf9db7b87e249d8441407a | |
parent | f37b017b102ac366d85881827b5c0f194d9d793b (diff) |
Fix FIXMEs.
-rw-r--r-- | temporary-bootstrap-builder-setup.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/temporary-bootstrap-builder-setup.txt b/temporary-bootstrap-builder-setup.txt index 23b9986..e847bda 100644 --- a/temporary-bootstrap-builder-setup.txt +++ b/temporary-bootstrap-builder-setup.txt @@ -177,7 +177,7 @@ Install PPL for use by the cross-compiling GCC build. $ make $ make install $ cd .. - $ rm -Rf ppl-FIXME + $ rm -Rf ppl-0.11.2 Install CLooG-parma for use by the cross-compiling GCC build. $ cp -pR ${BBL}/../../src/cloog-parma-0.16.1 . @@ -188,7 +188,7 @@ Install CLooG-parma for use by the cross-compiling GCC build. $ make $ make install $ cd .. - $ rm -Rf FIXME + $ rm -Rf cloog-parma-0.16.1 Configure and build a cross-compiling GNU Binutils. $ cp -pR ${BBL}/../../src/binutils-2.22 . |