Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | move uClibc/files/config.* to uClibc/config/* and allow board-specific ↵ | Felix Fietkau | 2006-06-21 |
| | | | | | | config overrides SVN-Revision: 4041 | ||
* | massive cleanup of toolchain/ | Felix Fietkau | 2006-06-21 |
| | | | | SVN-Revision: 4038 | ||
* | build system cleanup. move shared include files into $(TOPDIR)/include, move ↵ | Felix Fietkau | 2006-06-21 |
| | | | | | | lzma, mkfs.* into toolchain/ SVN-Revision: 4032 | ||
* | add toolchain/download target | Felix Fietkau | 2006-06-20 |
| | | | | SVN-Revision: 4029 | ||
* | remove some junk | Felix Fietkau | 2006-06-16 |
| | | | | SVN-Revision: 3962 | ||
* | fix menuconfig developer options structure | Felix Fietkau | 2006-06-15 |
| | | | | SVN-Revision: 3948 | ||
* | fix gcc version selection | Felix Fietkau | 2006-06-15 |
| | | | | SVN-Revision: 3947 | ||
* | remove libgcc hack | Felix Fietkau | 2006-06-13 |
| | | | | SVN-Revision: 3943 | ||
* | add arm eabi patches | Imre Kaloz | 2006-06-08 |
| | | | | SVN-Revision: 3914 | ||
* | add GCC 4.1.1 and sync 4.1.0 with Kamikaze | Imre Kaloz | 2006-06-06 |
| | | | | SVN-Revision: 3907 | ||
* | allow parallel build of binutils | Felix Fietkau | 2006-05-31 |
| | | | | SVN-Revision: 3879 | ||
* | cleanup; replace .PHONY with FORCE; disable gdb by default | Felix Fietkau | 2006-05-31 |
| | | | | SVN-Revision: 3877 | ||
* | fix toolchain build | Felix Fietkau | 2006-05-31 |
| | | | | SVN-Revision: 3876 | ||
* | remove stale libgcc menuconfig item | Felix Fietkau | 2006-05-30 |
| | | | | SVN-Revision: 3851 | ||
* | fix toolchain build, remove some old gcc junk | Felix Fietkau | 2006-05-30 |
| | | | | SVN-Revision: 3839 | ||
* | fix GCC version. | Nicolas Thill | 2006-05-22 |
| | | | | SVN-Revision: 3817 | ||
* | fix BR2_ and CONFIG_ issues | Mike Baker | 2006-05-12 |
| | | | | SVN-Revision: 3769 | ||
* | remove more junk | Felix Fietkau | 2006-05-10 |
| | | | | SVN-Revision: 3756 | ||
* | menuconfig cleanup | Felix Fietkau | 2006-04-20 |
| | | | | SVN-Revision: 3684 | ||
* | preliminary ppc support | Mike Baker | 2006-03-22 |
| | | | | SVN-Revision: 3442 | ||
* | add gcc 4.0.3, and make it the default for Aruba | Imre Kaloz | 2006-03-21 |
| | | | | SVN-Revision: 3423 | ||
* | fix pesky libgcc issue | Mike Baker | 2006-03-20 |
| | | | | SVN-Revision: 3420 | ||
* | remove obsolete BR2_GCC_3_4 config symbol | Felix Fietkau | 2006-03-19 |
| | | | | SVN-Revision: 3407 | ||
* | fix gcc menuconfig defaults | Felix Fietkau | 2006-03-19 |
| | | | | SVN-Revision: 3406 | ||
* | patch kernelheaders before distributing in staging_dir | Waldemar Brodkorb | 2006-03-14 |
| | | | | SVN-Revision: 3368 | ||
* | add gcc 3.4.6 | Felix Fietkau | 2006-03-10 |
| | | | | SVN-Revision: 3343 | ||
* | reenable unsupported targets on DEVELOPER=1, add binutils 2.16.91.0.6 and a ↵ | Imre Kaloz | 2006-03-06 |
| | | | | | | missing gcc 4.1 patch SVN-Revision: 3320 | ||
* | add gcc 4.1.0 | Felix Fietkau | 2006-03-03 |
| | | | | SVN-Revision: 3302 | ||
* | default to gcc 3.4.4 for brcm-2.4 because of weird kernel problems | Felix Fietkau | 2006-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 Kaloz | 2006-02-10 |
| | | | | | | other platforms SVN-Revision: 3210 | ||
* | make gcc4 depend on libgcc, and disable the libgcc hack for it | Imre Kaloz | 2006-02-06 |
| | | | | SVN-Revision: 3161 | ||
* | change cp to $(CP) | Mike Baker | 2006-02-01 |
| | | | | SVN-Revision: 3112 | ||
* | fix libgcc handling for gcc 3.4.5 and 4.0.2 | Imre Kaloz | 2006-01-28 |
| | | | | SVN-Revision: 3063 | ||
* | remove gcc 4.0.1 | Felix Fietkau | 2006-01-28 |
| | | | | SVN-Revision: 3062 | ||
* | add 'OpenWrt-2.0' to gcc version info | Felix Fietkau | 2006-01-27 |
| | | | | SVN-Revision: 3058 | ||
* | disable gdb build for now, need to rework gdb client and server and add some ↵ | Waldemar Brodkorb | 2006-01-23 |
| | | | | | | docs to our wiki SVN-Revision: 3040 | ||
* | fix cflags | Mike Baker | 2006-01-13 |
| | | | | SVN-Revision: 2944 | ||
* | the gcc patch. you need to do make distclean and rebuild the toolchain | Waldemar Brodkorb | 2006-01-04 |
| | | | | SVN-Revision: 2818 | ||
* | patch for spec file of gcc 3.4.4, so that libgss library is not ↵ | Waldemar Brodkorb | 2006-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 #162 | Florian Fainelli | 2005-12-28 |
| | | | | SVN-Revision: 2792 | ||
* | mipseb -> mips, thx kaloz for clearification | Waldemar Brodkorb | 2005-12-26 |
| | | | | SVN-Revision: 2785 | ||
* | first ar531x support for 2.4, thx Mile Albon, some addons from me for mips ↵ | Waldemar Brodkorb | 2005-12-25 |
| | | | | | | big endian toolchain SVN-Revision: 2781 | ||
* | add gcc bugfix | Imre Kaloz | 2005-12-16 |
| | | | | SVN-Revision: 2700 | ||
* | add gcc 3.4.5 | Imre Kaloz | 2005-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 Kaloz | 2005-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 setting | Felix Fietkau | 2005-11-13 |
| | | | | SVN-Revision: 2469 | ||
* | add fini crt compat option to mipsel uclibc config | Felix Fietkau | 2005-11-09 |
| | | | | SVN-Revision: 2399 | ||
* | add ceilf wrapper (not present in uClibc-0.9.28) | Nicolas Thill | 2005-11-06 |
| | | | | SVN-Revision: 2348 | ||
* | fix typo in gcc config | Felix Fietkau | 2005-10-24 |
| | | | | SVN-Revision: 2299 | ||
* | add -funit-at-a-time in trunk/ as well | Felix Fietkau | 2005-10-23 |
| | | | | SVN-Revision: 2291 |