Age | Commit message (Expand) | Author | Files | Lines |
2009-03-31 | sb2-init "-c" option optional | Lauri Aarnio | 1 | -7/+37 |
2009-03-31 | Added "nomap" mapping mode: SB2 can now be used to do native builds, too! | Lauri Aarnio | 1 | -1/+12 |
2009-03-30 | Fix default sb2-init behaviour | Lauri Leukkunen | 1 | -1/+5 |
2009-02-10 | Bugfix: "-A arch" option was not relayed to gcc config | Lauri Aarnio | 1 | -0/+7 |
2009-01-20 | SB2's Configuration & Initialization Redesign: part 2: Gcc toochain config | Lauri Aarnio | 1 | -70/+39 |
2009-01-20 | SB2's Configuration & Initialization Redesign: part 1 | Lauri Aarnio | 1 | -83/+98 |
2009-01-10 | Now sb2 supports also localization of tools_root. | Mika Westerberg | 1 | -1/+9 |
2008-12-30 | OS X doesn't support uname --machine, switch to uname -m | Joshua Pollak | 1 | -1/+1 |
2008-12-07 | Unify shell script coding style | Lauri Leukkunen | 1 | -19/+10 |
2008-11-02 | Fixes to exec preprocessing: Processing of gcc tools requires abs.paths etc. ... | Lauri Aarnio | 1 | -1/+8 |
2008-10-23 | Introduced basic support for exec_policy based localization. | Mika Westerberg | 1 | -1/+16 |
2008-10-18 | sb2-init requires nowadays -c to use cputransp | Lauri Leukkunen | 1 | -2/+2 |
2008-09-27 | Fix sb2-init location detection | Lauri Leukkunen | 1 | -0/+6 |
2008-09-27 | Fixed two minor bugs (sb2,sb2-init) Both bugs only show up when target archit... | Lauri Aarnio | 1 | -4/+0 |
2008-09-27 | Cleanup: Replaced more environment variables by conf.vars - SBOX_DIR, SBOX_WO... | Lauri Aarnio | 1 | -4/+3 |
2008-09-27 | Cleanup: Removed unnecessary environment variables | Lauri Aarnio | 1 | -7/+1 |
2008-09-27 | Moved all "export" statements from sb2.config to "sb2" (and config version =>... | Lauri Aarnio | 1 | -62/+51 |
2008-09-27 | Removed variable "SBOX_COMPILER_ROOT" (which was set, but not used) | Lauri Aarnio | 1 | -2/+0 |
2008-09-27 | Replaced env.var. SBOX_TOOLS_ROOT by conf.var. sbox_tools_root | Lauri Aarnio | 1 | -0/+2 |
2008-09-27 | Replaced env.var. SBOX_TARGET_ROOT by conf.var. sbox_target_root | Lauri Aarnio | 1 | -6/+12 |
2008-09-27 | Eliminated env.var. SBOX_MAPMODE; Mode is now passed thru files - sb2 does no... | Lauri Aarnio | 1 | -0/+6 |
2008-09-27 | Improvements to the modeconf/sb2rc system - including that PATH can be set de... | Lauri Aarnio | 1 | -1/+1 |
2008-07-25 | make sb2, sb2-config and sb2-init callable from various contexts | Timo Savola | 1 | -1/+1 |
2008-07-25 | Allow native targets | Timo Savola | 1 | -0/+6 |
2008-07-18 | Fix sb2-init and argvenvp_gcc.lua to work without gcc-specs.modename | Lauri Leukkunen | 1 | -2/+1 |
2008-07-18 | Fix sb2-init output when libtool compilation fails | Kimmo Saarela | 1 | -1/+2 |
2008-06-17 | Added DEB_BUILD_ARCH_ABI to configurable environment variables | Lauri Aarnio | 1 | -1/+3 |
2008-06-17 | More fixes for target architecture settings | Lauri Aarnio | 1 | -17/+31 |
2008-06-17 | sb2-init accepts x86 target architectures (i386,i486,..) | Lauri Aarnio | 1 | -0/+4 |
2008-06-17 | Use mode-specific "specs" files for the cross-gcc + a "specs" file for "maemo" | Lauri Aarnio | 1 | -2/+11 |
2008-06-17 | Changed initialization of target architecture settings (+maemo mode bugfix) | Lauri Aarnio | 1 | -2/+15 |
2008-05-10 | Made cross-gcc optional | Lauri Aarnio | 1 | -24/+43 |
2008-05-10 | Bugfix: Add "fakeroot" dirs to LD_LIBRARY_PATH even if SBOX_TOOLS_ROOT is not... | Lauri Aarnio | 1 | -0/+3 |
2008-03-22 | Use which to find qemu-$ARCH | Lauri Leukkunen | 1 | -1/+1 |
2008-02-12 | sb2-init improvements | Lauri Aarnio | 1 | -5/+60 |
2008-01-31 | A fix for host-gcc parameter generation | Lauri Aarnio | 1 | -2/+2 |
2008-01-18 | sb2-init allows specifying entire cputransparency command | Lauri Leukkunen | 1 | -36/+8 |
2008-01-11 | Fix -Wno-poison-system-directories check | Lauri Leukkunen | 1 | -1/+1 |
2008-01-03 | Fix tool distro support | Lauri Leukkunen | 1 | -4/+4 |
2007-12-28 | Clean up sb2 script and speed up running sb2 script | Riku Voipio | 1 | -1/+17 |
2007-12-18 | Add /emul/lib{64,32}/libsb2 to LD_LIBRARY_PATH | Lauri Leukkunen | 1 | -0/+1 |
2007-12-14 | Oops... | Lauri Leukkunen | 1 | -1/+1 |
2007-12-14 | Fix extra args for compiler and linker, support tool distro | Lauri Leukkunen | 1 | -1/+4 |
2007-12-13 | Re-introduce tool distro support | Lauri Leukkunen | 1 | -2/+22 |
2007-12-11 | Add -m mapping_mode switch to sb2-init | Lauri Leukkunen | 1 | -1/+18 |
2007-12-08 | Clarify status output | Lauri Leukkunen | 1 | -1/+1 |
2007-12-08 | Improve sb2-init command line sanity checking | Lauri Leukkunen | 1 | -7/+9 |
2007-10-30 | Correct home directory path in sbrsh config | Timo Savola | 1 | -1/+1 |
2007-10-30 | sb2-init can generate sbrsh config files | Timo Savola | 1 | -7/+71 |
2007-10-18 | Add support for sh target architecture | Lauri Leukkunen | 1 | -0/+1 |