Commit Graph

1456 Commits

Author SHA1 Message Date
Mike Frysinger
8df304656c fix shared library building 2005-09-08 01:51:36 +00:00
Mike Frysinger
74862dcd6c dont need patch, is already a config opt 2005-09-08 00:55:01 +00:00
Mike Frysinger
466e799505 fall back to /dev/urandom if /dev/random is out of entropy Bug 138 by rireland 2005-09-08 00:54:01 +00:00
Mike Frysinger
913ad351c4 grab patch from OE to fix cross-compiling 2005-09-08 00:51:14 +00:00
Mike Frysinger
250245fa7e samrobb writes in Bug 233: only clean host sed if we built it 2005-09-08 00:39:33 +00:00
Mike Frysinger
f39499bc64 update docs and fix wrong paths as pointed out by acutetech in #268 2005-09-08 00:33:11 +00:00
Mike Frysinger
33fabb1d3a disable some drivers, touchup build system, and install into STAGING_DIR prefix 2005-09-08 00:33:03 +00:00
Mike Frysinger
09df7b973a build with prefix set to STAGING_DIR so the generated .la file has correct paths 2005-09-08 00:29:21 +00:00
Mike Frysinger
c652397883 add optional support for freetype #372 by pnoffke 2005-09-08 00:25:27 +00:00
Mike Frysinger
bf37dc9c2e grab some fixes from Gentoo to enable shared library support, add a jpeg-dirclean target, and cleanup the build in general 2005-09-08 00:19:37 +00:00
Mike Frysinger
6139aa1850 version bump to 1.2.9 and merge staging_dir fixes by Patrick Noffke 2005-09-08 00:15:58 +00:00
Mike Frysinger
9490bdc53c add a libpng-dirclean target and alias png to libpng 2005-09-08 00:09:40 +00:00
Mike Frysinger
919a45a0aa version bump to 2.6.6 2005-09-08 00:04:02 +00:00
Mike Frysinger
8c2fc60997 only build host-file if we need it 2005-09-08 00:03:33 +00:00
Eric Andersen
a1464845a8 update developer verbage 2005-09-02 14:16:16 +00:00
Mike Frysinger
b75753d0c8 some superh fixes 2005-08-30 22:53:18 +00:00
Mike Frysinger
58ba99a1ea update sh support 2005-08-30 22:49:33 +00:00
Mike Frysinger
c12c4f05f1 touchup build process 2005-08-30 22:46:58 +00:00
Mike Frysinger
02a28380e9 some patches from Gentoo 2005-08-30 22:45:08 +00:00
Mike Frysinger
34f82af799 ver bump to 1.3.8 2005-08-30 22:44:42 +00:00
"Steven J. Hill"
2341d4d2fc This patch (and the one that got checked in for gdb-snapshot) hack the 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 03:39:43 +00:00
"Steven J. Hill"
67cc4f3e6e Add in support for downloading and building the latest snapshot of GDB. If 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 03:37:12 +00:00
"Steven J. Hill"
6b632ad624 Build 'file' for the host as well as the target. If the host system has a 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-30 03:35:37 +00:00
Mike Frysinger
4b186393b4 david_bachelart writes in Bug 181: make defconfig is trying to find "defconfig" file instead of ".defconfig" 2005-08-28 08:17:15 +00:00
Mike Frysinger
8742d3304a acutetech writes in Bug 266: the buildroot docs point to the download dir off of uclibc.org when it should be buildroot.uclibc.org 2005-08-28 08:08:14 +00:00
Mike Frysinger
4c16d89c0d acutetech writes in Bug 267: Wrong path in documentation, should mention staging_dir subdir 2005-08-28 08:06:07 +00:00
Mike Frysinger
5da2a158e1 allanc writes in Bug 380: PTHREADS_NATIVE doesn't seem to be in the .config anymore. Patch adds setting UCLIBC_HAS_THREADS instead. 2005-08-28 08:00:30 +00:00
Mike Frysinger
024b4c8e1a jdupre writes in Bug 390: trying to use buildroot failed telling me to install bison ... turns out i was missing which, not bison 2005-08-28 07:56:08 +00:00
Mike Frysinger
5a3f689e1f marcusbrutus writes in Bug 393: version 3.0.2 no longer exists, upstream has released 3.0.3 of dhcp 2005-08-28 07:53:37 +00:00
Mike Frysinger
3b44e42ccc daisuke writes in Bug 397: This patch updates the iptables package to build version 1.3.3. The 1.3.3 version of iptables adds additional features. 2005-08-28 07:51:30 +00:00
Mike Frysinger
327765c89f daisuke writes in Bug 401: This patch updates the ncurses package to build version 5.4. The 5.4 version of ncurses adds additional features. 2005-08-28 07:50:10 +00:00
Mike Frysinger
784c4679ab patch from upstream to fix an off-by-one error in superh bfd 2005-08-26 03:57:29 +00:00
Mike Frysinger
f5afa22f60 remove older 2.16.91.0.1 2005-08-26 03:56:56 +00:00
Eric Andersen
db8bc35fbc Cut-n-paste strikes again. Change "BusyBox" to say "Buildroot",
which the sensible thing for the Buildroot webpage to say.
2005-08-25 07:19:20 +00:00
Mike Frysinger
037a5ccdd8 import 2.16.91.0.3 based on 2.16.91.0.2 2005-08-23 01:42:23 +00:00
Manuel Novoa III
25db1e348f The mips kernel maintainers reverted the change. So the mips coredump patch is no longer needed for 2.4.30+. 2005-08-22 21:50:51 +00:00
Mike Frysinger
9b0555f23f update to latest version 2005-08-20 06:27:12 +00:00
Mike Frysinger
c1a138d9eb add support for sdl by Patrick Noffke 2005-08-19 04:57:13 +00:00
"Steven J. Hill"
bcb40eb351 Remove usage of CONFIG_BASE_SMALL so that the latest LTP code will compile for buildroot. Normally, this option is defined in 'include/linux/config.h'. The actual configuration language is found in the Linux 2.6 kernel in the file 'init/Kconfig' and normally has the value of 0. 2005-08-18 23:15:57 +00:00
"Steven J. Hill"
bb4bed8545 Changes to allow compilation with GCC-4.1.0. 2005-08-18 23:08:19 +00:00
Mike Frysinger
bd00131051 file-4.15 is out and it supports cross-compiling :D 2005-08-18 22:24:54 +00:00
Mike Frysinger
e7ac2eab21 uClibc 0.9.28 has been released 2005-08-18 02:05:30 +00:00
Mike Frysinger
257dcdeabf busybox-1.01 has been released 2005-08-18 02:04:15 +00:00
Eric Andersen
94b4383252 The coreutils configure script is a steaming <many explitives deleted
in the interest of our younger readers>.  This works around some of the
worst damage, thus allowing utils such as 'df' to properly cross compile
so that ltp will produce proper results.
2005-08-15 12:52:38 +00:00
Eric Andersen
6acb6740fb apply patches when requested to 2005-08-15 11:02:06 +00:00
Eric Andersen
29353e58bc Change root_fs_$(ARCH) to rootfs.$(ARCH) 2005-08-13 10:57:08 +00:00
Eric Andersen
0deb9d1486 Switch default from 'unc' to 'easynews' 2005-08-13 10:55:51 +00:00
Mike Frysinger
8b7c51f368 CVS dirs -> .svn dirs 2005-08-13 03:23:18 +00:00
Mike Frysinger
678aff6c83 remove references to CVS and update with SVN 2005-08-13 03:22:37 +00:00
Mike Frysinger
7c64d3c23d update to python-2.4.1 with the help of open embedded 2005-08-13 02:45:34 +00:00