summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAl Stone <ahs3@redhat.com>2012-10-10 17:38:59 -0600
committerAl Stone <ahs3@redhat.com>2012-10-10 17:38:59 -0600
commit892a41d090fb5d47862c53939caa1d84be1e591b (patch)
tree7221b5ba004df3a1d1a828dc50bfe42fc13f0e91
parente231a8ff9c02f9ec5cd475ea185a6bb1a48113ca (diff)
downloadbootstrap.git.DONOTUSE-892a41d090fb5d47862c53939caa1d84be1e591b.tar.gz
bootstrap.git.DONOTUSE-892a41d090fb5d47862c53939caa1d84be1e591b.tar.xz
bootstrap.git.DONOTUSE-892a41d090fb5d47862c53939caa1d84be1e591b.zip
merging and updating branch a bit
-rw-r--r--TODO17
-rw-r--r--local.conf4
2 files changed, 21 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..51c7774
--- /dev/null
+++ b/TODO
@@ -0,0 +1,17 @@
+
+-- During stage1, found it necessary to remove the line:
+
+ +_libc_intl_domainname D 0x5
+
+ from the patch for the glibc source file:
+
+ glibc-ports/sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist
+
+ This is Not A Good Thing. It needs to go back, and we need to understand
+ why the final link for glibc fails in stage1 when that line is present in
+ that file; the failure is reported by ld as a relocation it cannot figure
+ out.
+
+-- During stage1, found it necessary to add -rpath ${ROOTFS}/lib to several
+ of the build steps; is this a libtool bug or what? And does it matter?
+
diff --git a/local.conf b/local.conf
new file mode 100644
index 0000000..da5e74e
--- /dev/null
+++ b/local.conf
@@ -0,0 +1,4 @@
+
+#PATH=$PATH:$HOME/projects/armv8/aarch64-toolchain/linux-toolchain/opt/aarch64/bin
+PATH=$PATH:$HOME/projects/bootstrap/install/bin
+