Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-03 | - add missing package-source targets | Bernhard Reutner-Fischer | |
- add missing dependencies to build prerequisites in the config system | |||
2006-12-28 | - I'm pretty sure that i don't want LFS support on the gcc-4_2-branch | Bernhard Reutner-Fischer | |
Leave the rest as is. *shrug* | |||
2006-12-28 | - Pass largefile support down to the cross- and the native target compiler. | Bernhard Reutner-Fischer | |
2006-12-28 | - add option to disable LFS and regenerate configure | Bernhard Reutner-Fischer | |
Will send upstream later on. | |||
2006-12-28 | - add missing namespace specifiers. Fixes compilation error. | Bernhard Reutner-Fischer | |
2006-12-22 | - bump version | Bernhard Reutner-Fischer | |
- add to targets. Closes #724 | |||
2006-12-22 | - BR2_TARGET_ROOTFS_EXT2_RESBLKS is ignored if it is 0. It should be used if ↵ | Bernhard Reutner-Fischer | |
it is 0 (since 0 means something here--"do not reserve any blocks". Thanks to timw. Closes #484. | |||
2006-12-22 | - patch from AndyI to make it behave on Cygwin. Closes #1127. Thanks! | Bernhard Reutner-Fischer | |
2006-12-22 | - add some more useful hints | Bernhard Reutner-Fischer | |
2006-12-22 | - add gfortran support | Bernhard Reutner-Fischer | |
2006-12-22 | - fix building the target-compiler by passing the correct HOSTCC in. | Bernhard Reutner-Fischer | |
2006-12-22 | - fix setting the REAL_GCC_VERSION if no snapdate was given (i.e. we're ↵ | Bernhard Reutner-Fischer | |
using a svn co of the branch). sjhill, please verify that this still works for you! | |||
2006-12-22 | - add option to enable debugging support | Bernhard Reutner-Fischer | |
2006-12-22 | - move setting the TARGET_DEVICE_DEPMOD up one level | Bernhard Reutner-Fischer | |
2006-12-22 | - move setting of determination whether we use a full kernel vs. sanitized ↵ | Bernhard Reutner-Fischer | |
headers into the generic part | |||
2006-12-22 | - Add target for .so without the LIBVERSION. | Bernhard Reutner-Fischer | |
2006-12-21 | - forgot to bump the libversion | Bernhard Reutner-Fischer | |
2006-12-21 | - bump version and make it work | Bernhard Reutner-Fischer | |
2006-12-21 | - use centralized DISABLE_LARGEFILE | Bernhard Reutner-Fischer | |
- nil CXX if there isn't one | |||
2006-12-21 | - use DESTDIR for install. Thanks to Stuart Longland. Closes #926 | Bernhard Reutner-Fischer | |
2006-12-21 | - use global DISABLE_LARGEFILE | Bernhard Reutner-Fischer | |
2006-12-20 | - don't install the docs | Bernhard Reutner-Fischer | |
2006-12-20 | - fails for parallel builds, so force -j1 | Bernhard Reutner-Fischer | |
- improve the -clean target | |||
2006-12-20 | - Add args patch. | Bernhard Reutner-Fischer | |
2006-12-20 | - bump patch version | Bernhard Reutner-Fischer | |
2006-12-20 | - Petr Stetiar updated the kexec arm patch. Thanks! | Bernhard Reutner-Fischer | |
2006-12-20 | - Lars Munch noticed that i broke the ext2 compressor. Thanks! | Bernhard Reutner-Fischer | |
2006-12-20 | - add argus | Bernhard Reutner-Fischer | |
2006-12-20 | - remove obsoleted dep on host-fakeroot | Bernhard Reutner-Fischer | |
2006-12-19 | - add kexec package | Bernhard Reutner-Fischer | |
2006-12-18 | - pass the correct kernel headers in and improve the -clean target. | Bernhard Reutner-Fischer | |
2006-12-18 | - copy the final kernel (and System.map) to boot/ | Bernhard Reutner-Fischer | |
2006-12-18 | - stripped a bit too much for kernel-headers == target-kernel. Reinstate ↵ | Bernhard Reutner-Fischer | |
required rules. | |||
2006-12-18 | - put the full kernel's sources into build_/, install them into ↵ | Bernhard Reutner-Fischer | |
toolchain_build_. Saves quite some disk-space on the compile-host. - Avoid overriding the linux26 target's rules if the kernel headers's and the target's kernel are the same. Avoids a warning. | |||
2006-12-15 | - bump version, mv the libmagic.a to the staging dir and peruse one sourcedir | Bernhard Reutner-Fischer | |
for both host and target build. Thanks to Ulrich Hecht. | |||
2006-12-15 | - sudo depends on host-fakeroot | Bernhard Reutner-Fischer | |
2006-12-15 | - s/UCLIBC_HAS_LOCALE/BR2_ENABLE_LOCALE/g | Bernhard Reutner-Fischer | |
2006-12-15 | - pull bsdiff's Config in | Bernhard Reutner-Fischer | |
2006-12-15 | - use one (patched) sourcedir and build the -host and -target fakeroute in their | Bernhard Reutner-Fischer | |
own dirs. Thanks to Ulrich Hecht. | |||
2006-12-15 | - Update URL. Thanks to Ulrich Hecht. | Bernhard Reutner-Fischer | |
2006-12-15 | - Thomas Lundquist added bsdiff | Bernhard Reutner-Fischer | |
2006-12-15 | - Only care about the locale stuff if we have locale in the first place. | Bernhard Reutner-Fischer | |
2006-12-15 | - remove unused variable | Bernhard Reutner-Fischer | |
2006-12-15 | - add config option to specify modules to be copied to the target. | Bernhard Reutner-Fischer | |
2006-12-14 | - forgot to add the cross patch. | Bernhard Reutner-Fischer | |
2006-12-14 | - Ulrich Hecht writes: The current mpg123 package | Bernhard Reutner-Fischer | |
- ignores TARGET_CC (overwritten in Makefile) - ignores TARGET_CFLAGS - is hardcoded to use the i386 target | |||
2006-12-14 | - update the ext2 rootfs compression mechanism to allow for gzip, bzip2, ↵ | Bernhard Reutner-Fischer | |
lzma or none | |||
2006-12-14 | - bump version | Bernhard Reutner-Fischer | |
2006-12-14 | - eventually let configure check our cross-compiler. nil the checks otherwise. | Bernhard Reutner-Fischer | |
2006-12-14 | - remove usage of SUSv3 legacy functions. | Bernhard Reutner-Fischer | |