summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-06-21- use the correct path to the pkgconfig .pcBernhard Reutner-Fischer
2007-06-21- update docs to mention the new sysroot support.Bernhard Reutner-Fischer
2007-06-20- escape wildcards in kernel-patch patternsBernhard Reutner-Fischer
2007-06-20- use $@Bernhard Reutner-Fischer
2007-06-20- you have to escape the asteriskBernhard Reutner-Fischer
2007-06-20- bump versionBernhard 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-19Hide troublesome environment variables from sub processesPeter Korsgaard
(E.G. screws up gdb, busybox, ..)
2007-06-16If external toolchain support NPTL, then we should build Open POSIX ↵"Steven J. Hill"
Testsuite if the user selects us.
2007-06-16Get rid of extra directory entry in JFFS2 and add wildcarding for usbmount ↵"Steven J. Hill"
patches.
2007-06-16Get rid of extra directory entries."Steven J. Hill"
2007-06-16Please make sure to update this file as well for new versions of GDB."Steven J. Hill"
2007-06-16Fix install of scripts."Steven J. Hill"
2007-06-14busybox 1.6.0 patchesPeter 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-13aumix packagePeter Korsgaard
2007-06-12Use BR2_ENDIAN for big/little endianness detectionPeter Korsgaard
2007-06-12Bumped versionPeter Korsgaard
2007-06-09- bump versionBernhard Reutner-Fischer
2007-06-07- forgot to supply a default for UCLIBC_EXTRA_CFLAGSBernhard Reutner-Fischer
2007-06-07- provide a "source-check" target that tries to download all packages withBernhard 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 defconfigBernhard Reutner-Fischer
2007-06-07- adjust sample configBernhard Reutner-Fischer
2007-06-07- hide atmel target if arch is not arm nor avr32Bernhard 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 typoBernhard Reutner-Fischer
2007-06-06- fix typo which led to a superfluous cp invocationBernhard Reutner-Fischer
2007-06-06- better also copy the link targets..Bernhard Reutner-Fischer
2007-06-06- prefer shared libs on the hostBernhard Reutner-Fischer
2007-06-06- adjust to use the gcc-4.2.0 releaseBernhard 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 toBernhard Reutner-Fischer
2007-06-06- bump versionBernhard Reutner-Fischer
2007-06-05- fix typo in version checkBernhard Reutner-Fischer
2007-06-02- update configBernhard Reutner-Fischer
2007-06-02- improve wording of BR2_PREFER_STATIC_LIBBernhard Reutner-Fischer
2007-06-02- bump versionBernhard Reutner-Fischer
2007-06-02- fixup the extension for the host and start to honor BR2_PREFER_STATIC_LIBBernhard 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-31Cleanup, get rid of MPG123_WORKDIR, use $@, libmad not neededgcc3_legacyPeter Korsgaard
2007-05-31Cleanup, get rid of ETHTOOL_WORKDIR, use $@Peter Korsgaard
2007-05-31Cleanup, get rid of HASERL_WORKDIR, use $@Peter Korsgaard
2007-05-29libid3tag requires zlib. Noticed by Stuart WoodPeter Korsgaard
2007-05-24Fixed silly typo. Thanks to Petur Thors for reportingPeter Korsgaard
2007-05-24fontconfig requires expatPeter Korsgaard
2007-05-23Strip binaries at install. Closes #1365Peter Korsgaard
2007-05-22ncftp package. Patch from #1355Peter Korsgaard
2007-05-22Fixup joystick.h include with modern kernel headers. Patch from #1217.Peter Korsgaard