summaryrefslogtreecommitdiffstats
path: root/temporary-bootstrap-builder-setup.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add toolchain variable and BusyBox build notes.P. J. McDermott2012-01-071-0/+26
|
* Add filesystem snapshot section to TBB notes.P. J. McDermott2012-01-061-0/+19
|
* Clean up from second GCC build.P. J. McDermott2012-01-061-0/+2
|
* Describe plans to build native system software.P. J. McDermott2012-01-061-0/+11
|
* Add notes to build the final cross-compiling GCC.P. J. McDermott2012-01-061-1/+15
|
* Set up /etc/{nsswitch.conf,localtime,ld.so.conf}.P. J. McDermott2012-01-061-0/+34
|
* Complete locale installation notes.P. J. McDermott2012-01-061-0/+10
|
* Fix a "'_nl_C_locobj_ptr' undeclared" error.P. J. McDermott2012-01-061-1/+2
| | | | See: http://www.sourceware.org/ml/crossgcc/2011-12/msg00063.html
* Begin localedef notes.P. J. McDermott2012-01-061-0/+5
|
* Fix EGLIBC installation error.P. J. McDermott2012-01-061-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. McDermott2012-01-051-2/+2
|
* Clean up some trailing spaces.P. J. McDermott2012-01-051-2/+2
|
* Rewrap text.P. J. McDermott2012-01-051-3/+2
|
* Use '<LINUX_VER>' variable in notes.P. J. McDermott2012-01-051-2/+2
|
* Make EGLIBC config look more like CLFS-Sysroot's.P. J. McDermott2012-01-051-2/+9
|
* Add a legal notice to the TBB notes.P. J. McDermott2012-01-051-0/+32
|
* Tell EGLIBC's configure that we don't have an SSP.P. J. McDermott2012-01-051-1/+2
| | | | See commit a7563c9e for more information.
* Add cross-compiling EGLIBC instructions.P. J. McDermott2012-01-051-0/+22
|
* Add '-v' flags to 'mkdir' commands.P. J. McDermott2012-01-051-2/+2
|
* Add cross-compiling GCC instructions to TBB setup.P. J. McDermott2012-01-041-0/+17
|
* Write instructions for installing MPC.P. J. McDermott2012-01-041-0/+11
|
* Remove PPL and CLooG for the cross-compiling GCC.P. J. McDermott2012-01-041-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. McDermott2012-01-041-2/+2
|
* Fix FIXMEs.P. J. McDermott2012-01-041-2/+2
|
* Fix a misplaced line.P. J. McDermott2012-01-041-1/+1
|
* Fix, update, and improve TBB system procedure.P. J. McDermott2012-01-021-19/+13
|
* Add nice new procedure for making a TBB system.P. J. McDermott2012-01-021-0/+211
NB: This new procedure is largely untested at the moment.