summaryrefslogtreecommitdiffstats
path: root/toolchain
Commit message (Collapse)AuthorAgeFilesLines
...
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-014-14/+14
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* - pass configure args for the -target compilerBernhard Reutner-Fischer2007-10-011-0/+1
|
* - add additional EXTRA_GCC_CONFIG_OPTIONS for initial, cross and target compilerBernhard Reutner-Fischer2007-10-011-12/+18
|
* - whitespace cleanup (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2007-09-301-1/+1
|
* - propagate mips ISA down to uClibcBernhard Reutner-Fischer2007-09-301-0/+28
|
* - revert part of 20119 (renaming BR2_ARM_.ABI to BR2_.ABI)Bernhard Reutner-Fischer2007-09-291-5/+5
|
* Revert modification of gcc, and make it AVR32 specificUlf Samuelsson2007-09-292-3/+7
|
* - add mips/mipsel target architecture selectionBernhard Reutner-Fischer2007-09-291-3/+19
| | | | - rename BR2_ARM_[EO]ABI to the commonly used BR2_[EO]ABI
* Use linke to build-time-tools, disable libssp which does not work for ↵Ulf Samuelsson2007-09-291-5/+6
| | | | cross-compile
* Removed uclibc source dependency on host-sedUlf Samuelsson2007-09-281-1/+1
|
* - naming convention is Config.in resp. Config.in.fooBernhard Reutner-Fischer2007-09-281-1/+1
| | | | Adjust some accordingly
* No reliance on dirs in uClibcUlf Samuelsson2007-09-281-1/+1
|
* - add FC, remove some duplicate entries, cleanupBernhard Reutner-Fischer2007-09-281-2/+1
| | | | - fixup after Ulf: CXX doesn't take CFLAGS but CXXFLAGS
* add autoreconf script that can handle gcc (aclocal needs to handle -I switch)Ulf Samuelsson2007-09-281-0/+699
|
* Add bells and whistles to allow gcc-4.1.2-AVR32 buildprocess to progress ↵Ulf Samuelsson2007-09-281-5/+20
| | | | further, not home yet though
* Cleanup cross toolchain admin, split uclibc-menuconfig into same + ↵Ulf Samuelsson2007-09-281-3/+2
| | | | uclibc-update to avoid overwriting board support file
* - bump versionBernhard Reutner-Fischer2007-09-282-1/+1915
|
* - fix texinfo version check. The next release will most likely supercede theseBernhard Reutner-Fischer2007-09-282-0/+64
|
* Add administration for linux,uclibc and mainUlf Samuelsson2007-09-281-6/+7
|
* Remove softfp patch from uClibc, ARM softfloat, did not complete anywayUlf Samuelsson2007-09-271-9149/+0
|
* - fix ARM ABI propagationBernhard Reutner-Fischer2007-09-271-0/+1
|
* Additional management of uclibcUlf Samuelsson2007-09-271-0/+3
|
* - 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
|