summaryrefslogtreecommitdiff
path: root/openwrt/toolchain/gcc
Commit message (Collapse)AuthorAgeFilesLines
* move old kamikaze out of trunk - will put buildroot-ng in there as soon as ↵Felix Fietkau2006-10-0756-24692/+0
| | | | | | all the developers are ready SVN-Revision: 4944
* add preliminary support for the XScale port, generic endianness indicationImre Kaloz2006-04-143-2/+139
| | | | SVN-Revision: 3648
* add gcc 4.0.3, and make it the default for ArubaImre Kaloz2006-03-218-3/+3900
| | | | SVN-Revision: 3423
* fix pesky libgcc issueMike Baker2006-03-201-2/+12
| | | | SVN-Revision: 3420
* remove obsolete BR2_GCC_3_4 config symbolFelix Fietkau2006-03-191-11/+0
| | | | SVN-Revision: 3407
* fix gcc menuconfig defaultsFelix Fietkau2006-03-191-2/+11
| | | | SVN-Revision: 3406
* add gcc 3.4.6Felix Fietkau2006-03-1011-1/+4304
| | | | SVN-Revision: 3343
* reenable unsupported targets on DEVELOPER=1, add binutils 2.16.91.0.6 and a ↵Imre Kaloz2006-03-061-0/+25
| | | | | | missing gcc 4.1 patch SVN-Revision: 3320
* add gcc 4.1.0Felix Fietkau2006-03-038-1/+3897
| | | | SVN-Revision: 3302
* default to gcc 3.4.4 for brcm-2.4 because of weird kernel problemsFelix Fietkau2006-02-281-0/+1
| | | | 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-101-3/+4
| | | | | | other platforms SVN-Revision: 3210
* make gcc4 depend on libgcc, and disable the libgcc hack for itImre Kaloz2006-02-063-16/+2
| | | | SVN-Revision: 3161
* change cp to $(CP)Mike Baker2006-02-011-1/+1
| | | | SVN-Revision: 3112
* fix libgcc handling for gcc 3.4.5 and 4.0.2Imre Kaloz2006-01-283-2/+24
| | | | SVN-Revision: 3063
* remove gcc 4.0.1Felix Fietkau2006-01-284-3623/+1
| | | | SVN-Revision: 3062
* add 'OpenWrt-2.0' to gcc version infoFelix Fietkau2006-01-271-0/+2
| | | | SVN-Revision: 3058
* the gcc patch. you need to do make distclean and rebuild the toolchainWaldemar Brodkorb2006-01-041-0/+11
| | | | SVN-Revision: 2818
* patch for spec file of gcc 3.4.4, so that libgss library is not ↵Waldemar Brodkorb2006-01-041-0/+10
| | | | | | 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
* add gcc bugfixImre Kaloz2005-12-162-0/+32
| | | | SVN-Revision: 2700
* add gcc 3.4.5Imre Kaloz2005-12-1614-1/+4231
| | | | SVN-Revision: 2695
* fix typo in gcc configFelix Fietkau2005-10-241-1/+1
| | | | SVN-Revision: 2299
* clean gcc 4.0.0 patch directoryFelix Fietkau2005-10-212-3601/+0
| | | | SVN-Revision: 2214
* add gcc 4.0.2, remove 4.0.0Felix Fietkau2005-10-213-6/+3607
| | | | SVN-Revision: 2213
* add a better mirror for gccFelix Fietkau2005-08-131-1/+2
| | | | SVN-Revision: 1638
* fix weird toolchain build errorFelix Fietkau2005-07-291-2/+2
| | | | SVN-Revision: 1573
* more cleanup in toolchain/Felix Fietkau2005-07-2024-10286/+197
| | | | SVN-Revision: 1501
* fix gcc buildFelix Fietkau2005-07-191-0/+3
| | | | SVN-Revision: 1499
* move target/default/target_skeleton into package/base-files, put all the ↵Felix Fietkau2005-07-171-50/+1
| | | | | | default files in ipkg packages, cleanup some junk in toolchain/, toolchain/ no longer changes build_mipsel/root SVN-Revision: 1494
* add gcc 4.0.1, remove older compilersFelix Fietkau2005-07-123-10/+3607
| | | | SVN-Revision: 1422
* change default compiler to gcc 3.4.4 - fixes kernel weirdnessFelix Fietkau2005-06-131-3/+3
| | | | SVN-Revision: 1227
* add gcc 3.4.4Felix Fietkau2005-05-2310-1/+4293
| | | | SVN-Revision: 1027
* oops.Waldemar Brodkorb2005-04-301-3/+3
| | | | SVN-Revision: 771
* use tmpfs instead ramfs, strange that i do not need to add any kernel ↵Waldemar Brodkorb2005-04-301-3/+3
| | | | | | option, it works out of the box, and dd if=/dev/zero of=test bs=1024k count=100 does not kill the box anymore SVN-Revision: 770
* change default toolchain to gcc 3.4.3 and binutils 2.15.94.0.2Felix Fietkau2005-04-291-3/+3
| | | | SVN-Revision: 767
* add gcc 4.0.0Felix Fietkau2005-04-293-0/+3607
| | | | SVN-Revision: 762
* remove unused gcc versions (<3.3.5, 3.4.0-3.4.2)Felix Fietkau2005-04-2942-23257/+0
| | | | SVN-Revision: 759
* make gcc compile install libgcc_s by default, remove package/libgcc/Felix Fietkau2005-04-291-0/+3
| | | | SVN-Revision: 755
* add hidden config value for gcc 3.4+Felix Fietkau2005-04-281-0/+9
| | | | SVN-Revision: 747
* enable c++ support in toolchain by default (without sjlj exceptions)Felix Fietkau2005-04-251-2/+3
| | | | SVN-Revision: 716
* Don't install libgcc to root_dirNicolas Thill2005-04-091-4/+0
| | | | SVN-Revision: 601
* hide experimental/developer options from the user. can be reenabled by using ↵Felix Fietkau2005-04-051-6/+9
| | | | | | make menuconfig DEVELOPER=1 SVN-Revision: 567
* remove java compiler option, with will not workWaldemar Brodkorb2005-03-191-6/+0
| | | | SVN-Revision: 392
* add downloading script (with md5sum checking and sourceforge downloading ↵Felix Fietkau2005-03-191-1/+1
| | | | | | support) SVN-Revision: 391
* binutils & gcc patches from uclibc buildrootFelix Fietkau2005-03-072-0/+118
| | | | SVN-Revision: 331
* nbd's makefile/menuconfig rewriteMike Baker2005-03-067-1000/+23
| | | | SVN-Revision: 307
* demistifying make *clean targets, fix some clean targets issuesWaldemar Brodkorb2005-02-191-3/+3
| | | | SVN-Revision: 272
* fix default toolchain/compiler settingsMike Baker2005-02-061-1/+1
| | | | SVN-Revision: 214
* Initial revisionMike Baker2005-01-1667-0/+34501
SVN-Revision: 197