Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Describe plans to build native system software. | P. J. McDermott | 2012-01-06 | 1 | -0/+11 |
| | |||||
* | Add notes to build the final cross-compiling GCC. | P. J. McDermott | 2012-01-06 | 1 | -1/+15 |
| | |||||
* | Set up /etc/{nsswitch.conf,localtime,ld.so.conf}. | P. J. McDermott | 2012-01-06 | 1 | -0/+34 |
| | |||||
* | Complete locale installation notes. | P. J. McDermott | 2012-01-06 | 1 | -0/+10 |
| | |||||
* | Fix a "'_nl_C_locobj_ptr' undeclared" error. | P. J. McDermott | 2012-01-06 | 1 | -1/+2 |
| | | | | See: http://www.sourceware.org/ml/crossgcc/2011-12/msg00063.html | ||||
* | Begin localedef notes. | P. J. McDermott | 2012-01-06 | 1 | -0/+5 |
| | |||||
* | Fix EGLIBC installation error. | P. J. McDermott | 2012-01-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Without specifying install_root in 'make install', we see: $ make install LANGUAGE=C LC_ALL=C; export LANGUAGE LC_ALL; \ make -r PARALLELMFLAGS="" CVSOPTS="" -C ../eglibc-2.14/libc objdir=`pwd` install [...] ./scripts/mkinstalldirs /usr/lib64 mkdir /usr/lib64 mkdir: cannot create directory `/usr/lib64': Permission denied make[1]: *** [/usr/lib64/libc.a] Error 1 make[1]: Leaving directory `/home/pj/bbl/sys/fsmnt/src/eglibc-2.14/lib c' make: *** [install] Error 2 (EGLIBC's Makefile uses the mkinstalldirs script to try to make lib64 under /usr.) | ||||
* | Move cached SSP test result to config.cache file. | P. J. McDermott | 2012-01-05 | 1 | -2/+2 |
| | |||||
* | Clean up some trailing spaces. | P. J. McDermott | 2012-01-05 | 1 | -2/+2 |
| | |||||
* | Rewrap text. | P. J. McDermott | 2012-01-05 | 1 | -3/+2 |
| | |||||
* | Use '<LINUX_VER>' variable in notes. | P. J. McDermott | 2012-01-05 | 1 | -2/+2 |
| | |||||
* | Make EGLIBC config look more like CLFS-Sysroot's. | P. J. McDermott | 2012-01-05 | 1 | -2/+9 |
| | |||||
* | Add a legal notice to the TBB notes. | P. J. McDermott | 2012-01-05 | 1 | -0/+32 |
| | |||||
* | Tell EGLIBC's configure that we don't have an SSP. | P. J. McDermott | 2012-01-05 | 1 | -1/+2 |
| | | | | See commit a7563c9e for more information. | ||||
* | Add cross-compiling EGLIBC instructions. | P. J. McDermott | 2012-01-05 | 1 | -0/+22 |
| | |||||
* | Add '-v' flags to 'mkdir' commands. | P. J. McDermott | 2012-01-05 | 1 | -2/+2 |
| | |||||
* | Add cross-compiling GCC instructions to TBB setup. | P. J. McDermott | 2012-01-04 | 1 | -0/+17 |
| | |||||
* | Write instructions for installing MPC. | P. J. McDermott | 2012-01-04 | 1 | -0/+11 |
| | |||||
* | Remove PPL and CLooG for the cross-compiling GCC. | P. J. McDermott | 2012-01-04 | 1 | -26/+0 |
| | | | | | See: <http://lists.cross-lfs.org/pipermail/clfs-support-cross-lfs.org/ 2012-January/001312.html>. | ||||
* | Fix book name to refer to "Sysroot" branch. | P. J. McDermott | 2012-01-04 | 1 | -2/+2 |
| | |||||
* | Fix FIXMEs. | P. J. McDermott | 2012-01-04 | 1 | -2/+2 |
| | |||||
* | Fix a misplaced line. | P. J. McDermott | 2012-01-04 | 1 | -1/+1 |
| | |||||
* | Fix, update, and improve TBB system procedure. | P. J. McDermott | 2012-01-02 | 1 | -19/+13 |
| | |||||
* | Add nice new procedure for making a TBB system. | P. J. McDermott | 2012-01-02 | 1 | -0/+211 |
NB: This new procedure is largely untested at the moment. |