Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-06 | Bump versions. | "Steven J. Hill" | |
2007-07-06 | Remove more stuff during 'make distclean'. | "Steven J. Hill" | |
2007-07-06 | Remove usage of TARGET_LDFLAGS all together. Both TARGET_CFLAGS and ↵ | "Steven J. Hill" | |
TARGET_LDFLAGS are passed with the compilers and linker respectively so that we can pass CFLAGS and LDFLAGS on a per-package basis which was not possible previously and a number of packages failed to build. TARGET_CFLAGS usage in package makefiles will be removed next. | |||
2007-07-06 | Fix patch filtering and add new patch to disable tests for IPv6 when not ↵ | "Steven J. Hill" | |
selected. | |||
2007-07-05 | Bump version of tar and add disabling of IPv6 for psmisc if it is not ↵ | "Steven J. Hill" | |
selected. Submitted by <buraphalinuxserver@gmail.com>. | |||
2007-07-05 | Add building of m4 for host and fix autoconf dependency. Submitted by Julien ↵ | "Steven J. Hill" | |
Letessier <julien.letessier@technosens.fr>. | |||
2007-07-05 | Update version of ed and remove obsoleted patch. Submitted by ↵ | "Steven J. Hill" | |
<buraphalinuxserver@gmail.com>. | |||
2007-07-05 | Remove configure cruft | Peter Korsgaard | |
2007-07-05 | This was for when I was building a toolchain without BR2_TOOLCHAIN_SYSROOT ↵ | "Steven J. Hill" | |
set. Maybe when it is set the C++ libraries get put into $(TARGET_DIR)/lib. If that is the case, then an 'if-else' block will need to be placed to strip the right location. | |||
2007-07-05 | Enable the option. | "Steven J. Hill" | |
2007-07-05 | Do not override CFLAGS in uClibc. Instead concatenate with the ARCH_CFLAGS. ↵ | "Steven J. Hill" | |
Also, pass only the TARGET_CONFIGURE options that are necessary for building the utilities so that CFLAGS are not passed. | |||
2007-07-02 | - forgot a line | Bernhard Reutner-Fischer | |
2007-07-02 | - forgot to write out the .config.cmd | Bernhard Reutner-Fischer | |
2007-07-02 | - bump version | Bernhard Reutner-Fischer | |
2007-07-02 | - udhcp was merged into busybox some years ago; use a recent busybox instead! | Bernhard Reutner-Fischer | |
2007-06-29 | - change download site to sourceforge | Bernhard Reutner-Fischer | |
2007-06-28 | - fix make defconfig (Rick Foos) | Bernhard Reutner-Fischer | |
2007-06-28 | - add quagga suite | Bernhard Reutner-Fischer | |
2007-06-28 | - fix a few -clean targets. | Bernhard Reutner-Fischer | |
- bash build is not parallel-safe | |||
2007-06-28 | - work around bug in gcc (or rather libiberty) for parallel install | Bernhard Reutner-Fischer | |
2007-06-28 | - fix building the utilities that are ment to be run on the _HOST_ (Julien ↵ | Bernhard Reutner-Fischer | |
Letessier) | |||
2007-06-28 | - provide autotools for the host (Julien Letessier) | Bernhard Reutner-Fischer | |
2007-06-28 | - rm some old files | Bernhard Reutner-Fischer | |
2007-06-28 | - pull arm mmap fix from trunk | Bernhard Reutner-Fischer | |
2007-06-28 | - respin whole patch for the sake of simplicity | Bernhard Reutner-Fischer | |
2007-06-28 | - make it compile with a C89 compiler | Bernhard Reutner-Fischer | |
2007-06-28 | - adjust infrastructure for new kconfig | Bernhard Reutner-Fischer | |
2007-06-28 | - pull kconfig from linux-2.6.21.5 | Bernhard Reutner-Fischer | |
2007-06-27 | - use BR2_INET_IPV6 | Bernhard Reutner-Fischer | |
2007-06-27 | - stub for grub2. Needs to be fixed upstream first. | Bernhard Reutner-Fischer | |
2007-06-27 | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | |
- use TARGET_CONFIGURE_ARGS where appropriate. | |||
2007-06-27 | - introduce TARGET_CONFIGURE_ARGS to hold presets for configure for target ↵ | Bernhard Reutner-Fischer | |
packages | |||
2007-06-27 | - use correct installation path | Bernhard Reutner-Fischer | |
2007-06-27 | - the actual current version of NTP is 4.2p2 (Julien Letessier) | Bernhard Reutner-Fischer | |
- fixed the configure flag (Julien Letessier) | |||
2007-06-26 | - use BR2_INET_IPV6 | Bernhard Reutner-Fischer | |
2007-06-26 | - fix typo in sed expr | Bernhard Reutner-Fischer | |
2007-06-26 | - filter out eventual -fPIC -fpic -DPIC flags from the target cflags | Bernhard Reutner-Fischer | |
Honor the .config setting for KCONFIG and FORMAT iff not imposed by the target/device. If they are not set in the config, the defaults (zImage etc) still apply. | |||
2007-06-26 | - apply the patches | Bernhard Reutner-Fischer | |
2007-06-26 | - add BR2_INET_IPV6 and BR2_INET_RPC | Bernhard Reutner-Fischer | |
TODO: use $(DISABLE_IPV6) in packages instead of a gazillion different hackish ways that are currently in there | |||
2007-06-26 | - bump version | Bernhard Reutner-Fischer | |
2007-06-26 | - bump version, make it compile. tickadjust has to be disabled. Closes #1029 | Bernhard Reutner-Fischer | |
Provide means for installing sntp | |||
2007-06-26 | - don't bail out on cc warnings | Bernhard Reutner-Fischer | |
2007-06-26 | - pass -msoft-float if BR2_SOFT_FLOAT is set. Closes bug #1069 | Bernhard Reutner-Fischer | |
2007-06-26 | - check for clean environment variables ARCH, CROSS_COMPILE, GREP_OPTIONS | Bernhard Reutner-Fischer | |
2007-06-26 | - force DirectFB to detect PAGE_SIZE via sysconf (Ivan Kuten) | Bernhard Reutner-Fischer | |
2007-06-25 | - Add a system-V init script to ntpd. Closes #518 | Bernhard Reutner-Fischer | |
2007-06-25 | - account for now optional archive | Bernhard Reutner-Fischer | |
2007-06-25 | - fix typo in previous commit | Bernhard Reutner-Fischer | |
2007-06-25 | - correct installation path | Bernhard Reutner-Fischer | |
2007-06-25 | - correct installation path | Bernhard Reutner-Fischer | |