summaryrefslogtreecommitdiffstats
path: root/toolchain
Commit message (Collapse)AuthorAgeFilesLines
...
* - revert some bad checkins, fixup bad settings in atmel targets and move the ↵Bernhard Reutner-Fischer2007-09-2610-71/+43
| | | | gcc target abi back to a place where the other arch-specific settings live
* - sjhill?Bernhard Reutner-Fischer2007-09-261-0/+1
|
* Ensure soft-fp patch is truly localUlf Samuelsson2007-09-261-3/+3
|
* "Project Name" needed before "root" file system can be copied.Ulf Samuelsson2007-09-261-0/+34
| | | | | | | | Put first according to principle of configuration order Merge root skeleton configuration to one place - currently in package/busybox/Config.in - Should maybe have it's own Config.in gcc ABI configuration moved from toplevel to toolchain/gcc/Config.in
* reinstate AVR32 toolchainUlf Samuelsson2007-09-267-29/+16
|
* - add more help textBernhard Reutner-Fischer2007-09-251-0/+3
|
* - fix copy'n paste errorBernhard Reutner-Fischer2007-09-251-1/+1
|
* - fix typoBernhard Reutner-Fischer2007-09-251-1/+1
|
* - build a cross c++ compiler if we're asked to build libstdc++Bernhard Reutner-Fischer2007-09-251-1/+1
|
* Remove -lgcc, did no good anywayUlf Samuelsson2007-09-251-10/+1
|
* Add soft-fp part of gcclib to uClibc to allow ARM softfloat to completeUlf Samuelsson2007-09-251-0/+9158
|
* Generalized kernel headers handling for new-style kernelsPeter Korsgaard2007-09-251-75/+12
|
* - Schedule removal of ancient versions (configuration part).Bernhard Reutner-Fischer2007-09-253-171/+18
|
* - bump versionBernhard Reutner-Fischer2007-09-251-3/+10
|
* - remove one invariant in toolchain type selection.Bernhard Reutner-Fischer2007-09-257-16/+26
|
* - revert patch that obfuscates the config UI and doesn't reflect the order ↵Bernhard Reutner-Fischer2007-09-253-35/+2
| | | | of config steps
* Reorganize configs to even more logical positionsUlf Samuelsson2007-09-243-2/+35
|
* - do not enable LEGACY stuff in the *sample* configBernhard Reutner-Fischer2007-09-242-2/+2
|
* - rebuild compiler if libstdcpp setting was changedBernhard Reutner-Fischer2007-09-231-0/+1
|
* - rename the gcc base_target to the more appropriate term cross_compilerBernhard Reutner-Fischer2007-09-223-5/+9
|
* - bump version (forgot this hunk for r19941)Bernhard Reutner-Fischer2007-09-221-2/+2
|
* - default to 0.9.29Bernhard Reutner-Fischer2007-09-221-1/+1
|
* - bump versionBernhard Reutner-Fischer2007-09-221-1/+1
|
* - move project settings from toolchain to deviceBernhard Reutner-Fischer2007-09-221-2/+0
|
* - Subsume and collaps toolchain options in one menuBernhard Reutner-Fischer2007-09-225-15/+12
| | | | | This is ment to ease configuration by providing toolchain related options in one place No functional changes, just shuffling the menus around..
* - fix typo. This is an lxdialog bug for "depends on !!CONFIG_SYMBOL" where ↵Bernhard Reutner-Fischer2007-09-201-1/+1
| | | | the double negation produces an error that is not reported, from the looks..
* - fixes and cleanups (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2007-09-191-26/+25
|
* - don't strip the host binaries for nowBernhard Reutner-Fischer2007-09-191-1/+1
|
* - exclude other old, deprecated and unsupported versions of gccBernhard Reutner-Fischer2007-09-191-1/+1
|
* Remove some debug info + add uclibc-target-utils-source targetUlf Samuelsson2007-09-171-0/+2
|
* Don't break AVR32 toolchain by hiding binutils-2.17Ulf Samuelsson2007-09-171-1/+1
|
* - cleanup and fixes (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2007-09-172-2/+2
|
* - add binutils-2.18 and binutils-2.18.50.0.1Bernhard Reutner-Fischer2007-09-178-6/+158
|
* - some more sparc{,64} twiddlingBernhard Reutner-Fischer2007-09-151-2/+12
|
* - fix copy'n paste error in ABI configurationBernhard Reutner-Fischer2007-09-151-1/+1
|
* Unbreak multiple boards, add Ingo's rt patchUlf Samuelsson2007-09-122-11/+94
|
* bump up a few version numbers. kill dead 2.6.19 option.Eric Andersen2007-09-113-14/+10
| | | | accomodate powerpc64
* - correctly filter out the scriptBernhard Reutner-Fischer2007-09-042-2/+2
|
* Cleanup handling of gccbug scriptUlf Samuelsson2007-09-032-2/+2
|
* Cleanup handling of gccbug scriptUlf Samuelsson2007-09-032-5/+1
|
* - add sequence-point for toplevel parallel builds: uClibc needs an initial gccBernhard Reutner-Fischer2007-09-013-4/+7
|
* - don't try to strip the gccbug scriptBernhard Reutner-Fischer2007-09-011-1/+1
|
* - GCC_CROSS_LANGUAGES for non-sysroot enabled gccBernhard Reutner-Fischer2007-09-011-4/+14
|
* - precaution when looking at GCC_VERSIONBernhard Reutner-Fischer2007-09-011-2/+2
|
* Revert patch causing g++-4.2.1 build to failUlf Samuelsson2007-08-302-6/+6
|
* - uclibc-configured has to depend on kernel-headersBernhard Reutner-Fischer2007-08-291-1/+1
|
* - misc cleanups (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2007-08-285-62/+99
|
* Looking at the the gcc-4.2.1 patches for uClibc, I found that theUlf Samuelsson2007-08-282-6/+6
| | | | | | | | | | 200-uclibc-locale and 205-uclibc-locale-update patches uses a not existing macro __UCLIBC_HAS_XCLOCALE__ while they should refer to __UCLIBC_HAS_XLOCALE__ Find attached the patches to fix the above mentioned patches Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* - make sure to honour user flagsBernhard Reutner-Fischer2007-08-261-7/+10
|
* - improve handling of sh (fgretief) for bug #1446Bernhard Reutner-Fischer2007-08-261-1/+33
|