Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | toolchain: add support of ARC architecture | Felix Fietkau | 2015-11-10 | 1 | -0/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This includes binutils, gcc, gdb and uClibc-ng. Latest release of ARC gcc (as of today it is "arc-2015.06") is based on upstream gcc 4.8.4. Sources are available on GitHub, see: https://github.com/foss-for-synopsys-dwc-arc-processors/gcc Latest release of ARC binutils (as of today it is "arc-2015.06") is based on upstream binutils 2.23. Sources are available on GitHub, see: https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb/releases/tag/arc-2015.06 Latest release of ARC GDB (as of today this is "arc-2015.06-gdb") is based on upstream gdb 7.9.1. Sources are available on GitHub, see: https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb/releases/tag/arc-2015.06-gdb Note that for binutils and gdb that come from unified git repository (which is the case for upstream binutils/gdb today) we need to disable building of gdb in binutils and binutils in gdb hence in binutils: ------>8------ --disable-sim --disable-gdb ------>8------ and in gdb: ------>8------ --disable-binutils --disable-ld --disable-gas ------>8------ Also in gdb we disable sim because if the following breakage while building with it: ------------>8------------ /usr/bin/env bash ./../common/genmloop.sh -shell /usr/bin/env bash \ -mono -fast -pbb -switch sem5-switch.c \ -cpu a5f -infile ./mloop5.in \ -outfile-suffix 5 unknown option: bash Makefile:699: recipe for target 'stamp-5mloop' failed make[7]: *** [stamp-5mloop] Error 1 ------------>8------------ Cc: Felix Fietkau <nbd@openwrt.org> Cc: John Crispin <blogic@openwrt.org> Cc: Jonas Gorski <jogo@openwrt.org> Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> SVN-Revision: 47438 | ||||
* | build: add missing sitefile for i386 | Felix Fietkau | 2015-03-28 | 1 | -0/+3 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45097 | ||||
* | build: clean up sitefiles, make them per-arch | Felix Fietkau | 2015-03-28 | 63 | -260/+29 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45090 | ||||
* | build: remove obsolete references to cris and avr32 | Felix Fietkau | 2015-03-24 | 6 | -76/+0 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44965 | ||||
* | aarch64: add initial support | Florian Fainelli | 2014-11-24 | 4 | -0/+66 |
| | | | | | | | | Add initial support for the AArch64 architecture Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 43353 | ||||
* | add preliminary support for musl | Florian Fainelli | 2012-11-23 | 10 | -0/+50 |
| | | | | | | | | Musl is an alternative C-library, see http://www.musl-libc.org for more infos. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34314 | ||||
* | add sparc specific site files | Florian Fainelli | 2012-09-14 | 4 | -0/+43 |
| | | | | SVN-Revision: 33405 | ||||
* | site: add configure cache scripts for mips-linux-gnu and mipsel-linux-gnu, ↵ | Jo-Philipp Wich | 2012-01-19 | 2 | -0/+10 |
| | | | | | | used by CodeSourcery toolchain SVN-Revision: 29794 | ||||
* | include/site: add powerpc-openwrt-linux-*spe sitefiles for mpc85xx | Felix Fietkau | 2011-08-12 | 2 | -0/+10 |
| | | | | SVN-Revision: 27969 | ||||
* | site: set ac_cv_sizeof_off_t=8 to fix autoconf applications using it for ↵ | Felix Fietkau | 2011-04-04 | 9 | -9/+9 |
| | | | | | | detecting largefile support (#8376, #5681) SVN-Revision: 26471 | ||||
* | Revert "[include] provide mipsel-openwrt-linux-uclibcgnueabi site script, ↵ | Felix Fietkau | 2011-03-09 | 1 | -5/+0 |
| | | | | | | fixes the majority of configure problems" SVN-Revision: 25970 | ||||
* | provide mipsel-openwrt-linux-uclibcgnueabi site script, fixes the majority ↵ | Jo-Philipp Wich | 2011-03-09 | 1 | -0/+5 |
| | | | | | | of configure problems SVN-Revision: 25968 | ||||
* | site: cache ac_cv_func_malloc_0_nonnull and ac_cv_func_realloc_0_nonnull | Jo-Philipp Wich | 2011-03-08 | 1 | -0/+2 |
| | | | | SVN-Revision: 25946 | ||||
* | add sitefile entries for ac_cv_func_creal,cimag - the functions are there, ↵ | Felix Fietkau | 2011-02-01 | 1 | -0/+2 |
| | | | | | | but configure tests in imagemagick fail to detect them SVN-Revision: 25292 | ||||
* | Added autoconf flags for gettimeofday and psignal - uClibc has them | Daniel Dickinson | 2010-12-12 | 1 | -0/+2 |
| | | | | SVN-Revision: 24508 | ||||
* | use a common site/linux config, since site/linux-gnu & site/linux-uclibc ↵ | Nicolas Thill | 2009-12-18 | 3 | -144/+74 |
| | | | | | | configs are identical SVN-Revision: 18811 | ||||
* | adjust pointer size from 4 to 8 bytes in x86_64 site config | Nicolas Thill | 2009-10-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 17845 | ||||
* | add sitefile definitions for ac_cv_func_setgrent_void | Felix Fietkau | 2009-07-23 | 2 | -0/+2 |
| | | | | SVN-Revision: 16962 | ||||
* | add preliminary coldfire v4e support | Imre Kaloz | 2009-06-21 | 3 | -0/+36 |
| | | | | SVN-Revision: 16538 | ||||
* | add a modified version of the mips64 patch from #4603 | Felix Fietkau | 2009-04-18 | 6 | -0/+76 |
| | | | | SVN-Revision: 15249 | ||||
* | adjust site config files for uClibc ARM EABI | Nicolas Thill | 2009-01-21 | 2 | -0/+0 |
| | | | | SVN-Revision: 14137 | ||||
* | add missing 'ac_cv_sizeof_unsigned_long_long' variable | Nicolas Thill | 2009-01-11 | 1 | -0/+1 |
| | | | | SVN-Revision: 13970 | ||||
* | add support for alternative C libraries (currently only glibc/eglibc) other ↵ | Nicolas Thill | 2009-01-08 | 27 | -2/+142 |
| | | | | | | (related) changes: - kernel headers are now installed using "make headers_install" on 2.6 - target names now contain an openwrt "vendor" tag (e.g. mips-openwrt-linux-gnu) - build directory names now contain gcc/libc name/version - default cpu for x86 is now i486 (required to build glibc/eglibc) SVN-Revision: 13931 | ||||
* | Add sizeof of unsigned long long | Florian Fainelli | 2008-12-14 | 10 | -0/+10 |
| | | | | SVN-Revision: 13627 | ||||
* | fix inotify detection for linux 2.4 (fixes glib2 and packages that depend on ↵ | Felix Fietkau | 2008-10-08 | 1 | -0/+5 |
| | | | | | | it on brcm-2.4) SVN-Revision: 12896 | ||||
* | cris is little endian, not big endian (patch from #4048) | Felix Fietkau | 2008-09-28 | 1 | -2/+2 |
| | | | | SVN-Revision: 12773 | ||||
* | move arch-specific definitions to arch site files | Nicolas Thill | 2008-08-06 | 20 | -280/+280 |
| | | | | SVN-Revision: 12229 | ||||
* | add ac_cv_file__dev_zero to sitefiles | Felix Fietkau | 2008-08-06 | 1 | -0/+1 |
| | | | | SVN-Revision: 12227 | ||||
* | add ssize_t definition to site files, fix up size for x86_64 | Felix Fietkau | 2008-08-06 | 10 | -2/+37 |
| | | | | SVN-Revision: 12226 | ||||
* | add missing configure variable to sitefile (required by gstreamer) | Felix Fietkau | 2008-08-05 | 1 | -0/+1 |
| | | | | SVN-Revision: 12152 | ||||
* | Define the size_t size for cris (#3722) | Florian Fainelli | 2008-07-06 | 1 | -0/+1 |
| | | | | SVN-Revision: 11701 | ||||
* | add 'getgrgid' to uClibc site config, needed after glib2 update in [11088] | Nicolas Thill | 2008-05-09 | 1 | -0/+1 |
| | | | | SVN-Revision: 11093 | ||||
* | uClibc should actually support va_copy | Nicolas Thill | 2008-04-21 | 1 | -1/+1 |
| | | | | SVN-Revision: 10906 | ||||
* | fix ntpd compile | Felix Fietkau | 2007-12-30 | 1 | -0/+1 |
| | | | | SVN-Revision: 10057 | ||||
* | We also need bzero and bcmp to be put in there | Florian Fainelli | 2007-12-30 | 1 | -0/+2 |
| | | | | SVN-Revision: 10050 | ||||
* | fix net-snmp compile | Felix Fietkau | 2007-12-30 | 1 | -0/+3 |
| | | | | SVN-Revision: 10047 | ||||
* | prevent ldconfig use in autoconf based packages | Nicolas Thill | 2007-08-26 | 1 | -0/+1 |
| | | | | SVN-Revision: 8496 | ||||
* | added i686 support and profile for t-vision s100 | John Crispin | 2007-07-08 | 1 | -0/+31 |
| | | | | SVN-Revision: 7890 | ||||
* | fix the value of ac_cv_sizeof_off_t in the sitefiles (reported by crazy_imp) | Felix Fietkau | 2007-06-30 | 7 | -7/+7 |
| | | | | SVN-Revision: 7804 | ||||
* | autoconf preset for cris, so libpcap compiles | John Crispin | 2007-06-12 | 1 | -0/+5 |
| | | | | SVN-Revision: 7598 | ||||
* | add support for the AVR32 platform, namely the ATNGW100 board - joint work ↵ | Imre Kaloz | 2007-06-08 | 1 | -0/+31 |
| | | | | | | with wigyori SVN-Revision: 7533 | ||||
* | add x86_64 sitefile | Felix Fietkau | 2007-02-26 | 1 | -0/+31 |
| | | | | SVN-Revision: 6382 | ||||
* | A little endian arm site defaults, in case anyone wants it. ixp4xx kernel ↵ | Rod Whitby | 2006-12-17 | 1 | -0/+31 |
| | | | | | | and rootfs at least builds with it, but is untested. SVN-Revision: 5815 | ||||
* | fix typos in CONFIG_SITE files | Nicolas Thill | 2006-11-07 | 1 | -2/+0 |
| | | | | SVN-Revision: 5456 | ||||
* | fix squid and rp-pppoe (closes: #869) | Nicolas Thill | 2006-10-20 | 6 | -21/+82 |
| | | | | SVN-Revision: 5247 | ||||
* | fix gnupg compile | Felix Fietkau | 2006-10-19 | 1 | -1/+1 |
| | | | | SVN-Revision: 5240 | ||||
* | small fix for the sitefiles | Felix Fietkau | 2006-10-19 | 1 | -1/+2 |
| | | | | SVN-Revision: 5236 | ||||
* | fix bmon compile | Felix Fietkau | 2006-10-19 | 1 | -0/+1 |
| | | | | SVN-Revision: 5234 | ||||
* | add sitefiles similar to the ones from openembedded | Felix Fietkau | 2006-10-19 | 6 | -0/+155 |
SVN-Revision: 5232 |