summaryrefslogtreecommitdiffstats
path: root/stage1
Commit message (Collapse)AuthorAgeFilesLines
* replaced sysvinit with busyboxAl Stone2012-11-091-23/+23
|
* minor cleanup to stage1 script, stage2 stepAl Stone2012-11-081-7/+6
|
* minor tweak to texinfo for stage2Al Stone2012-10-311-0/+1
|
* add temporary use of sysvinitAl Stone2012-10-301-3/+25
|
* added libexec to usrlinks so compilers would workAl Stone2012-10-171-1/+1
|
* corrected ln path for utils-linuxAl Stone2012-10-161-3/+5
|
* add ignore, go to end of stage1Al Stone2012-10-101-2/+0
|
* Merge branch 'aarch64-jcm' of git://fedorapeople.org/~djdelorie/bootstrap ↵Al Stone2012-10-101-0/+2
|\ | | | | | | into aarch64-ahs3
| * aarch64: enable cloogJon Masters2012-10-061-1/+1
| | | | | | | | Signed-off-by: Jon Masters <jcm@jonmasters.org>
| * aarch64: update stage1 with fixes from the teamJon Masters2012-10-061-19/+47
| | | | | | | | Signed-off-by: Jon Masters <jcm@jonmasters.org>
* | final corrections for aarch64 stage1Al Stone2012-10-101-6/+16
| |
* | corrections to stage1 up to and including 'go make'Al Stone2012-10-081-22/+50
|/
* aarch64: remove linker path hack from armv7hlJon Masters2012-10-041-11/+7
| | | | Signed-off-by: Jon Masters <jcm@jonmasters.org>
* aarch64: fix a few of the stage1 bitsJon Masters2012-10-041-4/+10
| | | | Signed-off-by: Jon Masters <jcm@jonmasters.org>
* AArch64: do not need to build U-Boot, X-Loader, etc. (old PandaBoard stuff)Jon Masters2012-09-171-2/+2
| | | | Signed-off-by: Jon Masters <jcm@jonmasters.org>
* aarch64: change -march to correct --with-cpu, etc.Jon Masters2012-09-111-4/+2
| | | | Signed-off-by: Jon Masters <jcm@redhat.com>
* aarch64: change to march without the A profile for nowJon Masters2012-09-101-1/+1
| | | | Signed-off-by: Jon Masters <jcm@redhat.com>
* aarch64: oops - fix march flagsJon Masters2012-09-101-4/+4
|
* aarch64: setup the basic bootstrap parametersJon Masters2012-09-101-9/+7
| | | | Signed-off-by: Jon Masters <jcm@redhat.com>
* Fix some typos, add stage3 script. Adds build-id.DJ Delorie2012-07-061-6/+30
|
* Fix location of ld-linux-armhf.so.3DJ Delorie2012-07-051-1/+1
|
* 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