summaryrefslogtreecommitdiffstats
path: root/temporary-bootstrap-builder-setup-cortexa8.txt
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-04-22 13:33:03 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-04-22 13:33:03 (EDT)
commita18a5409a23ad847d5a4aee640901a10bb7fefde (patch)
treebb3c2589d68e1a5242a9155794865b6a07f9f61e /temporary-bootstrap-builder-setup-cortexa8.txt
parent8b0ef4a984f280a912c02209ba44ba76158ded3f (diff)
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: <http://www.eglibc.org/archives/patches/msg01137.html>.
Diffstat (limited to 'temporary-bootstrap-builder-setup-cortexa8.txt')
-rw-r--r--temporary-bootstrap-builder-setup-cortexa8.txt3
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 ../..