aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain
Commit message (Collapse)AuthorAgeFilesLines
* finally fixes etrax toolchain problems, thanks nbdJohn Crispin2008-06-061-0/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11383 3c298f89-4303-0410-b956-a3cf2f4a3e73
* * refresh storm patchesImre Kaloz2008-06-051-1/+1
| | | | | | * disable BX in uClibc config, add ethernet and watchdog support -- thanks to Zilvinas Valinskas git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11367 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add patch to fix EABI compiles on ARMv4Imre Kaloz2008-06-051-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11365 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add preliminary Marvell Orion supportImre Kaloz2008-06-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11352 3c298f89-4303-0410-b956-a3cf2f4a3e73
* soft-float shouldn't be used on targets with FPUImre Kaloz2008-06-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11338 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gcc 4.2.4 supportImre Kaloz2008-05-3129-0/+27272
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11310 3c298f89-4303-0410-b956-a3cf2f4a3e73
* refresh gcc-4.2.3 patchesMatteo Croce2008-05-2127-594/+707
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11232 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix avr32 compilingTravis Kemen2008-05-161-0/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11147 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix a bug causing an infinite loop in getaddrinfo (closes: #3344)Nicolas Thill2008-05-111-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11106 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove ugly hack for etraxJohn Crispin2008-05-031-8/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11026 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix up uclibc support for etraxJohn Crispin2008-05-032-16/+54
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11025 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix uclibc version selectionJohn Crispin2008-05-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11024 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add preliminary support for Storm SL3512 based devices, not ready yetImre Kaloz2008-04-272-0/+211
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10956 3c298f89-4303-0410-b956-a3cf2f4a3e73
* PXA has Xscale core as well, so optimize the same way as we do on IXP/IOPImre Kaloz2008-04-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10948 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make sure the toolchain target dir really existsFelix Fietkau2008-04-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10913 3c298f89-4303-0410-b956-a3cf2f4a3e73
* do target dependent optimizationsImre Kaloz2008-04-141-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10834 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] provide a cleaner way to specify a biarch toolchain buildJeremy Kerr2008-04-124-0/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, to build a biarch toolchain, we need to explicitly give options to the binutils and gcc configure commands: CONFIG_EXTRA_BINUTILS_CONFIG_OPTIONS="--enable-targets=powerpc64-linux-uclibc" CONFIG_EXTRA_GCC_CONFIG_OPTIONS="--enable-biarch --enable-targets=powerpc64-linux-uclibc" This change replaces the command line options with an 'extra arch' configure option: CONFIG_EXTRA_TARGET_ARCH=y CONFIG_EXTRA_TARGET_ARCH_NAME="powerpc64" And a way to invoke this extra arch on the compiler command-line: CONFIG_EXTRA_TARGET_ARCH_OPTS="-m64" In this case, this results in an extra compiler: 'powerpc64-linux-uclibc-gcc', which invokes 'powerpc-linux-uclibc-gcc -m64' This is a more standard way of building biarch toolchains, and allows the packages to not have to care about how to invoke the 64-bit compiler. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10802 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Do not disable tls yet, uclibc-ntpl will support it soonFlorian Fainelli2008-04-101-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10785 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Disable tls support, uClibc does not support it, and it could lead to ↵Florian Fainelli2008-04-101-0/+2
| | | | | | linking failures with some braindead autoconf programs git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10782 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix typoImre Kaloz2008-04-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10718 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix format of depends clause for avr32 Signed-off-by: Robert P. J. Day ↵Travis Kemen2008-03-291-1/+1
| | | | | | <rpjday@crashcourse.ca> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10687 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix uclibc build on osxFelix Fietkau2008-03-091-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10578 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove the "depends BROKEN" for eabiFelix Fietkau2008-03-071-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10556 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix md5sum for v0.28.2 (closes: #3159)Nicolas Thill2008-02-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10498 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixup ARM EABI on GCC 4.1.2Imre Kaloz2008-02-172-41/+65
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10480 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing config change for OABIFelix Fietkau2008-02-141-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10459 3c298f89-4303-0410-b956-a3cf2f4a3e73
* revert ARM to oabi by default, add some eabi patches for fixing up the ↵Felix Fietkau2008-02-147-1/+190
| | | | | | toolchain, which unfortunately break eabi userland, but are IMHO a necessary basis for further eabi fixes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10458 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use GCC 4.2.3 by default for AVR32Imre Kaloz2008-02-072-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10414 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add GCC 4.2.3Imre Kaloz2008-02-0728-0/+27123
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10413 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sync AVR32 patches with upstreamImre Kaloz2008-02-072-111/+31
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10411 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix path to etrax patches (#3055)Felix Fietkau2008-02-031-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10376 3c298f89-4303-0410-b956-a3cf2f4a3e73
* *sigh* :PImre Kaloz2008-02-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10373 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add binutils-2.18 patches for all arches but AVR32.Felix Fietkau2008-02-027-0/+205
| | | | | | | | | | | Re-diff the existing patches for binutils-2.17 for all architectures but AVR32, and make the possible selection of binutils-2.18 dependent on selecting any arch but that one for the time being. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10360 3c298f89-4303-0410-b956-a3cf2f4a3e73
* turn on UCLIBC_HAS_PROGRAM_INVOCATION_NAME (see #2941)Felix Fietkau2008-02-028-8/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10358 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] eliminate the root cause of the uClibc problems on the powerpc ↵Gabor Juhos2008-02-012-87/+0
| | | | | | platform git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10346 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] gcc: fix version selection for MagicboxGabor Juhos2008-02-012-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10345 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix GCC version selection for MagicboxImre Kaloz2008-01-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10288 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] uClibc: change some symbols to local on ppc to make Kaloz happy :)Gabor Juhos2008-01-271-0/+78
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10285 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove some wrong depends/defaultsFelix Fietkau2008-01-271-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10284 3c298f89-4303-0410-b956-a3cf2f4a3e73
* oops, missing fileRalph Hempel2008-01-271-0/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10283 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add uClibc version 0.9.28.2, 0.9.28.3 and snapshots for development purpose ↵Ralph Hempel2008-01-2734-6/+6045
| | | | | | | | | | (and already deployed evaluation boards) the version 0.9.29 is still the default version git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10282 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] uClibc: restore support of shadow passwords, but make it ↵Gabor Juhos2008-01-2612-21/+23
| | | | | | configurable git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10276 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix sockets.h for mips/mipselFlorian Fainelli2007-12-311-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10066 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix uclibc compile on brcm-2.4Felix Fietkau2007-12-301-0/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10063 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix ntpd compileFelix Fietkau2007-12-301-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10057 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use __inline__ instead of inline to avoid build errors with -ansiFelix Fietkau2007-12-301-10/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10051 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable res_close bsd compat, asterisk requires thisFelix Fietkau2007-12-308-8/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10048 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a workaround for inline function redefinitionFelix Fietkau2007-12-301-3/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10039 3c298f89-4303-0410-b956-a3cf2f4a3e73
* turn SUSv3 legacy macros into inline functions to avoid crazy build breakage ↵Felix Fietkau2007-12-301-0/+91
| | | | | | in multiple packages git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10038 3c298f89-4303-0410-b956-a3cf2f4a3e73
* replace cflags hacks with the correct solutionFelix Fietkau2007-12-298-8/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10031 3c298f89-4303-0410-b956-a3cf2f4a3e73