diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2011-10-07 17:09:26 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2011-10-07 18:23:00 +0200 |
commit | b7bc5240c21b4f67b10da406eeb03295912d1aea (patch) | |
tree | 8e84dba46a93630133c1d4bd7097b82b9ca64fef /open_issues | |
parent | 67f614c029ba729a9451e87c4885c198fc10251b (diff) |
open_issues/glibc: Update.
Diffstat (limited to 'open_issues')
-rw-r--r-- | open_issues/glibc.mdwn | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/open_issues/glibc.mdwn b/open_issues/glibc.mdwn index 45ce3b1d..d8e16cdf 100644 --- a/open_issues/glibc.mdwn +++ b/open_issues/glibc.mdwn @@ -193,7 +193,9 @@ Last reviewed up to the [[Git mirror's 16292eddd77f66002e2104848e75a0fb4d316692 make: *** [all] Error 2 See [[!message-id "871uv99c59.fsf@kepler.schwinge.homeip.net"]]. Passing - `install_root=/INVALID` to `make`/`make check` is a cheap cure. + `install_root=/INVALID` to `make`/`make check` is a cheap cure. For `make + install`, prepending an additional slash to `install_root` (that is, + `install_root=//[...]`) is enough to obfuscate the Makefile rules. * Verify baseline changes, if we need any follow-up changes: @@ -289,13 +291,6 @@ Last reviewed up to the [[Git mirror's 16292eddd77f66002e2104848e75a0fb4d316692 Probably not: needs `/proc/[PID]/auxv`, `/proc/[PID]/exe`, `/proc/[PID]/mem` ([[!tag open_issue_hurd]], [[hurd/translator/procfs]]). - * 78a7eee7fab0802addf500c481335ed6e9899bda + - 62bede1313c3a1fa477a092006d64436de6821b1 + - 113ddea44742d006d7a910a0707106c7defcfd9b -- `.ctors/.dtors`. Watch - what happens. `AC_TRY_LINK` vs. cross compiling/bootstrapping? Native - build: `checking whether to use .ctors/.dtors header and - trailer... no`; results in `#define NO_CTORS_DTORS_SECTIONS 1`: OK (as - before). * 9113ea1f3f29b3aee710efc829e85a9772bcb836 -- `--experimental-malloc`. Watch what happens. * 4e34ac6a1e256f40ab0d8eeed37aa1ea83440e76 -- `-defsym=_begin=0`. Watch @@ -324,7 +319,7 @@ Last reviewed up to the [[Git mirror's 16292eddd77f66002e2104848e75a0fb4d316692 # Build Here's a log of a glibc build run; this is from our [[Git repository's -946cceff76422cedd8ca2f50bced0a672e64a9a9 (2011-09-22; 2011-08-04) +443c5bb99e82ffd8e42e85b4f26992177ba868dc (2011-09-26; 2011-08-04) sources|source_repositories/glibc]], run on coulomb.SCHWINGE. $ export LC_ALL=C |