aboutsummaryrefslogtreecommitdiff
path: root/openwrt/toolchain
Commit message (Collapse)AuthorAge
* move uClibc/files/config.* to uClibc/config/* and allow board-specific ↵Felix Fietkau2006-06-21
| | | | | | config overrides SVN-Revision: 4041
* massive cleanup of toolchain/Felix Fietkau2006-06-21
| | | | SVN-Revision: 4038
* build system cleanup. move shared include files into $(TOPDIR)/include, move ↵Felix Fietkau2006-06-21
| | | | | | lzma, mkfs.* into toolchain/ SVN-Revision: 4032
* add toolchain/download targetFelix Fietkau2006-06-20
| | | | SVN-Revision: 4029
* remove some junkFelix Fietkau2006-06-16
| | | | SVN-Revision: 3962
* fix menuconfig developer options structureFelix Fietkau2006-06-15
| | | | SVN-Revision: 3948
* fix gcc version selectionFelix Fietkau2006-06-15
| | | | SVN-Revision: 3947
* remove libgcc hackFelix Fietkau2006-06-13
| | | | SVN-Revision: 3943
* add arm eabi patchesImre Kaloz2006-06-08
| | | | SVN-Revision: 3914
* add GCC 4.1.1 and sync 4.1.0 with KamikazeImre Kaloz2006-06-06
| | | | SVN-Revision: 3907
* allow parallel build of binutilsFelix Fietkau2006-05-31
| | | | SVN-Revision: 3879
* cleanup; replace .PHONY with FORCE; disable gdb by defaultFelix Fietkau2006-05-31
| | | | SVN-Revision: 3877
* fix toolchain buildFelix Fietkau2006-05-31
| | | | SVN-Revision: 3876
* remove stale libgcc menuconfig itemFelix Fietkau2006-05-30
| | | | SVN-Revision: 3851
* fix toolchain build, remove some old gcc junkFelix Fietkau2006-05-30
| | | | SVN-Revision: 3839
* fix GCC version.Nicolas Thill2006-05-22
| | | | SVN-Revision: 3817
* fix BR2_ and CONFIG_ issuesMike Baker2006-05-12
| | | | SVN-Revision: 3769
* remove more junkFelix Fietkau2006-05-10
| | | | SVN-Revision: 3756
* menuconfig cleanupFelix Fietkau2006-04-20
| | | | SVN-Revision: 3684
* preliminary ppc supportMike Baker2006-03-22
| | | | SVN-Revision: 3442
* add gcc 4.0.3, and make it the default for ArubaImre Kaloz2006-03-21
| | | | SVN-Revision: 3423
* fix pesky libgcc issueMike Baker2006-03-20
| | | | SVN-Revision: 3420
* remove obsolete BR2_GCC_3_4 config symbolFelix Fietkau2006-03-19
| | | | SVN-Revision: 3407
* fix gcc menuconfig defaultsFelix Fietkau2006-03-19
| | | | SVN-Revision: 3406
* patch kernelheaders before distributing in staging_dirWaldemar Brodkorb2006-03-14
| | | | SVN-Revision: 3368
* add gcc 3.4.6Felix Fietkau2006-03-10
| | | | SVN-Revision: 3343
* reenable unsupported targets on DEVELOPER=1, add binutils 2.16.91.0.6 and a ↵Imre Kaloz2006-03-06
| | | | | | missing gcc 4.1 patch SVN-Revision: 3320
* add gcc 4.1.0Felix Fietkau2006-03-03
| | | | SVN-Revision: 3302
* default to gcc 3.4.4 for brcm-2.4 because of weird kernel problemsFelix Fietkau2006-02-28
| | | | SVN-Revision: 3281
* use gcc 4.0.2 and deselect ppp by default for Aruba, use gcc 3.4.5 for the ↵Imre Kaloz2006-02-10
| | | | | | other platforms SVN-Revision: 3210
* make gcc4 depend on libgcc, and disable the libgcc hack for itImre Kaloz2006-02-06
| | | | SVN-Revision: 3161
* change cp to $(CP)Mike Baker2006-02-01
| | | | SVN-Revision: 3112
* fix libgcc handling for gcc 3.4.5 and 4.0.2Imre Kaloz2006-01-28
| | | | SVN-Revision: 3063
* remove gcc 4.0.1Felix Fietkau2006-01-28
| | | | SVN-Revision: 3062
* add 'OpenWrt-2.0' to gcc version infoFelix Fietkau2006-01-27
| | | | SVN-Revision: 3058
* disable gdb build for now, need to rework gdb client and server and add some ↵Waldemar Brodkorb2006-01-23
| | | | | | docs to our wiki SVN-Revision: 3040
* fix cflagsMike Baker2006-01-13
| | | | SVN-Revision: 2944
* the gcc patch. you need to do make distclean and rebuild the toolchainWaldemar Brodkorb2006-01-04
| | | | SVN-Revision: 2818
* patch for spec file of gcc 3.4.4, so that libgss library is not ↵Waldemar Brodkorb2006-01-04
| | | | | | automatically linked into every binary. explicitely link it into needed packages (kismet, nmap, samba) and add dependencies. idea and patch from sven-ola, thx. Saves 16 kb in the default squashfs images. SVN-Revision: 2817
* Corrected ticket #162Florian Fainelli2005-12-28
| | | | SVN-Revision: 2792
* mipseb -> mips, thx kaloz for clearificationWaldemar Brodkorb2005-12-26
| | | | SVN-Revision: 2785
* first ar531x support for 2.4, thx Mile Albon, some addons from me for mips ↵Waldemar Brodkorb2005-12-25
| | | | | | big endian toolchain SVN-Revision: 2781
* add gcc bugfixImre Kaloz2005-12-16
| | | | SVN-Revision: 2700
* add gcc 3.4.5Imre Kaloz2005-12-16
| | | | SVN-Revision: 2695
* update the 2.4 kernel to 2.4.32. it seems pl2303 has the fixes from 2.6, so ↵Imre Kaloz2005-11-18
| | | | | | we now only add the new ids. gcc4 fixes will come later SVN-Revision: 2515
* set V=5 as default and fix toolchain verbosity settingFelix Fietkau2005-11-13
| | | | SVN-Revision: 2469
* add fini crt compat option to mipsel uclibc configFelix Fietkau2005-11-09
| | | | SVN-Revision: 2399
* add ceilf wrapper (not present in uClibc-0.9.28)Nicolas Thill2005-11-06
| | | | SVN-Revision: 2348
* fix typo in gcc configFelix Fietkau2005-10-24
| | | | SVN-Revision: 2299
* add -funit-at-a-time in trunk/ as wellFelix Fietkau2005-10-23
| | | | SVN-Revision: 2291