summaryrefslogtreecommitdiffstats
path: root/toolchain
Commit message (Collapse)AuthorAgeFilesLines
* - work around bug in gcc (or rather libiberty) for parallel installBernhard Reutner-Fischer2007-06-281-1/+1
|
* - pull arm mmap fix from trunkBernhard Reutner-Fischer2007-06-281-0/+22
|
* - fix typo in sed exprBernhard Reutner-Fischer2007-06-261-8/+8
|
* - add BR2_INET_IPV6 and BR2_INET_RPCBernhard Reutner-Fischer2007-06-262-1/+30
| | | | TODO: use $(DISABLE_IPV6) in packages instead of a gazillion different hackish ways that are currently in there
* - don't bail out on cc warningsBernhard Reutner-Fischer2007-06-261-2/+3
|
* - check for clean environment variables ARCH, CROSS_COMPILE, GREP_OPTIONSBernhard Reutner-Fischer2007-06-261-0/+22
|
* - remove erroneously copied patchBernhard Reutner-Fischer2007-06-251-139/+0
|
* - for -Os, turn switch statements into if-else chainsBernhard Reutner-Fischer2007-06-251-0/+153
|
* - add 2.17.50.0.17Bernhard Reutner-Fischer2007-06-255-1/+214
|
* - add patch for the 0.9.29 release that fixes the visibility of ↵Bernhard Reutner-Fischer2007-06-251-0/+51
| | | | internal_function
* - adjust patches of the gcc-clean targetBernhard Reutner-Fischer2007-06-251-3/+3
|
* - yet another hunk that should have been part of r18904Bernhard Reutner-Fischer2007-06-241-1/+1
|
* - disable sysroot support for anything but the current, stable release seriesBernhard Reutner-Fischer2007-06-243-7/+11
|
* - "Keep the actual toolchain binaries in a directory at the same level".Bernhard Reutner-Fischer2007-06-231-20/+20
|
* - fixup ccache to know about usr/binBernhard Reutner-Fischer2007-06-221-28/+28
|
* - gdb resides in usr/Bernhard Reutner-Fischer2007-06-221-18/+12
|
* - bump version to 2.6.21.5Bernhard Reutner-Fischer2007-06-213-3/+22
|
* - 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-207-95/+604
| | | | - start to separate usr/lib and lib to match normal system-layout
* Please make sure to update this file as well for new versions of GDB."Steven J. Hill"2007-06-161-0/+1
|
* - 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.
* - forgot to supply a default for UCLIBC_EXTRA_CFLAGSBernhard Reutner-Fischer2007-06-071-0/+1
|
* - adjust sample configBernhard Reutner-Fischer2007-06-071-1/+8
|
* - prefer shared libs on the hostBernhard Reutner-Fischer2007-06-061-2/+2
|
* - adjust to use the gcc-4.2.0 releaseBernhard Reutner-Fischer2007-06-0618-11/+20
| | | | | - adjust default gdb version to 6.6 - fix stripping gmp/mpfr due to recent LIBTGTEXT changes
* - fix typo in version checkBernhard Reutner-Fischer2007-06-051-1/+1
|
* - fixup the extension for the host and start to honor BR2_PREFER_STATIC_LIBBernhard Reutner-Fischer2007-06-021-4/+4
|
* - add BR2_PREFER_STATIC_LIB config option to be able to select if we prefer ↵Bernhard Reutner-Fischer2007-06-011-0/+6
| | | | | | | 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.
* Fixed silly typo. Thanks to Petur Thors for reportingPeter Korsgaard2007-05-241-1/+1
|
* Strip librariesPeter Korsgaard2007-05-151-0/+2
|
* - add gdb-6.6Bernhard Reutner-Fischer2007-05-154-0/+157
|
* - add 2.17.50.0.16Bernhard Reutner-Fischer2007-05-155-2/+267
|
* - store uClibc's configfile as BR2_UCLIBC_CONFIG in menuconfigBernhard Reutner-Fischer2007-05-122-6/+29
|
* - ignore eventual errors from which(1)Bernhard Reutner-Fischer2007-05-112-4/+4
|
* If we are using snapshot, don't even attempt to try and patch anything."Steven J. Hill"2007-05-101-0/+2
|
* Re-create patches for released 0.9.29 version."Steven J. Hill"2007-05-103-235/+209
|
* Add older version of binutils."Steven J. Hill"2007-05-076-0/+333
|
* When using an external toolchain, we still need to have the user select ↵"Steven J. Hill"2007-04-281-2/+25
| | | | which thread model the toolchain was built with. This allows for proper building of LTP and possibly other packages.
* Get rid of blank line."Steven J. Hill"2007-04-281-1/+0
|
* Some 'find' commands get a little picky."Steven J. Hill"2007-04-191-1/+1
|
* - recommend linuxthreads.oldBernhard Reutner-Fischer2007-04-151-0/+3
|
* If using an external toolchain, don't include any of this stuff."Steven J. Hill"2007-04-131-0/+4
|
* - store BR2_PACKAGE_LINUX_KCONFIG and BR2_PACKAGE_LINUX_FORMAT in .configBernhard Reutner-Fischer2007-04-112-4/+4
| | | | - adjust a few defaults.
* - make sure that we do not confuse versions (due to how findstring works)Bernhard Reutner-Fischer2007-04-021-3/+3
|
* - bump version to 2.17.50.0.14Bernhard Reutner-Fischer2007-03-245-1/+265
|
* - store backup of dwmw2's combined compile patch.Bernhard Reutner-Fischer2007-03-241-0/+460
| | | | Not yet even compile-tested, so inactive for now..
* - fwd portBernhard Reutner-Fischer2007-03-241-0/+0
|
* - bump versionBernhard Reutner-Fischer2007-03-242-3/+3
|
* - see if the dir exists before trying to strip an empty list of files..Bernhard Reutner-Fischer2007-03-221-5/+5
|
* install hostutils (i.e. 'ldd' and 'ldconfig') into $STAGING_DIREric Andersen2007-03-221-0/+6
|