diff options
-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 . |