From 892a41d090fb5d47862c53939caa1d84be1e591b Mon Sep 17 00:00:00 2001 From: Al Stone Date: Wed, 10 Oct 2012 17:38:59 -0600 Subject: merging and updating branch a bit --- TODO | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 TODO (limited to 'TODO') 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? + -- cgit From c22ce88b2ebd51684b88274ade3d6bbf01f85843 Mon Sep 17 00:00:00 2001 From: Al Stone Date: Thu, 8 Nov 2012 17:45:42 -0700 Subject: update TODO list --- TODO | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 51c7774..a971586 100644 --- a/TODO +++ b/TODO @@ -1,17 +1,8 @@ --- 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? +-- When the stage1 script builds distccd.script, it picks up 127.0.0.1 + as my hostname IP address. While technically correct, it's not very + useful. Granted my network setup is a little odd out of necessity, + is there some way to accomodate this better? -- cgit