summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* chkconfig needs gettext and popt to build in stage2Al Stone2012-11-081-5/+7
|
* temporary change to not install docs, allowing install to completeAl Stone2012-11-081-1/+2
|
* minor cleanup to stage1 script, stage2 stepAl Stone2012-11-081-7/+6
|
* update TODO listAl Stone2012-11-081-13/+4
|
* minor tweak to texinfo for stage2Al Stone2012-10-312-0/+5
|
* add temporary use of sysvinitAl Stone2012-10-301-3/+25
|
* update gdb config parameters in stage2Al Stone2012-10-251-1/+5
|
* set proper target in stage2Al Stone2012-10-171-1/+1
|
* 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-102-2/+10
|
* merging and updating branch a bitAl Stone2012-10-102-0/+21
|
* 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>
* stage3: install minizip tooDJ Delorie2012-07-131-1/+2
|
* Make /etc/ld.so.conf if missingDJ Delorie2012-07-131-0/+2
|
* stage3: ad libsepol and sedDJ Delorie2012-07-132-0/+4
|
* move some vars out of make command lineDJ Delorie2012-07-131-5/+5
| | | | | | Setting environment variables on the MAKE command line overrides those variables being set elsewhere, which messed up libsepol. Set those in the environment instead.
* stage3: add aclDJ Delorie2012-07-101-0/+4
|
* stage3: add attr byacc gawkDJ Delorie2012-07-103-0/+5
|
* add tcshDJ Delorie2012-07-091-0/+1
|
* add pkgconfigDJ Delorie2012-07-091-0/+1
|
* add luaDJ Delorie2012-07-091-0/+1
|
* stage3: add autoconf automake bzip2 elfutils xz zlibDJ Delorie2012-07-096-0/+31
|
* disable %check via .rpmmacrosDJ Delorie2012-07-091-0/+8
|
* Combine all RPMs to be installed to avoid dependency issuesDJ Delorie2012-07-091-1/+3
|
* add stage3 help2man, m4, texinfoDJ Delorie2012-07-063-0/+5
|
* rpma now takes additional arguments which are sub-packages to installDJ Delorie2012-07-061-2/+2
|
* Add filesystem and iso-codes to stage2, binutils to stage3DJ Delorie2012-07-064-0/+81
|
* Fix some typos, add stage3 script. Adds build-id.DJ Delorie2012-07-062-6/+115
|
* Force exit-on-error for all recipe scriptsDJ Delorie2012-07-061-1/+1
|
* Add localestatedir and initdbDJ Delorie2012-07-061-9/+4
|
* make /var/tmpDJ Delorie2012-07-061-0/+8
|
* Fix location of ld-linux-armhf.so.3DJ Delorie2012-07-051-1/+1
|
* script->make, ccache moveDJ Delorie2012-07-0347-120/+267
| | | | | | | | 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.
* Remove unneeded commandsDJ Delorie2012-06-281-4/+0
| | | | | Some mkdir/path commands were cut-n-pasted from stage1, but they do nothing in stage2 so remove them
* F17 udpatesDJ Delorie2012-06-2634-84/+480
| | | | 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 recipe stuff from rootfs treeDJ Delorie2011-07-0544-265/+325
|