Commit Graph

2522 Commits

Author SHA1 Message Date
Bernhard Reutner-Fischer
701d2aea93 - escape wildcards in kernel-patch patterns 2007-06-20 13:25:44 +00:00
Bernhard Reutner-Fischer
96b998842d - use $@ 2007-06-20 13:19:40 +00:00
Bernhard Reutner-Fischer
f2433fa3fa - you have to escape the asterisk 2007-06-20 13:18:53 +00:00
Bernhard Reutner-Fischer
057f971934 - bump version 2007-06-20 12:10:48 +00:00
Bernhard Reutner-Fischer
c81807a9d7 - add OPENMP configure handling (needed for e.g. gettext). 2007-06-20 12:00:54 +00:00
Bernhard Reutner-Fischer
8027784c35 - add full sysroot support for non-ancient toolchains.
- start to separate usr/lib and lib to match normal system-layout
2007-06-20 11:26:36 +00:00
Peter Korsgaard
2c64904519 Hide troublesome environment variables from sub processes
(E.G. screws up gdb, busybox, ..)
2007-06-19 15:19:27 +00:00
"Steven J. Hill"
a7dae1919c If external toolchain support NPTL, then we should build Open POSIX Testsuite if the user selects us. 2007-06-16 18:27:38 +00:00
"Steven J. Hill"
07feaa5736 Get rid of extra directory entry in JFFS2 and add wildcarding for usbmount patches. 2007-06-16 17:56:05 +00:00
"Steven J. Hill"
d04f3b5aaf Get rid of extra directory entries. 2007-06-16 17:55:32 +00:00
"Steven J. Hill"
e894d1ac6c Please make sure to update this file as well for new versions of GDB. 2007-06-16 17:55:05 +00:00
"Steven J. Hill"
8f8e19df58 Fix install of scripts. 2007-06-16 17:54:38 +00:00
Peter Korsgaard
12958f2d6f busybox 1.6.0 patches 2007-06-14 13:09:06 +00:00
Bernhard Reutner-Fischer
3491c3e2d0 - allow for patching snapshots. Files are named uClibc.*.patch which is unambiguous wrt release patches.
sjhill, this "reverts" your r18601. I *need* to be able to test patches in a convenient manner. Please ping me if you are uncomfortable with this change so we can discuss it, thanks.
2007-06-13 18:13:51 +00:00
Peter Korsgaard
1c0ead4129 aumix package 2007-06-13 10:07:16 +00:00
Peter Korsgaard
45ac6df37c Use BR2_ENDIAN for big/little endianness detection 2007-06-12 15:30:32 +00:00
Peter Korsgaard
6755d78ea6 Bumped version 2007-06-12 15:19:27 +00:00
Bernhard Reutner-Fischer
5b98b48d85 - bump version 2007-06-09 09:58:14 +00:00
Bernhard Reutner-Fischer
608d581764 - forgot to supply a default for UCLIBC_EXTRA_CFLAGS 2007-06-07 16:18:20 +00:00
Bernhard Reutner-Fischer
825ff341da - provide a "source-check" target that tries to download all packages with
wget's spider-mode (i.e. just see if the server says the file is there without
  actually downloading the files.
  Convenient to check for unavailable source-packages.
