Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-21 | - use correct path for lzo libs and headers et al | Bernhard Reutner-Fischer | |
2007-06-21 | - use correct path for lzo libs and headers | Bernhard Reutner-Fischer | |
2007-06-21 | - use the correct path to the pkgconfig .pc | Bernhard Reutner-Fischer | |
2007-06-21 | - update docs to mention the new sysroot support. | Bernhard Reutner-Fischer | |
2007-06-20 | - escape wildcards in kernel-patch patterns | Bernhard Reutner-Fischer | |
2007-06-20 | - use $@ | Bernhard Reutner-Fischer | |
2007-06-20 | - you have to escape the asterisk | Bernhard Reutner-Fischer | |
2007-06-20 | - bump version | Bernhard Reutner-Fischer | |
2007-06-20 | - add OPENMP configure handling (needed for e.g. gettext). | Bernhard Reutner-Fischer | |
2007-06-20 | - add full sysroot support for non-ancient toolchains. | Bernhard Reutner-Fischer | |
- start to separate usr/lib and lib to match normal system-layout | |||
2007-06-19 | Hide troublesome environment variables from sub processes | Peter Korsgaard | |
(E.G. screws up gdb, busybox, ..) | |||
2007-06-16 | If external toolchain support NPTL, then we should build Open POSIX ↵ | "Steven J. Hill" | |
Testsuite if the user selects us. | |||
2007-06-16 | Get rid of extra directory entry in JFFS2 and add wildcarding for usbmount ↵ | "Steven J. Hill" | |
patches. | |||
2007-06-16 | Get rid of extra directory entries. | "Steven J. Hill" | |
2007-06-16 | Please make sure to update this file as well for new versions of GDB. | "Steven J. Hill" | |
2007-06-16 | Fix install of scripts. | "Steven J. Hill" | |
2007-06-14 | busybox 1.6.0 patches | Peter Korsgaard | |
2007-06-13 | - allow for patching snapshots. Files are named uClibc.*.patch which is ↵ | Bernhard Reutner-Fischer | |
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 | aumix package | Peter Korsgaard | |
2007-06-12 | Use BR2_ENDIAN for big/little endianness detection | Peter Korsgaard | |
2007-06-12 | Bumped version | Peter Korsgaard | |
2007-06-09 | - bump version | Bernhard Reutner-Fischer | |
2007-06-07 | - forgot to supply a default for UCLIBC_EXTRA_CFLAGS | Bernhard Reutner-Fischer | |
2007-06-07 | - provide a "source-check" target that tries to download all packages with | Bernhard Reutner-Fischer | |
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 | - update defconfig | Bernhard Reutner-Fischer | |
2007-06-07 | - adjust sample config | Bernhard Reutner-Fischer | |
2007-06-07 | - hide atmel target if arch is not arm nor avr32 | Bernhard Reutner-Fischer | |
2007-06-06 | - the at91 mirrors depend on BR2_TARGET_ATMEL which may add at91 support ↵ | Bernhard Reutner-Fischer | |
later on which itself will select BR2_TARGET_ATMEL | |||
2007-06-06 | - fix typo | Bernhard Reutner-Fischer | |
2007-06-06 | - fix typo which led to a superfluous cp invocation | Bernhard Reutner-Fischer | |
2007-06-06 | - better also copy the link targets.. | Bernhard Reutner-Fischer | |
2007-06-06 | - prefer shared libs on the host | Bernhard Reutner-Fischer | |
2007-06-06 | - adjust to use the gcc-4.2.0 release | Bernhard Reutner-Fischer | |
- adjust default gdb version to 6.6 - fix stripping gmp/mpfr due to recent LIBTGTEXT changes | |||
2007-06-06 | - make sure to have the target-dir where we want to unpack ltp to | Bernhard Reutner-Fischer | |
2007-06-06 | - bump version | Bernhard Reutner-Fischer | |
2007-06-05 | - fix typo in version check | Bernhard Reutner-Fischer | |
2007-06-02 | - update config | Bernhard Reutner-Fischer | |
2007-06-02 | - improve wording of BR2_PREFER_STATIC_LIB | Bernhard Reutner-Fischer | |
2007-06-02 | - bump version | Bernhard Reutner-Fischer | |
2007-06-02 | - fixup the extension for the host and start to honor BR2_PREFER_STATIC_LIB | Bernhard Reutner-Fischer | |
2007-06-02 | - move setting up the extensions to correct place (like i said but tom ↵ | Bernhard Reutner-Fischer | |
didn't do..) | |||
2007-06-02 | - correct extensions for apple (thanks Heikki Lindholm for pointing this out) | Bernhard Reutner-Fischer | |
2007-06-01 | - add BR2_PREFER_STATIC_LIB config option to be able to select if we prefer ↵ | Bernhard Reutner-Fischer | |
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-05-31 | Cleanup, get rid of MPG123_WORKDIR, use $@, libmad not neededgcc3_legacy | Peter Korsgaard | |
2007-05-31 | Cleanup, get rid of ETHTOOL_WORKDIR, use $@ | Peter Korsgaard | |
2007-05-31 | Cleanup, get rid of HASERL_WORKDIR, use $@ | Peter Korsgaard | |
2007-05-29 | libid3tag requires zlib. Noticed by Stuart Wood | Peter Korsgaard | |
2007-05-24 | Fixed silly typo. Thanks to Petur Thors for reporting | Peter Korsgaard | |
2007-05-24 | fontconfig requires expat | Peter Korsgaard | |
2007-05-23 | Strip binaries at install. Closes #1365 | Peter Korsgaard | |