Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clean up /proc, /sys mounts | Al Stone | 2012-11-13 | 1 | -6/+15 |
| | |||||
* | replaced sysvinit with busybox | Al Stone | 2012-11-09 | 1 | -23/+23 |
| | |||||
* | ignore a few more files | Al Stone | 2012-11-09 | 1 | -0/+4 |
| | |||||
* | move bootstrap work to a different location | Al Stone | 2012-11-09 | 1 | -2/+1 |
| | |||||
* | chkconfig needs gettext and popt to build in stage2 | Al Stone | 2012-11-08 | 1 | -5/+7 |
| | |||||
* | temporary change to not install docs, allowing install to complete | Al Stone | 2012-11-08 | 1 | -1/+2 |
| | |||||
* | minor cleanup to stage1 script, stage2 step | Al Stone | 2012-11-08 | 1 | -7/+6 |
| | |||||
* | update TODO list | Al Stone | 2012-11-08 | 1 | -13/+4 |
| | |||||
* | minor tweak to texinfo for stage2 | Al Stone | 2012-10-31 | 2 | -0/+5 |
| | |||||
* | add temporary use of sysvinit | Al Stone | 2012-10-30 | 1 | -3/+25 |
| | |||||
* | update gdb config parameters in stage2 | Al Stone | 2012-10-25 | 1 | -1/+5 |
| | |||||
* | set proper target in stage2 | Al Stone | 2012-10-17 | 1 | -1/+1 |
| | |||||
* | added libexec to usrlinks so compilers would work | Al Stone | 2012-10-17 | 1 | -1/+1 |
| | |||||
* | corrected ln path for utils-linux | Al Stone | 2012-10-16 | 1 | -3/+5 |
| | |||||
* | add ignore, go to end of stage1 | Al Stone | 2012-10-10 | 2 | -2/+10 |
| | |||||
* | merging and updating branch a bit | Al Stone | 2012-10-10 | 2 | -0/+21 |
| | |||||
* | Merge branch 'aarch64-jcm' of git://fedorapeople.org/~djdelorie/bootstrap ↵ | Al Stone | 2012-10-10 | 1 | -0/+2 |
|\ | | | | | | | into aarch64-ahs3 | ||||
| * | aarch64: enable cloog | Jon Masters | 2012-10-06 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Jon Masters <jcm@jonmasters.org> | ||||
| * | aarch64: update stage1 with fixes from the team | Jon Masters | 2012-10-06 | 1 | -19/+47 |
| | | | | | | | | Signed-off-by: Jon Masters <jcm@jonmasters.org> | ||||
* | | final corrections for aarch64 stage1 | Al Stone | 2012-10-10 | 1 | -6/+16 |
| | | |||||
* | | corrections to stage1 up to and including 'go make' | Al Stone | 2012-10-08 | 1 | -22/+50 |
|/ | |||||
* | aarch64: remove linker path hack from armv7hl | Jon Masters | 2012-10-04 | 1 | -11/+7 |
| | | | | Signed-off-by: Jon Masters <jcm@jonmasters.org> | ||||
* | aarch64: fix a few of the stage1 bits | Jon Masters | 2012-10-04 | 1 | -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 Masters | 2012-09-17 | 1 | -2/+2 |
| | | | | Signed-off-by: Jon Masters <jcm@jonmasters.org> | ||||
* | aarch64: change -march to correct --with-cpu, etc. | Jon Masters | 2012-09-11 | 1 | -4/+2 |
| | | | | Signed-off-by: Jon Masters <jcm@redhat.com> | ||||
* | aarch64: change to march without the A profile for now | Jon Masters | 2012-09-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Jon Masters <jcm@redhat.com> | ||||
* | aarch64: oops - fix march flags | Jon Masters | 2012-09-10 | 1 | -4/+4 |
| | |||||
* | aarch64: setup the basic bootstrap parameters | Jon Masters | 2012-09-10 | 1 | -9/+7 |
| | | | | Signed-off-by: Jon Masters <jcm@redhat.com> | ||||
* | stage3: install minizip too | DJ Delorie | 2012-07-13 | 1 | -1/+2 |
| | |||||
* | Make /etc/ld.so.conf if missing | DJ Delorie | 2012-07-13 | 1 | -0/+2 |
| | |||||
* | stage3: ad libsepol and sed | DJ Delorie | 2012-07-13 | 2 | -0/+4 |
| | |||||
* | move some vars out of make command line | DJ Delorie | 2012-07-13 | 1 | -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 acl | DJ Delorie | 2012-07-10 | 1 | -0/+4 |
| | |||||
* | stage3: add attr byacc gawk | DJ Delorie | 2012-07-10 | 3 | -0/+5 |
| | |||||
* | add tcsh | DJ Delorie | 2012-07-09 | 1 | -0/+1 |
| | |||||
* | add pkgconfig | DJ Delorie | 2012-07-09 | 1 | -0/+1 |
| | |||||
* | add lua | DJ Delorie | 2012-07-09 | 1 | -0/+1 |
| | |||||
* | stage3: add autoconf automake bzip2 elfutils xz zlib | DJ Delorie | 2012-07-09 | 6 | -0/+31 |
| | |||||
* | disable %check via .rpmmacros | DJ Delorie | 2012-07-09 | 1 | -0/+8 |
| | |||||
* | Combine all RPMs to be installed to avoid dependency issues | DJ Delorie | 2012-07-09 | 1 | -1/+3 |
| | |||||
* | add stage3 help2man, m4, texinfo | DJ Delorie | 2012-07-06 | 3 | -0/+5 |
| | |||||
* | rpma now takes additional arguments which are sub-packages to install | DJ Delorie | 2012-07-06 | 1 | -2/+2 |
| | |||||
* | Add filesystem and iso-codes to stage2, binutils to stage3 | DJ Delorie | 2012-07-06 | 4 | -0/+81 |
| | |||||
* | Fix some typos, add stage3 script. Adds build-id. | DJ Delorie | 2012-07-06 | 2 | -6/+115 |
| | |||||
* | Force exit-on-error for all recipe scripts | DJ Delorie | 2012-07-06 | 1 | -1/+1 |
| | |||||
* | Add localestatedir and initdb | DJ Delorie | 2012-07-06 | 1 | -9/+4 |
| | |||||
* | make /var/tmp | DJ Delorie | 2012-07-06 | 1 | -0/+8 |
| | |||||
* | Fix location of ld-linux-armhf.so.3 | DJ Delorie | 2012-07-05 | 1 | -1/+1 |
| | |||||
* | script->make, ccache move | DJ Delorie | 2012-07-03 | 47 | -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 support | DJ Delorie | 2012-06-28 | 1 | -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. |