Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-22 | pass --disable-multilib if user doesnt want multilib since some arches (like ↵ | Mike Frysinger | |
x86_64) default to multilib support | |||
2005-09-22 | add UCLIBC_HAS_REENTRANT_RPC | Mike Frysinger | |
2005-09-22 | version bump | Mike Frysinger | |
2005-09-18 | Patch from steelman. fixes bug 437. | Joakim Tjernlund | |
2005-09-18 | add sf mirrors list in help (fix by Bernhard Fischer) and allow people to ↵ | Mike Frysinger | |
add custom prefix/suffix to builds | |||
2005-09-16 | Add patches for latest snapshot of gdb. The starting point was the 6.3 | "Steven J. Hill" | |
patches which were then sliced down to this list since all the other ones were checked in or just applied with horrific failure. Also added new NPTL support patch for MIPS courtesy of Daniel J. Suckers, err I mean testers wanted. | |||
2005-09-14 | patch from 'steelman' | Eric Andersen | |
2005-09-13 | if we have external syslogd, force busybox to use it | Eric Andersen | |
2005-09-13 | Add support for the full blown versions of sysklogd and klogd | Eric Andersen | |
2005-09-13 | Add an empty dhclient-script to keep dhclient from complaining | Eric Andersen | |
2005-09-13 | Tar's default of use chown when being cross compiled is stupid, as lchown is | Eric Andersen | |
available on virtually every platform, and all linux versions since linux 2.0. | |||
2005-09-13 | How about we check our work a little better? | "Steven J. Hill" | |
2005-09-12 | version bump | Mike Frysinger | |
2005-09-12 | version bump and fix stripping as reported by Jun Sun | Mike Frysinger | |
2005-09-12 | I'm an idiot. | Eric Andersen | |
2005-09-12 | Add new configuration option. | "Steven J. Hill" | |
2005-09-12 | trim erroneous space | Eric Andersen | |
2005-09-09 | ver bump to 5.8.7 | Mike Frysinger | |
2005-09-09 | cvs package | Mike Frysinger | |
2005-09-09 | if QTE isnt enabled, make sure the versions dont screw up the make rules | Mike Frysinger | |
2005-09-09 | QTE by Allan Clark Bug 391 | Mike Frysinger | |
2005-09-09 | Allan Clark writes: | Mike Frysinger | |
Quick patch to avoid deleting my directory of RPM Sources. I tend to use buildroot as "make DL_DIR=/.rh/SOURCES", with the rpm topdir set to $HOME/.rh in my .rpmmacros -- allows me to build RPMs as non-root, and share the source with buildroot. Problem is, buildroot likes to delete my directory :( | |||
2005-09-09 | touchup target menu display | Mike Frysinger | |
2005-09-08 | fix shared library building | Mike Frysinger | |
2005-09-08 | dont need patch, is already a config opt | Mike Frysinger | |
2005-09-08 | fall back to /dev/urandom if /dev/random is out of entropy Bug 138 by rireland | Mike Frysinger | |
2005-09-08 | grab patch from OE to fix cross-compiling | Mike Frysinger | |
2005-09-08 | samrobb writes in Bug 233: only clean host sed if we built it | Mike Frysinger | |
2005-09-08 | update docs and fix wrong paths as pointed out by acutetech in #268 | Mike Frysinger | |
2005-09-08 | disable some drivers, touchup build system, and install into STAGING_DIR prefix | Mike Frysinger | |
2005-09-08 | build with prefix set to STAGING_DIR so the generated .la file has correct paths | Mike Frysinger | |
2005-09-08 | add optional support for freetype #372 by pnoffke | Mike Frysinger | |
2005-09-08 | grab some fixes from Gentoo to enable shared library support, add a ↵ | Mike Frysinger | |
jpeg-dirclean target, and cleanup the build in general | |||
2005-09-08 | version bump to 1.2.9 and merge staging_dir fixes by Patrick Noffke | Mike Frysinger | |
2005-09-08 | add a libpng-dirclean target and alias png to libpng | Mike Frysinger | |
2005-09-08 | version bump to 2.6.6 | Mike Frysinger | |
2005-09-08 | only build host-file if we need it | Mike Frysinger | |
2005-09-02 | update developer verbage | Eric Andersen | |
2005-08-30 | some superh fixes | Mike Frysinger | |
2005-08-30 | update sh support | Mike Frysinger | |
2005-08-30 | touchup build process | Mike Frysinger | |
2005-08-30 | some patches from Gentoo | Mike Frysinger | |
2005-08-30 | ver bump to 1.3.8 | Mike Frysinger | |
2005-08-30 | This patch (and the one that got checked in for gdb-snapshot) hack the ↵ | "Steven J. Hill" | |
opcodes such that the MIPS32r2 instruction 'rdhwr' actually appears in the list of MIPS I instructions. This allows us to get disassembly for non-MIPS32r2 binaries. | |||
2005-08-30 | Add in support for downloading and building the latest snapshot of GDB. If ↵ | "Steven J. Hill" | |
you want to debug NPTL binaries, you'll need the latest and greatest. Patches for 6.3 will be forward ported where applicable later this week. | |||
2005-08-30 | Build 'file' for the host as well as the target. If the host system has a ↵ | "Steven J. Hill" | |
version older than that being built for buildroot, the target build will fail. So, we build 'file' for the host and add actually add '$(TOOL_BUILD_DIR)/bin' to the TARGET_PATH so that it takes precedence over the host system version. | |||
2005-08-28 | david_bachelart writes in Bug 181: make defconfig is trying to find ↵ | Mike Frysinger | |
"defconfig" file instead of ".defconfig" | |||
2005-08-28 | acutetech writes in Bug 266: the buildroot docs point to the download dir ↵ | Mike Frysinger | |
off of uclibc.org when it should be buildroot.uclibc.org | |||
2005-08-28 | acutetech writes in Bug 267: Wrong path in documentation, should mention ↵ | Mike Frysinger | |
staging_dir subdir | |||
2005-08-28 | allanc writes in Bug 380: PTHREADS_NATIVE doesn't seem to be in the .config ↵ | Mike Frysinger | |
anymore. Patch adds setting UCLIBC_HAS_THREADS instead. |