summaryrefslogtreecommitdiffstats
path: root/toolchain
Commit message (Collapse)AuthorAgeFilesLines
* - fix building sstripBernhard Reutner-Fischer2007-07-101-1/+2
|
* - unify the GCC_WITH_ configure options and make them activeBernhard Reutner-Fischer2007-07-083-14/+19
|
* - factor-out common config options for staging and target compilerBernhard Reutner-Fischer2007-07-081-2/+3
| | | | - take extra options for the respective compilers into account
* - we have to reconfigure iff some compiler-config was changed.Bernhard Reutner-Fischer2007-07-081-3/+6
|
* - provide default for vfprintfBernhard Reutner-Fischer2007-07-081-0/+1
|
* - adjust for the released 4.2.0 versionBernhard Reutner-Fischer2007-07-071-1/+1
|
* - forgot to adjust the pathBernhard Reutner-Fischer2007-07-071-12/+6
|
* - use correct path to libstdc++Bernhard Reutner-Fischer2007-07-071-1/+1
|
* Avoid stripping scriptsUlf Samuelsson2007-07-071-9/+5
|
* - pull in missing hunks from the arm-mmap fix.Bernhard Reutner-Fischer2007-07-072-10/+85
|
* - improve help textBernhard Reutner-Fischer2007-07-071-1/+1
|
* Avoid stripping a script fileUlf Samuelsson2007-07-071-1/+9
|
* Get rid of leading whitespace to silence warnings from config system."Steven J. Hill"2007-07-061-1/+1
|
* Remove usage of TARGET_LDFLAGS all together. Both TARGET_CFLAGS and ↵"Steven J. Hill"2007-07-061-2/+0
| | | | TARGET_LDFLAGS are passed with the compilers and linker respectively so that we can pass CFLAGS and LDFLAGS on a per-package basis which was not possible previously and a number of packages failed to build. TARGET_CFLAGS usage in package makefiles will be removed next.
* This was for when I was building a toolchain without BR2_TOOLCHAIN_SYSROOT ↵"Steven J. Hill"2007-07-051-1/+1
| | | | set. Maybe when it is set the C++ libraries get put into $(TARGET_DIR)/lib. If that is the case, then an 'if-else' block will need to be placed to strip the right location.
* Enable the option."Steven J. Hill"2007-07-051-3/+2
|
* Do not override CFLAGS in uClibc. Instead concatenate with the ARCH_CFLAGS. ↵"Steven J. Hill"2007-07-051-1/+4
| | | | Also, pass only the TARGET_CONFIGURE options that are necessary for building the utilities so that CFLAGS are not passed.
* - 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
|