From a18a5409a23ad847d5a4aee640901a10bb7fefde Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 22 Apr 2012 13:33:03 -0400 Subject: Fix placement of EGLIBC ports add-on. Occam's razor shows that copying the entire ports add-on over the libc sources is a bad idea compared to simply adding a link to the add-on in the libc source directory. See also: . --- 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 ../.. -- cgit v0.9.1