summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* - bump versionBernhard Reutner-Fischer2007-06-202-8/+11
|
* - add OPENMP configure handling (needed for e.g. gettext).Bernhard Reutner-Fischer2007-06-201-0/+7
|
* - add full sysroot support for non-ancient toolchains.Bernhard Reutner-Fischer2007-06-2012-204/+729
| | | | - start to separate usr/lib and lib to match normal system-layout
* Hide troublesome environment variables from sub processesPeter Korsgaard2007-06-191-0/+7
| | | | (E.G. screws up gdb, busybox, ..)
* If external toolchain support NPTL, then we should build Open POSIX ↵"Steven J. Hill"2007-06-161-0/+3
| | | | Testsuite if the user selects us.
* Get rid of extra directory entry in JFFS2 and add wildcarding for usbmount ↵"Steven J. Hill"2007-06-162-1/+2
| | | | patches.
* Get rid of extra directory entries."Steven J. Hill"2007-06-162-0/+2
|
* Please make sure to update this file as well for new versions of GDB."Steven J. Hill"2007-06-161-0/+1
|
* Fix install of scripts."Steven J. Hill"2007-06-166-6/+6
|
* busybox 1.6.0 patchesPeter Korsgaard2007-06-142-0/+43
|
* - allow for patching snapshots. Files are named uClibc.*.patch which is ↵Bernhard Reutner-Fischer2007-06-131-0/+2
| | | | | | 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.
* aumix packagePeter Korsgaard2007-06-133-0/+79
|
* Use BR2_ENDIAN for big/little endianness detectionPeter Korsgaard2007-06-122-34/+6
|
* Bumped versionPeter Korsgaard2007-06-121-1/+1
|
* - bump versionBernhard Reutner-Fischer2007-06-091-1/+1
|
* - forgot to supply a default for UCLIBC_EXTRA_CFLAGSBernhard Reutner-Fischer2007-06-071-0/+1
|
* - provide a "source-check" target that tries to download all packages withBernhard Reutner-Fischer2007-06-071-2/+14
| | | | | | 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.
* - update defconfigBernhard Reutner-Fischer2007-06-071-7/+51
|
* - adjust sample configBernhard Reutner-Fischer2007-06-071-1/+8
|
* - hide atmel target if arch is not arm nor avr32Bernhard Reutner-Fischer2007-06-071-2/+6
|
* - the at91 mirrors depend on BR2_TARGET_ATMEL which may add at91 support ↵Bernhard Reutner-Fischer2007-06-061-2/+2
| | | | later on which itself will select BR2_TARGET_ATMEL
* - fix typoBernhard Reutner-Fischer2007-06-062-2/+2
|
* - fix typo which led to a superfluous cp invocationBernhard Reutner-Fischer2007-06-061-2/+2
|
* - better also copy the link targets..Bernhard Reutner-Fischer2007-06-062-2/+2
|
* - prefer shared libs on the hostBernhard Reutner-Fischer2007-06-063-6/+6
|
* - adjust to use the gcc-4.2.0 releaseBernhard Reutner-Fischer2007-06-0620-13/+22
| | | | | - adjust default gdb version to 6.6 - fix stripping gmp/mpfr due to recent LIBTGTEXT changes
* - make sure to have the target-dir where we want to unpack ltp toBernhard Reutner-Fischer2007-06-061-3/+4
|
* - bump versionBernhard Reutner-Fischer2007-06-061-1/+1
|
* - fix typo in version checkBernhard Reutner-Fischer2007-06-051-1/+1
|
* - update configBernhard Reutner-Fischer2007-06-021-14/+57
|
* - improve wording of BR2_PREFER_STATIC_LIBBernhard Reutner-Fischer2007-06-021-6/+32
|
* - bump versionBernhard Reutner-Fischer2007-06-022-1/+702
|
* - fixup the extension for the host and start to honor BR2_PREFER_STATIC_LIBBernhard Reutner-Fischer2007-06-024-37/+36
|
* - move setting up the extensions to correct place (like i said but tom ↵Bernhard Reutner-Fischer2007-06-021-21/+29
| | | | didn't do..)
* - correct extensions for apple (thanks Heikki Lindholm for pointing this out)Bernhard Reutner-Fischer2007-06-021-2/+2
|
* - add BR2_PREFER_STATIC_LIB config option to be able to select if we prefer ↵Bernhard Reutner-Fischer2007-06-014-3/+56
| | | | | | | 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.
* Cleanup, get rid of MPG123_WORKDIR, use $@, libmad not neededgcc3_legacyPeter Korsgaard2007-05-311-15/+12
|
* Cleanup, get rid of ETHTOOL_WORKDIR, use $@Peter Korsgaard2007-05-311-14/+11
|
* Cleanup, get rid of HASERL_WORKDIR, use $@Peter Korsgaard2007-05-311-14/+11
|
* libid3tag requires zlib. Noticed by Stuart WoodPeter Korsgaard2007-05-291-0/+1
|
* Fixed silly typo. Thanks to Petur Thors for reportingPeter Korsgaard2007-05-241-1/+1
|
* fontconfig requires expatPeter Korsgaard2007-05-242-1/+2
|
* Strip binaries at install. Closes #1365Peter Korsgaard2007-05-231-0/+1
|
* ncftp package. Patch from #1355Peter Korsgaard2007-05-223-0/+82
|
* Fixup joystick.h include with modern kernel headers. Patch from #1217.Peter Korsgaard2007-05-221-0/+10
|
* Use freetype-host for host tools. Fixes #1328Peter Korsgaard2007-05-223-359/+9
|
* Use select instead of depends for dependenciesPeter Korsgaard2007-05-221-3/+3
|
* Use select instead of depends for dependenciesPeter Korsgaard2007-05-221-2/+2
|
* - fix path to staging binary. Closes #1353Bernhard Reutner-Fischer2007-05-181-1/+1
|
* - bump patch versionBernhard Reutner-Fischer2007-05-181-1/+1
|