summaryrefslogtreecommitdiffstats
path: root/stage1
Commit message (Collapse)AuthorAgeFilesLines
* script->make, ccache moveDJ Delorie2012-07-031-3/+27
| | | | | | | | Convert build iteration logic (stage 2) from list driven to Makefile driven. Add actual dependencies to recipe files and use them to control build sequence. ccache is moved to stage1 and configured to be used in stage2.
* Add distcc supportDJ Delorie2012-06-281-1/+50
| | | | | | | | | | By default, stage2 will run with distcc client enabled, with DISTCC_HOSTS set to the original stage1 machine. It will generate a "distccd.script" to run on the stage1 host that uses the stage1 cross compilers and a matching port configuration (not the default port) with an unmodified distccd. This script is to be manually run by whoever is running stage2. Some editing of distccd.script and the stage2 local.conf may be needed.
* F17 udpatesDJ Delorie2012-06-261-40/+242
| | | | Various updates to stage 1 and 2 to build with F17 GA SRPMs
* make sure /dev/null and /dev/zero are read/write by allDJ Delorie2011-07-051-0/+1
|
* Sync with rootfsDJ Delorie2011-07-051-30/+19
|
* Fix symlinks in bzip2 installDJ Delorie2011-06-171-0/+7
|
* Update stage1's SRPM list for stage2. Add libmpc alias to stage2DJ Delorie2011-06-171-5/+22
|
* Tweaks to libselinux and sed. Update README package list.Nick Clifton2011-06-151-1/+18
| | | | | | Sed - touch docs so make won't try to run the cross-sed. libselinux - force TLSFLAGS to avoid a bogus check on 32-bit hosts.
* Clear various environment variablesDJ Delorie2011-06-101-0/+8
| | | | CC CXX CFLAGS CXXFLAGS AR LD AS
* Document new modules. Install x-loader and u-boot into /bootDJ Delorie2011-06-101-1/+5
|
* Stage2: ncurses, curl, m4, flex, bison, texinfo, gdbDJ Delorie2011-06-101-0/+8
|
* Various fixes for full bootstrapDJ Delorie2011-06-061-30/+131
| | | | | I've been running this in an empty directory to verify that it can build from scratch, which has discovered some bugs.
* Initial versionDJ Delorie2011-06-061-0/+605