2007-06-07 12:57:03 +00:00
Bernhard Reutner-Fischer
c3b0598d61 - update defconfig 2007-06-07 12:54:29 +00:00
Bernhard Reutner-Fischer
9da0c33f75 - adjust sample config 2007-06-07 12:16:55 +00:00
Bernhard Reutner-Fischer
0eca4b95ed - hide atmel target if arch is not arm nor avr32 2007-06-07 10:48:01 +00:00
Bernhard Reutner-Fischer
89c4864b06 - the at91 mirrors depend on BR2_TARGET_ATMEL which may add at91 support later on which itself will select BR2_TARGET_ATMEL 2007-06-06 21:05:18 +00:00
Bernhard Reutner-Fischer
885da5d67a - fix typo 2007-06-06 20:25:16 +00:00
Bernhard Reutner-Fischer
fec743a305 - fix typo which led to a superfluous cp invocation 2007-06-06 19:59:01 +00:00
Bernhard Reutner-Fischer
1a5c324167 - better also copy the link targets.. 2007-06-06 19:50:05 +00:00
Bernhard Reutner-Fischer
cca0bfe4e3 - prefer shared libs on the host 2007-06-06 19:45:46 +00:00
Bernhard Reutner-Fischer
c6eb2ed657 - adjust to use the gcc-4.2.0 release
- adjust default gdb version to 6.6
- fix stripping gmp/mpfr due to recent LIBTGTEXT changes
2007-06-06 18:14:00 +00:00
Bernhard Reutner-Fischer
3342c8c547 - make sure to have the target-dir where we want to unpack ltp to 2007-06-06 18:10:48 +00:00
Bernhard Reutner-Fischer
6570eabd94 - bump version 2007-06-06 18:10:14 +00:00
Bernhard Reutner-Fischer
eb84b6dba3 - fix typo in version check 2007-06-05 07:38:07 +00:00
Bernhard Reutner-Fischer
915d1d2bd1 - update config 2007-06-02 17:41:02 +00:00
Bernhard Reutner-Fischer
ece6fe0595 - improve wording of BR2_PREFER_STATIC_LIB 2007-06-02 16:36:43 +00:00
Bernhard Reutner-Fischer
ca50d0da5c - bump version 2007-06-02 13:13:56 +00:00
Bernhard Reutner-Fischer
c6e43c9da3 - fixup the extension for the host and start to honor BR2_PREFER_STATIC_LIB 2007-06-02 11:22:17 +00:00
Bernhard Reutner-Fischer
7dcbbfbbd8 - move setting up the extensions to correct place (like i said but tom didn't do..) 2007-06-02 09:05:40 +00:00
Bernhard Reutner-Fischer
fc9566ef23 - correct extensions for apple (thanks Heikki Lindholm for pointing this out) 2007-06-02 08:49:45 +00:00
Bernhard Reutner-Fischer
3096f34d27 - add BR2_PREFER_STATIC_LIB config option to be able to select if we prefer to build static or dynamic libs/bins.
- depending on the BR2_GNU_BUILD_SUFFIX, set the respective EXEEXT, LIBEXT, SHREXT extensions for use on the target.
Thanks to Tom for suplying a diff which implements these.
2007-06-01 22:16:28 +00:00
Peter Korsgaard
961229caf5 Cleanup, get rid of MPG123_WORKDIR, use $@, libmad not needed 2007-05-31 15:42:33 +00:00
Peter Korsgaard
9f47480019 Cleanup, get rid of ETHTOOL_WORKDIR, use $@ 2007-05-31 15:27:05 +00:00
Peter Korsgaard
958dd529d4 Cleanup, get rid of HASERL_WORKDIR, use $@ 2007-05-31 15:19:37 +00:00
Peter Korsgaard
2f1893a8e5 libid3tag requires zlib. Noticed by Stuart Wood 2007-05-29 14:55:27 +00:00
Peter Korsgaard
002ad94857 Fixed silly typo. Thanks to Petur Thors for reporting 2007-05-24 21:23:19 +00:00
Peter Korsgaard
ca837b638e fontconfig requires expat 2007-05-24 08:41:49 +00:00
Peter Korsgaard
ab06ab7654 Strip binaries at install. Closes #1365 2007-05-23 15:41:48 +00:00
Peter Korsgaard
a3bf044725 ncftp package. Patch from #1355 2007-05-22 11:59:22 +00:00
Peter Korsgaard
293c026854 Fixup joystick.h include with modern kernel headers. Patch from #1217. 2007-05-22 11:17:27 +00:00
Peter Korsgaard
a489dda13f Use freetype-host for host tools. Fixes #1328 2007-05-22 10:31:25 +00:00
Peter Korsgaard
660b19062d Use select instead of depends for dependencies 2007-05-22 07:42:32 +00:00