Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add more BUILD_xxx helpers, and unify the variable lookup logic a bit more ↵ | 2011-09-12 | 1 | -5/+37 | |
| | | | | in tc-getBUILD_PROG | ||||
* | quote flags value in export | 2011-09-09 | 1 | -2/+2 | |
| | |||||
* | unify tc-getPROG and tc-getBUILD_CC implementations, and add new ↵ | 2011-09-06 | 1 | -30/+27 | |
| | | | | tc-getBUILD_{CPP,CXX} helpers on top of that | ||||
* | output correct kernel directory for amd64-fbsd in tc-arch-kernel, bug #374893 | 2011-07-12 | 1 | -1/+2 | |
| | |||||
* | tc-arch: re-indent the ppc code and check the $type before KV_to_int to ↵ | 2010-10-28 | 1 | -20/+20 | |
| | | | | avoid useless calculations | ||||
* | convert gcc version funcs to query the preprocessor for its gcc version to ↵ | 2010-09-11 | 1 | -6/+15 | |
| | | | | work with different compilers #335943 by Ambroz Bizjak | ||||
* | Make tc-getF77() fall back to the gcc-provided gfortran, not some ↵ | 2010-08-20 | 1 | -2/+2 | |
| | | | | nonexistent 'f77'. | ||||
* | add new tc-has-openmp helper func #320215 by Samuli Suominen | 2010-05-23 | 1 | -1/+25 | |
| | |||||
* | Add tc-is-hardfloat function, rename 'no' of tc-is-softfloat to 'target ↵ | 2010-04-22 | 1 | -2/+15 | |
| | | | | doesn't support softfloat', acked by vapier, bug #315987 | ||||
* | tc-get{RC,DLLWRAP}: new helper functions for dealing with Windows toolchains | 2010-03-15 | 1 | -1/+9 | |
| | |||||
* | tc-has-tls: new thread local storage test function | 2009-12-01 | 1 | -1/+30 | |
| | |||||
* | start a tc-get helper for pkg-config | 2009-11-27 | 1 | -1/+5 | |
| | |||||
* | fix bug #283424 for real | 2009-09-02 | 1 | -3/+3 | |
| | |||||
* | Make the lib we're going to update using install_name_tool writable if | 2009-09-02 | 1 | -2/+7 | |
| | | | | it isn't. Restore write permissions afterwards, fixes bug #283424 | ||||
* | add HPUX support for gen_usr_ldscript from Prefix | 2009-08-15 | 1 | -2/+27 | |
| | |||||
* | on Darwin we suffer from "funky sonames" as well (like ELF) | 2009-08-15 | 1 | -1/+5 | |
| | |||||
* | gen_usr_ldscript: | 2009-05-24 | 1 | -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 ↵ | 2009-04-05 | 1 | -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 ↵ | 2009-04-04 | 1 | -7/+179 | |
| | | | | add AIX specific function, backport from Prefix | ||||
* | support funk SONAMEs like libfoo.so -> libfoo-0.1.so | 2009-03-28 | 1 | -2/+6 | |
| | |||||
* | add more comments to the linker script | 2009-03-01 | 1 | -5/+6 | |
| | |||||
* | Add tc-getOBJCOPY | 2009-02-25 | 1 | -1/+5 | |
| | |||||
* | first cut at a more automated method for ldscript installation | 2009-01-27 | 1 | -5/+21 | |
| | |||||
* | Add quoting to comparison on gcc-specs- funcs - fixes false results with GCC 4.x | 2009-01-08 | 1 | -7/+7 | |
| | |||||
* | Revert changes to hardened funcs for now | 2009-01-08 | 1 | -4/+1 | |
| | |||||
* | Knock off the version-fu and use test-flags-CC | 2009-01-08 | 1 | -3/+4 | |
| | |||||
* | Add exception for >=gcc-4 to gcc-specs-ssp-to-all func | 2009-01-08 | 1 | -1/+3 | |
| | |||||
* | Add some fno-strict-overflow stuff we missed. Thanks Magnus Granberg (Zorry). | 2009-01-02 | 1 | -1/+7 | |
| | |||||
* | tc-export: make sure the variable requested for export is a valid variable | 2008-09-16 | 1 | -1/+2 | |
| | |||||
* | [Fortran] Do a little reworking, since these functions remain unused by ↵ | 2008-07-03 | 1 | -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 #222715 | 2008-06-01 | 1 | -2/+3 | |
| | |||||
* | set locale to C when trying to parse the output of gcc as reported by Xake ↵ | 2008-04-16 | 1 | -2/+2 | |
| | | | | #217852 | ||||
* | handle linux-2.6.24+ where {i386,x86_64}=>{x86} | 2008-01-02 | 1 | -3/+19 | |
| | |||||
* | add new documentation | 2007-08-17 | 1 | -36/+90 | |
| | |||||
* | filter unknown targets into the unknown category instead of falling back to ↵ | 2007-07-22 | 1 | -2/+6 | |
| | | | | the host arch #186073 | ||||
* | add avr to the arch list | 2007-07-22 | 1 | -1/+2 | |
| | |||||
* | Resurrect tc-endian as I need it to control some testcases. | 2007-07-11 | 1 | -1/+26 | |
| | |||||
* | finish gen_usr_ldscript to toolchain-funcs from eutils | 2007-06-16 | 1 | -3/+2 | |
| | |||||
* | avoid eclass recursion | 2007-03-27 | 1 | -2/+3 | |
| | |||||
* | Upgrade gcc-specs-directive to handle spec string substitutions. | 2007-03-15 | 1 | -4/+38 | |
| | |||||
* | declare/shuffle around maintainers | 2007-03-04 | 1 | -3/+3 | |
| | |||||
* | add blackfin to softfloat-only case | 2007-02-16 | 1 | -2/+2 | |
| | |||||
* | first run at tc-is-softfloat() | 2007-02-12 | 1 | -1/+20 | |
| | |||||
* | no one uses tc-endian() so just cut it ... people should be handling endian ↵ | 2007-01-07 | 1 | -26/+1 | |
| | | | | in the source code itself anyways, not in the ebuild | ||||
* | allow gcc funcs to take an argument to pass down to tc-getCC #158239 | 2006-12-16 | 1 | -6/+6 | |
| | |||||
* | fixup style in previous commit | 2006-09-24 | 1 | -4/+3 | |
| | |||||
* | The Darwin linker doesn't understand GNU ld scripts, instead it has no | 2006-09-24 | 1 | -12/+19 | |
| | | | | problems with symlinks. | ||||
* | move gen_usr_ldscript() to toolchain-funcs.eclass and make it smarter | 2006-08-19 | 1 | -1/+45 | |
| | |||||
* | Add tc-getSTRIP. With gcc-4.X, GNU fortran is no longer f77, so add ↵ | 2006-06-28 | 1 | -2/+8 | |
| | | | | tc-getF90, and tc-getFORTRAN. | ||||
* | Add function to get CPP. | 2006-04-02 | 1 | -1/+3 | |
| |