summaryrefslogtreecommitdiffstats
path: root/include/site
Commit message (Collapse)AuthorAgeFilesLines
* toolchain: add support of ARC architectureFelix Fietkau2015-11-101-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 i386Felix Fietkau2015-03-281-0/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45097
* build: clean up sitefiles, make them per-archFelix Fietkau2015-03-2863-260/+29
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45090
* build: remove obsolete references to cris and avr32Felix Fietkau2015-03-246-76/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44965
* aarch64: add initial supportFlorian Fainelli2014-11-244-0/+66
| | | | | | | | Add initial support for the AArch64 architecture Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 43353
* add preliminary support for muslFlorian Fainelli2012-11-2310-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 filesFlorian Fainelli2012-09-144-0/+43
| | | | SVN-Revision: 33405
* site: add configure cache scripts for mips-linux-gnu and mipsel-linux-gnu, ↵Jo-Philipp Wich2012-01-192-0/+10
| | | | | | used by CodeSourcery toolchain SVN-Revision: 29794
* include/site: add powerpc-openwrt-linux-*spe sitefiles for mpc85xxFelix Fietkau2011-08-122-0/+10
| | | | SVN-Revision: 27969
* site: set ac_cv_sizeof_off_t=8 to fix autoconf applications using it for ↵Felix Fietkau2011-04-049-9/+9
| | | | | | detecting largefile support (#8376, #5681) SVN-Revision: 26471
* Revert "[include] provide mipsel-openwrt-linux-uclibcgnueabi site script, ↵Felix Fietkau2011-03-091-5/+0
| | | | | | fixes the majority of configure problems" SVN-Revision: 25970
* provide mipsel-openwrt-linux-uclibcgnueabi site script, fixes the majority ↵Jo-Philipp Wich2011-03-091-0/+5
| | | | | | of configure problems SVN-Revision: 25968
* site: cache ac_cv_func_malloc_0_nonnull and ac_cv_func_realloc_0_nonnullJo-Philipp Wich2011-03-081-0/+2
| | | | SVN-Revision: 25946
* add sitefile entries for ac_cv_func_creal,cimag - the functions are there, ↵Felix Fietkau2011-02-011-0/+2
| | | | | | but configure tests in imagemagick fail to detect them SVN-Revision: 25292
* Added autoconf flags for gettimeofday and psignal - uClibc has themDaniel Dickinson2010-12-121-0/+2
| | | | SVN-Revision: 24508
* use a common site/linux config, since site/linux-gnu & site/linux-uclibc ↵Nicolas Thill2009-12-183-144/+74
| | | | | | configs are identical SVN-Revision: 18811
* adjust pointer size from 4 to 8 bytes in x86_64 site configNicolas Thill2009-10-041-1/+1
| | | | SVN-Revision: 17845
* add sitefile definitions for ac_cv_func_setgrent_voidFelix Fietkau2009-07-232-0/+2
| | | | SVN-Revision: 16962
* add preliminary coldfire v4e supportImre Kaloz2009-06-213-0/+36
| | | | SVN-Revision: 16538
* add a modified version of the mips64 patch from #4603Felix Fietkau2009-04-186-0/+76
| | | | SVN-Revision: 15249
* adjust site config files for uClibc ARM EABINicolas Thill2009-01-212-0/+0
| | | | SVN-Revision: 14137
* add missing 'ac_cv_sizeof_unsigned_long_long' variableNicolas Thill2009-01-111-0/+1
| | | | SVN-Revision: 13970
* add support for alternative C libraries (currently only glibc/eglibc) other ↵Nicolas Thill2009-01-0827-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 longFlorian Fainelli2008-12-1410-0/+10
| | | | SVN-Revision: 13627
* fix inotify detection for linux 2.4 (fixes glib2 and packages that depend on ↵Felix Fietkau2008-10-081-0/+5
| | | | | | it on brcm-2.4) SVN-Revision: 12896
* cris is little endian, not big endian (patch from #4048)Felix Fietkau2008-09-281-2/+2
| | | | SVN-Revision: 12773
* move arch-specific definitions to arch site filesNicolas Thill2008-08-0620-280/+280
| | | | SVN-Revision: 12229
* add ac_cv_file__dev_zero to sitefilesFelix Fietkau2008-08-061-0/+1
| | | | SVN-Revision: 12227
* add ssize_t definition to site files, fix up size for x86_64Felix Fietkau2008-08-0610-2/+37
| | | | SVN-Revision: 12226
* add missing configure variable to sitefile (required by gstreamer)Felix Fietkau2008-08-051-0/+1
| | | | SVN-Revision: 12152
* Define the size_t size for cris (#3722)Florian Fainelli2008-07-061-0/+1
| | | | SVN-Revision: 11701
* add 'getgrgid' to uClibc site config, needed after glib2 update in [11088]Nicolas Thill2008-05-091-0/+1
| | | | SVN-Revision: 11093
* uClibc should actually support va_copyNicolas Thill2008-04-211-1/+1
| | | | SVN-Revision: 10906
* fix ntpd compileFelix Fietkau2007-12-301-0/+1
| | | | SVN-Revision: 10057
* We also need bzero and bcmp to be put in thereFlorian Fainelli2007-12-301-0/+2
| | | | SVN-Revision: 10050
* fix net-snmp compileFelix Fietkau2007-12-301-0/+3
| | | | SVN-Revision: 10047
* prevent ldconfig use in autoconf based packagesNicolas Thill2007-08-261-0/+1
| | | | SVN-Revision: 8496
* added i686 support and profile for t-vision s100John Crispin2007-07-081-0/+31
| | | | SVN-Revision: 7890
* fix the value of ac_cv_sizeof_off_t in the sitefiles (reported by crazy_imp)Felix Fietkau2007-06-307-7/+7
| | | | SVN-Revision: 7804
* autoconf preset for cris, so libpcap compilesJohn Crispin2007-06-121-0/+5
| | | | SVN-Revision: 7598
* add support for the AVR32 platform, namely the ATNGW100 board - joint work ↵Imre Kaloz2007-06-081-0/+31
| | | | | | with wigyori SVN-Revision: 7533
* add x86_64 sitefileFelix Fietkau2007-02-261-0/+31
| | | | SVN-Revision: 6382
* A little endian arm site defaults, in case anyone wants it. ixp4xx kernel ↵Rod Whitby2006-12-171-0/+31
| | | | | | and rootfs at least builds with it, but is untested. SVN-Revision: 5815
* fix typos in CONFIG_SITE filesNicolas Thill2006-11-071-2/+0
| | | | SVN-Revision: 5456
* fix squid and rp-pppoe (closes: #869)Nicolas Thill2006-10-206-21/+82
| | | | SVN-Revision: 5247
* fix gnupg compileFelix Fietkau2006-10-191-1/+1
| | | | SVN-Revision: 5240
* small fix for the sitefilesFelix Fietkau2006-10-191-1/+2
| | | | SVN-Revision: 5236
* fix bmon compileFelix Fietkau2006-10-191-0/+1
| | | | SVN-Revision: 5234
* add sitefiles similar to the ones from openembeddedFelix Fietkau2006-10-196-0/+155
SVN-Revision: 5232