Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixup freetype build and install locations | Eric Andersen | 2007-01-10 | 1 | -6/+6 |
| | |||||
* | - bump version | Bernhard Reutner-Fischer | 2007-01-10 | 1 | -1/+1 |
| | |||||
* | - bump version | Bernhard Reutner-Fischer | 2007-01-10 | 2 | -1/+14 |
| | |||||
* | needs pkg-config | Eric Andersen | 2007-01-10 | 1 | -1/+1 |
| | |||||
* | fix install such that pkg-config setup is correct | Eric Andersen | 2007-01-10 | 1 | -23/+5 |
| | |||||
* | fix install such that pkg-config setup is correct | Eric Andersen | 2007-01-10 | 1 | -6/+19 |
| | |||||
* | bump version to the latest stable release | Eric Andersen | 2007-01-10 | 1 | -4/+4 |
| | |||||
* | link $(STAGING_DIR)/usr/lib to $(STAGING_DIR)/lib | Eric Andersen | 2007-01-10 | 1 | -0/+2 |
| | | | | | to make glib2 (and packages with similar confusion) work properly, while still being able to cross compile | ||||
* | add in glib2 | Eric Andersen | 2007-01-10 | 9 | -0/+280 |
| | |||||
* | fix gettext so it will actually compile and install | Eric Andersen | 2007-01-10 | 2 | -13/+68 |
| | |||||
* | - Adjust patches to take recent upstream fixes into account. | Bernhard Reutner-Fischer | 2007-01-08 | 2 | -151/+0 |
| | |||||
* | - simpler patch from Paolo Carlini for http://gcc.gnu.org/PR30365 | Bernhard Reutner-Fischer | 2007-01-06 | 1 | -399/+80 |
| | |||||
* | - fix typo | Bernhard Reutner-Fischer | 2007-01-04 | 1 | -2/+2 |
| | |||||
* | - portable cp args | Bernhard Reutner-Fischer | 2007-01-03 | 1 | -1/+1 |
| | |||||
* | - add missing package-source targets | Bernhard Reutner-Fischer | 2007-01-03 | 23 | -1/+40 |
| | | | | - add missing dependencies to build prerequisites in the config system | ||||
* | - I'm pretty sure that i don't want LFS support on the gcc-4_2-branch | Bernhard Reutner-Fischer | 2006-12-28 | 1 | -1/+2 |
| | | | | Leave the rest as is. *shrug* | ||||
* | - Pass largefile support down to the cross- and the native target compiler. | Bernhard Reutner-Fischer | 2006-12-28 | 1 | -0/+2 |
| | |||||
* | - add option to disable LFS and regenerate configure | Bernhard Reutner-Fischer | 2006-12-28 | 1 | -0/+450 |
| | | | | Will send upstream later on. | ||||
* | - add missing namespace specifiers. Fixes compilation error. | Bernhard Reutner-Fischer | 2006-12-28 | 1 | -0/+36 |
| | |||||
* | - bump version | Bernhard Reutner-Fischer | 2006-12-22 | 2 | -4/+12 |
| | | | | - add to targets. Closes #724 | ||||
* | - BR2_TARGET_ROOTFS_EXT2_RESBLKS is ignored if it is 0. It should be used if ↵ | Bernhard Reutner-Fischer | 2006-12-22 | 1 | -1/+1 |
| | | | | | | it is 0 (since 0 means something here--"do not reserve any blocks". Thanks to timw. Closes #484. | ||||
* | - patch from AndyI to make it behave on Cygwin. Closes #1127. Thanks! | Bernhard Reutner-Fischer | 2006-12-22 | 1 | -0/+13 |
| | |||||
* | - add some more useful hints | Bernhard Reutner-Fischer | 2006-12-22 | 1 | -0/+18 |
| | |||||
* | - add gfortran support | Bernhard Reutner-Fischer | 2006-12-22 | 2 | -1/+27 |
| | |||||
* | - fix building the target-compiler by passing the correct HOSTCC in. | Bernhard Reutner-Fischer | 2006-12-22 | 1 | -2/+7 |
| | |||||
* | - fix setting the REAL_GCC_VERSION if no snapdate was given (i.e. we're ↵ | Bernhard Reutner-Fischer | 2006-12-22 | 1 | -2/+2 |
| | | | | | | using a svn co of the branch). sjhill, please verify that this still works for you! | ||||
* | - add option to enable debugging support | Bernhard Reutner-Fischer | 2006-12-22 | 2 | -3/+17 |
| | |||||
* | - move setting the TARGET_DEVICE_DEPMOD up one level | Bernhard Reutner-Fischer | 2006-12-22 | 2 | -2/+2 |
| | |||||
* | - move setting of determination whether we use a full kernel vs. sanitized ↵ | Bernhard Reutner-Fischer | 2006-12-22 | 3 | -9/+3 |
| | | | | headers into the generic part | ||||
* | - Add target for .so without the LIBVERSION. | Bernhard Reutner-Fischer | 2006-12-22 | 1 | -1/+1 |
| | |||||
* | - forgot to bump the libversion | Bernhard Reutner-Fischer | 2006-12-21 | 1 | -1/+1 |
| | |||||
* | - bump version and make it work | Bernhard Reutner-Fischer | 2006-12-21 | 3 | -136/+1070 |
| | |||||
* | - use centralized DISABLE_LARGEFILE | Bernhard Reutner-Fischer | 2006-12-21 | 3 | -13/+7 |
| | | | | - nil CXX if there isn't one | ||||
* | - use DESTDIR for install. Thanks to Stuart Longland. Closes #926 | Bernhard Reutner-Fischer | 2006-12-21 | 1 | -1/+1 |
| | |||||
* | - use global DISABLE_LARGEFILE | Bernhard Reutner-Fischer | 2006-12-21 | 4 | -19/+4 |
| | |||||
* | - don't install the docs | Bernhard Reutner-Fischer | 2006-12-20 | 1 | -1/+1 |
| | |||||
* | - fails for parallel builds, so force -j1 | Bernhard Reutner-Fischer | 2006-12-20 | 1 | -1/+5 |
| | | | | - improve the -clean target | ||||
* | - Add args patch. | Bernhard Reutner-Fischer | 2006-12-20 | 1 | -0/+12 |
| | |||||
* | - bump patch version | Bernhard Reutner-Fischer | 2006-12-20 | 1 | -1/+1 |
| | |||||
* | - Petr Stetiar updated the kexec arm patch. Thanks! | Bernhard Reutner-Fischer | 2006-12-20 | 1 | -0/+75 |
| | |||||
* | - Lars Munch noticed that i broke the ext2 compressor. Thanks! | Bernhard Reutner-Fischer | 2006-12-20 | 1 | -4/+8 |
| | |||||
* | - add argus | Bernhard Reutner-Fischer | 2006-12-20 | 4 | -0/+1381 |
| | |||||
* | - remove obsoleted dep on host-fakeroot | Bernhard Reutner-Fischer | 2006-12-20 | 1 | -2/+1 |
| | |||||
* | - add kexec package | Bernhard Reutner-Fischer | 2006-12-19 | 3 | -0/+486 |
| | |||||
* | - pass the correct kernel headers in and improve the -clean target. | Bernhard Reutner-Fischer | 2006-12-18 | 1 | -3/+3 |
| | |||||
* | - copy the final kernel (and System.map) to boot/ | Bernhard Reutner-Fischer | 2006-12-18 | 1 | -1/+1 |
| | |||||
* | - stripped a bit too much for kernel-headers == target-kernel. Reinstate ↵ | Bernhard Reutner-Fischer | 2006-12-18 | 1 | -2/+2 |
| | | | | required rules. | ||||
* | - put the full kernel's sources into build_/, install them into ↵ | Bernhard Reutner-Fischer | 2006-12-18 | 3 | -27/+48 |
| | | | | | | 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. | ||||
* | - bump version, mv the libmagic.a to the staging dir and peruse one sourcedir | Bernhard Reutner-Fischer | 2006-12-15 | 1 | -15/+18 |
| | | | | for both host and target build. Thanks to Ulrich Hecht. | ||||
* | - sudo depends on host-fakeroot | Bernhard Reutner-Fischer | 2006-12-15 | 1 | -2/+1 |
| |