Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-01 | - add my working draft for busybox-initramfs (not yet finished, so still ↵ | Bernhard Reutner-Fischer | |
commented out in Config.in) | |||
2007-09-01 | - cosmetic cleanup | Bernhard Reutner-Fischer | |
2007-09-01 | - libfloat has to depend on gcc_initial | Bernhard Reutner-Fischer | |
2007-09-01 | - explicitely download via http | Bernhard Reutner-Fischer | |
2007-09-01 | - add rule for static libfloat | Bernhard Reutner-Fischer | |
2007-09-01 | - don't try to strip the gccbug script | Bernhard Reutner-Fischer | |
2007-09-01 | - rephrase r19284 -- explicitely list base targets for World | Bernhard Reutner-Fischer | |
Needed for toplevel parallel builds to work properly. | |||
2007-09-01 | - GCC_CROSS_LANGUAGES for non-sysroot enabled gcc | Bernhard Reutner-Fischer | |
2007-09-01 | - Only include the XORG7 makefiles if we were asked to build any xorg package | Bernhard Reutner-Fischer | |
2007-09-01 | - precaution when looking at GCC_VERSION | Bernhard Reutner-Fischer | |
2007-09-01 | - bump version | Bernhard Reutner-Fischer | |
2007-09-01 | - use http and fix a typo in the URL | Bernhard Reutner-Fischer | |
2007-09-01 | - fix glitch introduced in my whitespace removal (brm) | Bernhard Reutner-Fischer | |
2007-08-31 | - bump version | Bernhard Reutner-Fischer | |
2007-08-31 | - make sure that the path for the lzma-host-binary exist | Bernhard Reutner-Fischer | |
2007-08-31 | - need to touch the tarball | Bernhard Reutner-Fischer | |
2007-08-30 | - mark duplicate hunk | Bernhard Reutner-Fischer | |
2007-08-30 | Revert patch causing g++-4.2.1 build to fail | Ulf Samuelsson | |
2007-08-29 | - uclibc-configured has to depend on kernel-headers | Bernhard Reutner-Fischer | |
2007-08-29 | Remove double avr patch | Peter Korsgaard | |
2007-08-29 | Use DISTCC_BUILDDIR instead of DISTCC_DIR as that environment variable is | Peter Korsgaard | |
used by distcc itself, causing havoc if you compile buildroot under distcc. | |||
2007-08-28 | Fix some qtopia quirks, bump version | Ulf Samuelsson | |
2007-08-28 | Fix bug in avr32 uClibc patch | Ulf Samuelsson | |
2007-08-28 | Add default X11 install directory | Ulf Samuelsson | |
2007-08-28 | Remove some more file during pppd-clean | Ulf Samuelsson | |
2007-08-28 | This is my attempt to realize a rxvt-version for xorg, tinyx and the new x11r7. | Ulf Samuelsson | |
I tested it with xorg and x11r7. (Don't know if it works with tinyx, because the tinyx-build fails) Signed-off-by: Simon Pasch <fpasch@googlemail.com> | |||
2007-08-28 | Update avr32 uclibc patch name | Ulf Samuelsson | |
2007-08-28 | - misc cleanups (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | |
2007-08-28 | Use correct hostap source, deprecate package due to inclusion in linux kernel | Ulf Samuelsson | |
2007-08-28 | Fix bad regexp in u-boot.mk | Ulf Samuelsson | |
2007-08-28 | Remove renamed mpg123 patch | Ulf Samuelsson | |
2007-08-28 | Remove renamed libmad patch | Ulf Samuelsson | |
2007-08-28 | Allow for architecture specific libmad patches, make current patch AVR32 ↵ | Ulf Samuelsson | |
specific | |||
2007-08-28 | This fixes make clean on pppd package (there is no rule uninstall in pppd's ↵ | Ulf Samuelsson | |
makefile) and does some small bits of cleanup. Signed-off-by: Thiago A. Corrêa <thiago.correa@gmail.com> | |||
2007-08-28 | Looking at the the gcc-4.2.1 patches for uClibc, I found that the | Ulf Samuelsson | |
200-uclibc-locale and 205-uclibc-locale-update patches uses a not existing macro __UCLIBC_HAS_XCLOCALE__ while they should refer to __UCLIBC_HAS_XLOCALE__ Find attached the patches to fix the above mentioned patches Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||
2007-08-28 | Remove mpg123 patch from current build, full removal pending | Ulf Samuelsson | |
2007-08-28 | - use correct include dir (Simon Pasch) | Bernhard Reutner-Fischer | |
- cleanup while at it | |||
2007-08-28 | - add apropriate variables for the host-toolchain to HOST_CONFIGURE_OPTS | Bernhard Reutner-Fischer | |
2007-08-28 | expat now installs into usr/lib | Peter Korsgaard | |
2007-08-27 | - README even. | Bernhard Reutner-Fischer | |
2007-08-27 | - allow me to point people at 'make help' | Bernhard Reutner-Fischer | |
2007-08-26 | - make sure to honour user flags | Bernhard Reutner-Fischer | |
2007-08-26 | - improve handling of sh (fgretief) for bug #1446 | Bernhard Reutner-Fischer | |
2007-08-26 | - If we are to build some libs then require them to exist. | Bernhard Reutner-Fischer | |
- Strip host files with host strip (untested, will likely need a HOSTSTRIP) | |||
2007-08-26 | - use the correct type (__u_long is correct, __ulong_t is not typed) | Bernhard Reutner-Fischer | |
2007-08-25 | This patch fixes a bug into ostream::operator<<(double) due to the wrong size | Bernhard Reutner-Fischer | |
passed into the __convert_from_v method. The wrong size is then passed to std::snprintf function, that, on uClibc, doens't handle sized 0 buffer. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||
2007-08-25 | - adjust config | Bernhard Reutner-Fischer | |
2007-08-25 | - workaround for broken external toolchains | Bernhard Reutner-Fischer | |
2007-08-24 | - add busybox-1.7.0 | Bernhard Reutner-Fischer | |
2007-08-24 | remove _SKIP_CONFIGURE since it's pointless to try to run it on ↵ | Bernhard Reutner-Fischer | |
non-autotool'ed packages anyway (for now) |