Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-04-22 | sb2-init completed | Lauri Leukkunen | 1 | -12/+39 | |
It generates a correct sb2.config automatically for the gcc passed to it on the command line. Signed-off-by: Lauri Leukkunen <lle@rahina.org> | |||||
2007-04-22 | Rename sb2-build-libtool.sh to sb2-build-libtool | Lauri Leukkunen | 1 | -0/+0 | |
Signed-off-by: Lauri Leukkunen <lle@rahina.org> | |||||
2007-04-12 | Add multiple mapping modes support | Lauri Leukkunen | 1 | -0/+3 | |
Mapping modes can be selected by exporting SBOX2_MAPMODE environment variable. Currently there are two, default and emulate. Signed-off-by: Lauri Leukkunen <lle@rahina.org> | |||||
2007-03-13 | work-in-progress: emumode and sb2-init | Lauri Leukkunen | 1 | -0/+36 | |
Signed-off-by: Lauri Leukkunen <lle@rahina.org> | |||||
2007-03-13 | Help gcc a bit by giving --sysroot=$SBOX_TARGET_ROOT | Lauri Leukkunen | 1 | -1/+1 | |
Signed-off-by: Lauri Leukkunen <lle@rahina.org> | |||||
2007-03-12 | Change sb2 to use bash | Lauri Leukkunen | 1 | -1/+1 | |
Signed-off-by: Lauri Leukkunen <lle@rahina.org> | |||||
2007-03-12 | Prevent mapping leakage and add intltool support | Lauri Leukkunen | 1 | -1/+1 | |
With these changes SB2 will prevent accidental escaping from the target_root through symlinks. All paths are checked after mapping for symlinks, and they are fully resolved before returning. Maemo-mapper builds with these changes using "dpkg-buildpackage -rfakeroot -d". Signed-off-by: Lauri Leukkunen <lle@rahina.org> | |||||
2007-02-13 | Change path and libtool location | Lauri Leukkunen | 2 | -3/+3 | |
Path now contains $buildroot/sb_tools/bin in front and the rest of the target bin/ directories in the back of the regular path. This avoids running target binaries while still allowing overriding host tools. | |||||
2007-02-12 | fix libtool install prefix | Lauri Leukkunen | 1 | -1/+1 | |
2007-02-11 | sb2-build-libtool.sh included in install target | Lauri Leukkunen | 1 | -1/+1 | |
2007-02-11 | Assorted autotools mappings fixes & linker argument passing | Lauri Leukkunen | 1 | -1/+2 | |
Create extra mapping chain and rules to get autotools and pkg-config work better. Still not sure if this is enough. Cross compiler argument passing in utils/sb2 is now done correctly and includes the -rpath-link flag which makes cross-compiler behave more like a non-cross-compiler. | |||||
2007-02-11 | Add libtool support | Lauri Leukkunen | 1 | -0/+47 | |
libtool can be installed for a scratchbox 2 target by doing: ./configure --prefix=$SBOX_TARGET_ROOT make make install | |||||
2007-02-11 | Remove sb1 toolchain wrapping dependency | Lauri Leukkunen | 1 | -1/+1 | |
With these changes sb2 can use an as-is copy of CodeSourcery arm-2006q3 toolchain. | |||||
2007-01-30 | * make toolchains work without gcc.specs file | Lauri Leukkunen | 1 | -0/+1 | |
2007-01-14 | * update copyrights and add license information | Lauri Leukkunen | 1 | -1/+2 | |
2007-01-14 | * change libsb2.c to not leak memory like a stabbed pig | Lauri Leukkunen | 1 | -1/+6 | |
* rework the mappings code again * add locking for the mapping cache | |||||
2007-01-11 | * make sb2 --verbose output debug log to $buildroot/sb2_mapping.log | Lauri Leukkunen | 1 | -1/+3 | |
2007-01-11 | * add --verbose switch to sb2 to enable debugging of the mapping | Lauri Leukkunen | 1 | -2/+11 | |
rules | |||||
2007-01-04 | * update build system, again | Lauri Leukkunen | 1 | -1/+1 | |
2007-01-03 | * update llbuild build system to new non-recursive version | Lauri Leukkunen | 1 | -2/+3 | |
2006-12-27 | * fix host-gcc -isystem path guessing regexp. Big thanks tuo Tuomas Kulve | Lauri Leukkunen | 1 | -2/+2 | |
for helping with perl ;) | |||||
2006-12-27 | * move host_usr symlink out of buildroot to help qemu work faster | Lauri Leukkunen | 1 | -3/+1 | |
2006-12-27 | * host-gcc support now complete | Lauri Leukkunen | 2 | -18/+56 | |
2006-12-27 | * working on host-gcc, almost there | Lauri Leukkunen | 1 | -0/+2 | |
2006-12-26 | * add host-gcc support | Lauri Leukkunen | 2 | -4/+9 | |
2006-12-23 | * now we're able to build glib | Lauri Leukkunen | 1 | -7/+19 | |
2006-12-22 | * rework everything to get rid of chroot requirement | Lauri Leukkunen | 4 | -197/+47 | |
2006-10-28 | * complete environment variable obedience campaign | Lauri Leukkunen | 1 | -3/+31 | |
* | |||||
2006-09-03 | * add sb_gcc_wrapper stuff | Lauri Leukkunen | 2 | -0/+502 | |
2006-09-03 | * lots of work on the llbuild multi-target and c++ support | Lauri Leukkunen | 1 | -4/+3 | |
2006-08-15 | * change some pretty print naming conventions to use ll_ prefix | Lauri Leukkunen | 1 | -1/+1 | |
* cleanup top level Makefile by moving some stuff to Makefile.include | |||||
2006-08-15 | * improve pretty printing a lot | Lauri Leukkunen | 1 | -2/+1 | |
2006-08-15 | fix the build system to really build in parallel safely | Lauri Leukkunen | 1 | -2/+4 | |
2006-08-09 | * better error handling in sb2init | Lauri Leukkunen | 2 | -4/+15 | |
* fix configure.ac for older autoconf/autoheader versions * sane default CC and global CFLAGS | |||||
2006-08-07 | remove chroot-uid, sb2init handles that part too now along with | Lauri Leukkunen | 3 | -94/+130 | |
mounting /proc if it's not mounted already | |||||
2006-08-06 | add sudo support and various cleanups | Lauri Leukkunen | 1 | -48/+68 | |
2006-08-05 | first helloworld binary compiled! | Lauri Leukkunen | 3 | -5/+34 | |
2006-08-05 | add utils/chroot-uid to the build | Lauri Leukkunen | 1 | -0/+7 | |
2006-08-05 | fix linking and remove SConscript files | Lauri Leukkunen | 1 | -4/+0 | |
2006-08-04 | initial darcs -> git transition commit | Lauri Leukkunen | 2 | -0/+73 | |