diff options
-rw-r--r-- | temporary-bootstrap-builder-setup-cortexa8.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/temporary-bootstrap-builder-setup-cortexa8.txt b/temporary-bootstrap-builder-setup-cortexa8.txt index 0c365a1..da10167 100644 --- a/temporary-bootstrap-builder-setup-cortexa8.txt +++ b/temporary-bootstrap-builder-setup-cortexa8.txt @@ -264,9 +264,8 @@ Configure and build a cross-compiling EGLIBC. $ cp -pR ${BBL}/../../src/eglibc-2.15 . $ cd eglibc-2.15 $ find . -depth -name .svn -exec rm -Rf {} \; - $ rm ports/Makefile - $ cp -R ports/* libc $ cd libc + $ ln -s ../ports ports $ cp -v Makeconfig{,.orig} $ sed -e 's/-lgcc_eh//g' Makeconfig.orig > Makeconfig $ cd ../.. |