summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix linker errors when building EGLIBC.P. J. McDermott2011-12-301-1/+1
| | | | | | | | | | | | | | | We built the cross-compiling GCC without a Stack Smashing Protector (SSP) by passing the option '--disable-libssp' to its configure script because otherwise we'd get a configure error when building GCC (as mentioned in section 5.5.1 of Linux From Scratch version 7.0 and experienced first-hand by this author). However, EGLIBC's configure script incorrectly detects support for SSP and prepares EGLIBC to be linked with SSP symbols. As a result, NSCD (EGLIBC's Name Service Cache Daemon) fails to link due to undefined references to symbol '__stack_chk_guard'. So, we need to pass 'libc_cv_ssp=no' to EGLIBC's configure script to tell it explicitly that we don't have SSP support in our build of GCC.
* Wrap a long command line.P. J. McDermott2011-12-301-1/+2
|
* Fix a directory path.P. J. McDermott2011-12-301-1/+1
|
* Add EGLIBC build notes.P. J. McDermott2011-12-301-1/+14
|
* Add notes on building a bootstrap system.P. J. McDermott2011-12-301-0/+111
|
* Reformat tasks outline a bit.P. J. McDermott2011-12-111-4/+6
|
* Remove a stray tab.P. J. McDermott2011-12-101-1/+1
|
* Add possible public wiki to tasks.P. J. McDermott2011-12-091-0/+1
|
* Initial commit.P. J. McDermott2011-12-094-0/+76