summaryrefslogtreecommitdiffstats
path: root/toolchain
Commit message (Collapse)AuthorAgeFilesLines
* F77 is not supported on AVR32Ulf Samuelsson2007-08-011-0/+1
|
* Avoid stopping asking questions, when gettext is selectedUlf Samuelsson2007-08-011-0/+1
|
* Sort uclibc artificial targets in execution orderUlf Samuelsson2007-08-011-5/+4
|
* Simplify AVR32 gcc build (libmudflap, doesn't work, so applied even though ↵Ulf Samuelsson2007-08-013-23/+3
| | | | objections)
* Add linux-2.6.22.1 AVR32 patchUlf Samuelsson2007-08-011-0/+14820
|
* linux-2.6.22.1 headers, makefile partUlf Samuelsson2007-08-011-0/+15
|
* Allow use of 2.6.22.1 kernel headersUlf Samuelsson2007-08-011-10/+15
|
* Revert Atmel patches for nowUlf Samuelsson2007-07-312-32592/+0
|
* Add PATCH_DIR's for snapshots of uclibc and gdbUlf Samuelsson2007-07-312-0/+2
|
* Change def of BR2_USE_WCHAR to build uClibc w WCHAR supportUlf Samuelsson2007-07-311-0/+6
|
* Remove duplicate patchUlf Samuelsson2007-07-312-3828/+0
|
* Add AVR32 kernel patches for linux-2.6.21.5Ulf Samuelsson2007-07-313-0/+19741
|
* Add AVR32 kernel patches for linux 2.6.22.1Ulf Samuelsson2007-07-312-0/+16734
|
* - add possibility to select which cross-compilers to buildBernhard Reutner-Fischer2007-07-312-4/+37
| | | | - add prerequisites from the config
* Add support for prepatched toolchainsUlf Samuelsson2007-07-318-39/+121
|
* Revert bad patchUlf Samuelsson2007-07-301-1/+2
|
* Revert bad commit, sorry about that\!Ulf Samuelsson2007-07-301-2/+1
|
* Add AVR32 options to gccUlf Samuelsson2007-07-291-0/+11
|
* Add AVR32 support to uClibcUlf Samuelsson2007-07-291-7/+26
|
* gcc target config for AVR32Ulf Samuelsson2007-07-291-0/+11
|
* uClibc config for AVR32Ulf Samuelsson2007-07-291-1/+3
|
* gcc config for AVR32Ulf Samuelsson2007-07-291-19/+33
|
* gdb config for AVR32Ulf Samuelsson2007-07-291-0/+5
|
* Add AVR32 needs to uClibc def configUlf Samuelsson2007-07-291-1/+7
|
* - put dependency checking right to the start where any later stages can rely ↵Bernhard Reutner-Fischer2007-07-271-1/+1
| | | | on the being ok.
* - add gcc-4.2.1Bernhard Reutner-Fischer2007-07-2417-3/+4043
|
* - adjust lzma arguments for current versionBernhard Reutner-Fischer2007-07-242-0/+75
|
* - add fixups for lzma'ed initramfsBernhard Reutner-Fischer2007-07-241-0/+33
|
* - forward port lzma-vmlinux and ipmisensors to 2.6.22.1Bernhard Reutner-Fischer2007-07-242-0/+28770
|
* - add missing dependencyBernhard Reutner-Fischer2007-07-231-1/+1
|
* - update ipmisensorsBernhard Reutner-Fischer2007-07-233-4189/+28931
| | | | - add lzma vmlinuz
* Add uclibc wchar default configurationUlf Samuelsson2007-07-201-0/+215
|
* Allow selection of RPC and IPv6 options for an external toolchain."Steven J. Hill"2007-07-171-0/+12
|
* - 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.