summaryrefslogtreecommitdiff
path: root/openwrt/toolchain
Commit message (Collapse)AuthorAgeFilesLines
* add uclibc portability patch (by thorsten glaser)Felix Fietkau2006-10-101-0/+38
| | | | SVN-Revision: 5034
* rename patchFelix Fietkau2006-10-101-0/+0
| | | | SVN-Revision: 5033
* fix gcc compileFelix Fietkau2006-10-101-0/+1
| | | | SVN-Revision: 5032
* explicitly set CONFIG_SHELL to bash for the kernel headers configureFelix Fietkau2006-10-101-1/+4
| | | | SVN-Revision: 5025
* don't touch TAR_OPTIONS in host.mkFelix Fietkau2006-10-101-1/+1
| | | | SVN-Revision: 5024
* only use --wildcards for gnu tarFelix Fietkau2006-10-101-1/+2
| | | | SVN-Revision: 5022
* fix gene2fs build on freebsdFelix Fietkau2006-10-101-1/+6
| | | | SVN-Revision: 5019
* remove unused multilib optionFelix Fietkau2006-10-091-7/+0
| | | | SVN-Revision: 5000
* enable gcc 4.1.1 by default in x86-2.6 (verified on wrap board)Felix Fietkau2006-10-091-1/+1
| | | | SVN-Revision: 4989
* fix gdb installation (patch from #809)Felix Fietkau2006-10-071-3/+10
| | | | SVN-Revision: 4945
* fix typoNicolas Thill2006-10-071-1/+1
| | | | SVN-Revision: 4941
* add portability fixes for toolchain/tools (full tools/toolchain build works ↵Felix Fietkau2006-09-271-6/+0
| | | | | | on osx now) SVN-Revision: 4867
* move tools from toolchain/ to tools/Felix Fietkau2006-09-2728-4969/+24
| | | | SVN-Revision: 4866
* new (last?) attempt at standardizing MakefilesNicolas Thill2006-09-2410-44/+62
| | | | SVN-Revision: 4855
* enable UCLIBC_HAS_WORDEXP, fixes pcmcia-cs (and possibly others) on mini_foFelix Fietkau2006-09-155-5/+5
| | | | SVN-Revision: 4792
* override default configure to use --target=host and --build=host (closes: #760)Nicolas Thill2006-09-101-0/+21
| | | | SVN-Revision: 4779
* remove -mcpu=405 for magicbox, because it enables soft-float, which makes ↵Felix Fietkau2006-09-051-1/+0
| | | | | | binaries bigger and broken SVN-Revision: 4756
* gcc 3.4.6 should be safe on brcm-2.4 nowFelix Fietkau2006-09-022-3/+0
| | | | SVN-Revision: 4729
* set -mcpu=405 in the default cflags for magicboxFelix Fietkau2006-08-301-0/+1
| | | | SVN-Revision: 4718
* fix gcc symlink installFelix Fietkau2006-08-291-2/+2
| | | | SVN-Revision: 4702
* add basic support for the Magicbox boardsImre Kaloz2006-08-257-1/+1690
| | | | SVN-Revision: 4672
* add secret option to use host's toolchain when native compilingMike Baker2006-08-102-4/+18
| | | | SVN-Revision: 4553
* add XScale support to -ngImre Kaloz2006-08-065-0/+1016
| | | | SVN-Revision: 4475
* Add nonmips patchesFlorian Fainelli2006-08-0412-0/+4376
| | | | SVN-Revision: 4440
* set PATH in rules.mkMike Baker2006-08-042-8/+8
| | | | SVN-Revision: 4438
* fix everything I broke with the previous patchesMike Baker2006-08-042-4/+4
| | | | SVN-Revision: 4436
* add genext2fs to build ext2 filesystem imagesNicolas Thill2006-07-222-1/+31
| | | | SVN-Revision: 4213
* make gcc 4.1.1 the default for ArubaImre Kaloz2006-07-212-2/+2
| | | | SVN-Revision: 4189
* revert [4106] as it breaks toolchain selectionImre Kaloz2006-07-211-4/+4
| | | | SVN-Revision: 4188
* fix problems with new tar versions, closes #628 and #646Imre Kaloz2006-07-212-1/+24
| | | | SVN-Revision: 4185
* change 'source' to 'download'Mike Baker2006-07-201-3/+3
| | | | SVN-Revision: 4176
* Avoid menuconfig warningsFlorian Fainelli2006-07-021-4/+2
| | | | SVN-Revision: 4106
* add hack for building c++ with gcc 4.1.1Felix Fietkau2006-06-301-0/+37
| | | | SVN-Revision: 4100
* add binutils 2.17 and remove the beta versions, update some gcc 4.1.1 patchesImre Kaloz2006-06-2833-2766/+222
| | | | SVN-Revision: 4099
* add missing copyrightFelix Fietkau2006-06-2716-0/+101
| | | | SVN-Revision: 4094
* move uClibc/files/config.* to uClibc/config/* and allow board-specific ↵Felix Fietkau2006-06-215-1/+6
| | | | | | config overrides SVN-Revision: 4041
* massive cleanup of toolchain/Felix Fietkau2006-06-21117-1598/+372
| | | | SVN-Revision: 4038
* build system cleanup. move shared include files into $(TOPDIR)/include, move ↵Felix Fietkau2006-06-217-1/+568
| | | | | | lzma, mkfs.* into toolchain/ SVN-Revision: 4032
* add toolchain/download targetFelix Fietkau2006-06-204-8/+27
| | | | SVN-Revision: 4029
* remove some junkFelix Fietkau2006-06-161-10/+0
| | | | SVN-Revision: 3962
* fix menuconfig developer options structureFelix Fietkau2006-06-153-22/+23
| | | | SVN-Revision: 3948
* fix gcc version selectionFelix Fietkau2006-06-151-2/+11
| | | | SVN-Revision: 3947
* remove libgcc hackFelix Fietkau2006-06-134-39/+0
| | | | SVN-Revision: 3943
* add arm eabi patchesImre Kaloz2006-06-082-0/+54
| | | | SVN-Revision: 3914
* add GCC 4.1.1 and sync 4.1.0 with KamikazeImre Kaloz2006-06-0612-1/+4093
| | | | SVN-Revision: 3907
* allow parallel build of binutilsFelix Fietkau2006-05-311-3/+3
| | | | SVN-Revision: 3879
* cleanup; replace .PHONY with FORCE; disable gdb by defaultFelix Fietkau2006-05-3110-29/+34
| | | | SVN-Revision: 3877
* fix toolchain buildFelix Fietkau2006-05-311-4/+4
| | | | SVN-Revision: 3876
* remove stale libgcc menuconfig itemFelix Fietkau2006-05-301-6/+0
| | | | SVN-Revision: 3851
* fix toolchain build, remove some old gcc junkFelix Fietkau2006-05-301-35/+3
| | | | SVN-Revision: 3839