Commit Graph

2172 Commits

Author SHA1 Message Date
Bernhard Reutner-Fischer 3c9baee374 - use centralized DISABLE_LARGEFILE
- nil CXX if there isn't one
2006-12-21 13:51:53 +00:00
Bernhard Reutner-Fischer 405aadb356 - use DESTDIR for install. Thanks to Stuart Longland. Closes #926 2006-12-21 11:57:35 +00:00
Bernhard Reutner-Fischer ba7d905b54 - use global DISABLE_LARGEFILE 2006-12-21 10:36:40 +00:00
Bernhard Reutner-Fischer 4ab3f3f31f - don't install the docs 2006-12-20 17:46:43 +00:00
Bernhard Reutner-Fischer f46c397081 - fails for parallel builds, so force -j1
- improve the -clean target
2006-12-20 17:46:00 +00:00
Bernhard Reutner-Fischer 3302ff40e6 - Add args patch. 2006-12-20 17:40:52 +00:00
Bernhard Reutner-Fischer 7913aa0675 - bump patch version 2006-12-20 17:08:38 +00:00
Bernhard Reutner-Fischer 0d4d94ab24 - Petr Stetiar updated the kexec arm patch. Thanks! 2006-12-20 16:50:04 +00:00
Bernhard Reutner-Fischer af9f612b67 - Lars Munch noticed that i broke the ext2 compressor. Thanks! 2006-12-20 16:45:47 +00:00
Bernhard Reutner-Fischer b07203d446 - add argus 2006-12-20 16:38:22 +00:00
Bernhard Reutner-Fischer def40ff869 - remove obsoleted dep on host-fakeroot 2006-12-20 14:41:04 +00:00
Bernhard Reutner-Fischer a729c3d346 - add kexec package 2006-12-19 13:24:27 +00:00
Bernhard Reutner-Fischer 45b76b751b - pass the correct kernel headers in and improve the -clean target. 2006-12-18 15:23:54 +00:00
Bernhard Reutner-Fischer b6397015e4 - copy the final kernel (and System.map) to boot/ 2006-12-18 14:10:46 +00:00
Bernhard Reutner-Fischer fb1e7915e9 - stripped a bit too much for kernel-headers == target-kernel. Reinstate required rules. 2006-12-18 13:48:02 +00:00
Bernhard Reutner-Fischer 93af6cb26b - put the full kernel's sources into build_/, install them into 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.
2006-12-18 13:30:05 +00:00
Bernhard Reutner-Fischer f88374ff2c - bump version, mv the libmagic.a to the staging dir and peruse one sourcedir
for both host and target build. Thanks to Ulrich Hecht.
2006-12-15 15:19:46 +00:00
Bernhard Reutner-Fischer b20bd7a267 - sudo depends on host-fakeroot 2006-12-15 15:15:35 +00:00
Bernhard Reutner-Fischer c5640c4c97 - s/UCLIBC_HAS_LOCALE/BR2_ENABLE_LOCALE/g 2006-12-15 14:40:55 +00:00
Bernhard Reutner-Fischer 0c9a0312e0 - pull bsdiff's Config in 2006-12-15 14:37:02 +00:00
Bernhard Reutner-Fischer 27d41ace94 - use one (patched) sourcedir and build the -host and -target fakeroute in their
own dirs. Thanks to Ulrich Hecht.
2006-12-15 14:18:30 +00:00
Bernhard Reutner-Fischer 92dbec1e25 - Update URL. Thanks to Ulrich Hecht. 2006-12-15 14:05:51 +00:00
Bernhard Reutner-Fischer 9b855adc8c - Thomas Lundquist added bsdiff 2006-12-15 13:57:07 +00:00
Bernhard Reutner-Fischer f3489da092 - Only care about the locale stuff if we have locale in the first place. 2006-12-15 13:39:26 +00:00
Bernhard Reutner-Fischer c854c67059 - remove unused variable 2006-12-15 13:36:48 +00:00
Bernhard Reutner-Fischer 8d2a2206ed - add config option to specify modules to be copied to the target. 2006-12-15 13:34:29 +00:00
Bernhard Reutner-Fischer ef3aec0bb0 - forgot to add the cross patch. 2006-12-14 16:03:40 +00:00
Bernhard Reutner-Fischer e0f08154bf - Ulrich Hecht writes: The current mpg123 package
- ignores TARGET_CC (overwritten in Makefile)
- ignores TARGET_CFLAGS
- is hardcoded to use the i386 target
2006-12-14 15:55:33 +00:00
Bernhard Reutner-Fischer 787635669b - update the ext2 rootfs compression mechanism to allow for gzip, bzip2, lzma or none 2006-12-14 15:47:50 +00:00
Bernhard Reutner-Fischer c07e327bab - bump version 2006-12-14 15:37:42 +00:00
Bernhard Reutner-Fischer d4c12921dc - eventually let configure check our cross-compiler. nil the checks otherwise. 2006-12-14 15:37:12 +00:00
Bernhard Reutner-Fischer 40bf460fab - remove usage of SUSv3 legacy functions. 2006-12-14 15:36:12 +00:00
Bernhard Reutner-Fischer 8f7cb84b61 - update path. Closes #896. 2006-12-14 15:25:47 +00:00
Bernhard Reutner-Fischer faf7b1d44e Ulrich Hecht writes: This patch downloads uClibc-locale-030818.tgz to dl and copies it from
there instead of downloading it again for every uClibc build.
2006-12-14 15:17:39 +00:00
Bernhard Reutner-Fischer 6a4e7fddf0 - prerequisites are evaluated immediately, so move the dl rule down below setting the respective variables. Thanks to whirm for noticing this. 2006-12-14 15:12:19 +00:00
Bernhard Reutner-Fischer f47f323d0e - pass the correct compiler in 2006-12-14 14:32:32 +00:00
Bernhard Reutner-Fischer 3d98651a6a - Add skeleton for vsftpd, an FTP daemon.
sysdeputil needs treatment, perhaps it get's Claudio Leonel started
2006-12-14 14:23:50 +00:00
Bernhard Reutner-Fischer 371120ce0e - small tweaks to the gmp and mpfr -clean targets to uninstall them frmo the target.
- minor adjustments.
2006-12-14 08:12:18 +00:00
Eric Andersen 2ce8158b09 iptables seems to not be safe for 'make -jN' for any N>1 2006-12-14 05:40:06 +00:00
Eric Andersen a49677e0b9 don't error out when asm-generic is absent 2006-12-14 02:50:58 +00:00
Bernhard Reutner-Fischer 70d474dd49 - convert mudflap to non-legacy SUSv3 2006-12-13 23:25:52 +00:00
Bernhard Reutner-Fischer 7fb0f70a5a - Pass the correct compiler when building the target binutils. 2006-12-13 23:18:02 +00:00
Bernhard Reutner-Fischer 819ef8072b - Convince lsof to honor uClibc's notion of wchar and locale support. 2006-12-13 23:08:48 +00:00
Bernhard Reutner-Fischer b3d0f31bdc - make sure to agree on the installation CONFIG_PREFIX 2006-12-13 22:51:37 +00:00
Bernhard Reutner-Fischer 189ccbaf52 - remove BR2_PACKAGE_BUSYBOX_CONFIG from here since we already have a default for it in busybox/Config.in 2006-12-13 20:26:27 +00:00
Bernhard Reutner-Fischer 47b89762fa - fix typo. 2006-12-13 20:09:07 +00:00
Bernhard Reutner-Fischer 4a163ce843 - Thomas Lundquist added qtopia4 support. Untested. 2006-12-13 19:59:07 +00:00
Bernhard Reutner-Fischer 0d90c8ad17 - Add libgmp-host and libmpfr-host support. I'll need this for fortran support. 2006-12-13 19:57:05 +00:00
Bernhard Reutner-Fischer ee1285f23f - Build binutils with sysroot support. 2006-12-13 19:55:27 +00:00
Bernhard Reutner-Fischer 3f684225a3 - pass the correct CC down to gcc-version.sh 2006-12-13 18:24:48 +00:00