summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* tc-arch-kernel: return arm64 for aarch64-* targets #449108 by James CloosMike Frysinger2012-12-291-2/+2
|
* reverted fatal error from unset and made it a warning only shown when ↵Ian Stakenvicius2012-09-281-2/+3
| | | | checking for 'kern' arch, so that the portage environment call of tc-arch will not fail anymore, bug 436450
* Fixed tc-ninja_magic_to_arch() to also use KV_FULL and fail if no kernel ↵Ian Stakenvicius2012-09-271-1/+4
| | | | version specified, bug 432390
* Remove redundant DESCRIPTION variable settings.Zac Medico2012-09-151-4/+2
|
* initial aarch64 supportMike Frysinger2012-09-131-1/+4
|
* also enable usr ldscripts for openbsd & netbsd #417451#38Mike Frysinger2012-07-261-2/+2
|
* enable generation of ldscripts for freebsd systems #428014 by Yuta SATOHMike Frysinger2012-07-251-3/+4
|
* stop creating linker scripts for non darwin/linux systems #417451Mike Frysinger2012-07-211-61/+9
|
* unify build env var setup a bit so other packages can use it #391363Mike Frysinger2012-06-141-3/+17
|
* add *-softfp-* support to the vendor field for people who want this for ↵Mike Frysinger2012-06-091-20/+12
| | | | binary compat with closed sourced drivers #416727 by Raúl Porcel; merge the tc-is-hardfloat helper into the one place where it is called in the whole tree to avoid further confusion between when the return values of tc-is-softfloat and tc-is-hardfloat
* have tc-is-cross-compiler default to CHOST if CTARGET isnt set #414527 by ↵Mike Frysinger2012-05-101-1/+2
| | | | Raúl Porcel
* avoid multiple inclusions when possible to speed caching upMike Frysinger2011-12-101-3/+7
|
* add econf_build helper for cross-compiling some packagesMike Frysinger2011-10-171-2/+69
|
* add more BUILD_xxx helpers, and unify the variable lookup logic a bit more ↵Mike Frysinger2011-09-121-5/+37
| | | | in tc-getBUILD_PROG
* quote flags value in exportMike Frysinger2011-09-091-2/+2
|
* unify tc-getPROG and tc-getBUILD_CC implementations, and add new ↵Mike Frysinger2011-09-061-30/+27
| | | | tc-getBUILD_{CPP,CXX} helpers on top of that
* output correct kernel directory for amd64-fbsd in tc-arch-kernel, bug #374893Alexis Ballier2011-07-121-1/+2
|
* tc-arch: re-indent the ppc code and check the $type before KV_to_int to ↵Mike Frysinger2010-10-281-20/+20
| | | | avoid useless calculations
* convert gcc version funcs to query the preprocessor for its gcc version to ↵Mike Frysinger2010-09-111-6/+15
| | | | work with different compilers #335943 by Ambroz Bizjak
* Make tc-getF77() fall back to the gcc-provided gfortran, not some ↵Donnie Berkholz2010-08-201-2/+2
| | | | nonexistent 'f77'.
* add new tc-has-openmp helper func #320215 by Samuli SuominenMike Frysinger2010-05-231-1/+25
|
* Add tc-is-hardfloat function, rename 'no' of tc-is-softfloat to 'target ↵Raúl Porcel2010-04-221-2/+15
| | | | doesn't support softfloat', acked by vapier, bug #315987
* tc-get{RC,DLLWRAP}: new helper functions for dealing with Windows toolchainsMike Frysinger2010-03-151-1/+9
|
* tc-has-tls: new thread local storage test functionMike Frysinger2009-12-011-1/+30
|
* start a tc-get helper for pkg-configMike Frysinger2009-11-271-1/+5
|
* fix bug #283424 for realFabian Groffen2009-09-021-3/+3
|
* Make the lib we're going to update using install_name_tool writable ifFabian Groffen2009-09-021-2/+7
| | | | it isn't. Restore write permissions afterwards, fixes bug #283424
* add HPUX support for gen_usr_ldscript from PrefixFabian Groffen2009-08-151-2/+27
|
* on Darwin we suffer from "funky sonames" as well (like ELF)Fabian Groffen2009-08-151-1/+5
|
* gen_usr_ldscript:Fabian Groffen2009-05-241-16/+103
| | | | | | | | | | | | | | | | * remove old USERLAND=Darwin hack * add install_name adjusting case for Darwin * add symlink creating cases for IRIX, AIX and HPUX * likewise for Interix and Windows * add support for -a for all platforms * add EPREFIX for Prefix compatability (could use inherit prefix for definition of EPREFIX variable) tc-is-static-only: * added function, currently only returning true for FreeMiNT (no shared libraries) reviewed by vapier
* Revert 1.89 of toolchain-funcs.eclass, I should have reviewed it much ↵Fabian Groffen2009-04-051-179/+7
| | | | better, and even worse it cases bugs like #264940
* Add support for all Prefix arches, in particular for gen_usr_ld_script, and ↵Fabian Groffen2009-04-041-7/+179
| | | | add AIX specific function, backport from Prefix
* support funk SONAMEs like libfoo.so -> libfoo-0.1.soMike Frysinger2009-03-281-2/+6
|
* add more comments to the linker scriptMike Frysinger2009-03-011-5/+6
|
* Add tc-getOBJCOPYJoshua Kinard2009-02-251-1/+5
|
* first cut at a more automated method for ldscript installationMike Frysinger2009-01-271-5/+21
|
* Add quoting to comparison on gcc-specs- funcs - fixes false results with GCC 4.xGordon Malm2009-01-081-7/+7
|
* Revert changes to hardened funcs for nowGordon Malm2009-01-081-4/+1
|
* Knock off the version-fu and use test-flags-CCGordon Malm2009-01-081-3/+4
|
* Add exception for >=gcc-4 to gcc-specs-ssp-to-all funcGordon Malm2009-01-081-1/+3
|
* Add some fno-strict-overflow stuff we missed. Thanks Magnus Granberg (Zorry).Gordon Malm2009-01-021-1/+7
|
* tc-export: make sure the variable requested for export is a valid variableMike Frysinger2008-09-161-1/+2
|
* [Fortran] Do a little reworking, since these functions remain unused by ↵Donnie Berkholz2008-07-031-7/+3
| | | | anything. Rename tc-getF90() to tc-getFC() for consistency with autotools, fortran.eclass, etc. Drop tc-getFORTRAN() -- people should use the appropriate function.
* Fix tc-arch-kernel for freebsd: it is still i386 there, bug #222715Alexis Ballier2008-06-011-2/+3
|
* set locale to C when trying to parse the output of gcc as reported by Xake ↵Mike Frysinger2008-04-161-2/+2
| | | | #217852
* handle linux-2.6.24+ where {i386,x86_64}=>{x86}Mike Frysinger2008-01-021-3/+19
|
* add new documentationMike Frysinger2007-08-171-36/+90
|
* filter unknown targets into the unknown category instead of falling back to ↵Mike Frysinger2007-07-221-2/+6
| | | | the host arch #186073
* add avr to the arch listMike Frysinger2007-07-221-1/+2
|
* Resurrect tc-endian as I need it to control some testcases.Robin H. Johnson2007-07-111-1/+26
|