Log of /eclass/toolchain-funcs.eclass
Parent Directory
|
Revision Log
Revision
1.136 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Mar 31 04:27:29 2015 UTC
(3 years, 10 months ago)
by
vapier
Branch:
MAIN
Changes since
1.135: +6 -3 lines
Diff to
previous 1.135
,
to
selected 1.41
tc-export_build_env: export BUILD_CPPFLAGS/BUILD_LDFLAGS to non-empty values so they do not get defaulted by build systems #526734 by Matthias Maier
Revision
1.132 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Feb 27 06:08:39 2015 UTC
(3 years, 11 months ago)
by
vapier
Branch:
MAIN
Changes since
1.131: +8 -7 lines
Diff to
previous 1.131
,
to
selected 1.41
tc-ninja_magic_to_arch: fix matching for unofficial arches
this code matches a $CHOST and not an $ARCH, so we need a glob. also add microblaze.
Revision
1.119 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Sep 28 15:07:30 2012 UTC
(6 years, 4 months ago)
by
axs
Branch:
MAIN
Changes since
1.118: +3 -2 lines
Diff to
previous 1.118
,
to
selected 1.41
reverted fatal error from unset and made it a warning only shown when checking for 'kern' arch, so that the portage environment call of tc-arch will not fail anymore, bug 436450
Revision
1.111 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Jun 9 06:56:14 2012 UTC
(6 years, 8 months ago)
by
vapier
Branch:
MAIN
Changes since
1.110: +12 -20 lines
Diff to
previous 1.110
,
to
selected 1.41
add *-softfp-* support to the vendor field for people who want this for 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
Revision
1.102 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Sep 11 17:12:20 2010 UTC
(8 years, 5 months ago)
by
vapier
Branch:
MAIN
Changes since
1.101: +15 -6 lines
Diff to
previous 1.101
,
to
selected 1.41
convert gcc version funcs to query the preprocessor for its gcc version to work with different compilers #335943 by Ambroz Bizjak
Revision
1.99 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Apr 22 18:28:11 2010 UTC
(8 years, 10 months ago)
by
armin76
Branch:
MAIN
Changes since
1.98: +15 -2 lines
Diff to
previous 1.98
,
to
selected 1.41
Add tc-is-hardfloat function, rename 'no' of tc-is-softfloat to 'target doesn't support softfloat', acked by vapier, bug #315987
Revision
1.94 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Sep 2 09:00:08 2009 UTC
(9 years, 5 months ago)
by
grobian
Branch:
MAIN
Changes since
1.93: +7 -2 lines
Diff to
previous 1.93
,
to
selected 1.41
Make the lib we're going to update using install_name_tool writable if
it isn't. Restore write permissions afterwards, fixes bug #283424
Revision
1.91 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun May 24 07:25:48 2009 UTC
(9 years, 9 months ago)
by
grobian
Branch:
MAIN
Changes since
1.90: +103 -16 lines
Diff to
previous 1.90
,
to
selected 1.41
gen_usr_ldscript:
* 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
Revision
1.89 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Apr 4 17:17:56 2009 UTC
(9 years, 10 months ago)
by
grobian
Branch:
MAIN
Changes since
1.88: +179 -7 lines
Diff to
previous 1.88
,
to
selected 1.41
Add support for all Prefix arches, in particular for gen_usr_ld_script, and add AIX specific function, backport from Prefix
Revision
1.78 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jul 3 05:26:47 2008 UTC
(10 years, 7 months ago)
by
dberkholz
Branch:
MAIN
Changes since
1.77: +3 -7 lines
Diff to
previous 1.77
,
to
selected 1.41
[Fortran] Do a little reworking, since these functions remain unused by anything. Rename tc-getF90() to tc-getFC() for consistency with autotools, fortran.eclass, etc. Drop tc-getFORTRAN() -- people should use the appropriate function.
Revision
1.64 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jan 7 11:39:08 2007 UTC
(12 years, 1 month ago)
by
vapier
Branch:
MAIN
Changes since
1.63: +1 -26 lines
Diff to
previous 1.63
,
to
selected 1.41
no one uses tc-endian() so just cut it ... people should be handling endian in the source code itself anyways, not in the ebuild
Revision
1.48 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Nov 3 10:10:48 2005 UTC
(13 years, 3 months ago)
by
eradicator
Branch:
MAIN
Changes since
1.47: +1 -2 lines
Diff to
previous 1.47
,
to
selected 1.41
Get rid of ABI crap since it's needed only in dev profiles, and with gcc-config-2.0 those profiles can start using CHOST rather than ABI to properly set the toolchain.
Revision
1.46 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Oct 6 21:30:23 2005 UTC
(13 years, 4 months ago)
by
kevquinn
Branch:
MAIN
Changes since
1.45: +20 -11 lines
Diff to
previous 1.45
,
to
selected 1.41
include dumpspecs output as first data for specs parsing
parse additional-style specs as well as replacement specs
add function to detect auto-upgrade of ssp to ssp-all
Revision
1.41 -
(
view)
(
download)
(
annotate)
-
[selected]
Mon Aug 1 07:27:27 2005 UTC
(13 years, 6 months ago)
by
kevquinn
Branch:
MAIN
Changes since
1.40: +41 -1 lines
Diff to
previous 1.40
Added functions to read/check gcc specs (for use in checking hardened toolchain state)
Revision
1.32 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Mar 4 12:37:55 2005 UTC
(13 years, 11 months ago)
by
eradicator
Branch:
MAIN
Changes since
1.31: +16 -13 lines
Diff to
previous 1.31
,
to
selected 1.41
Added sanity checks about for threads and shared with EXTRA_ECONF. Added support for CTARGET_ALIASES with >=sys-devel/gcc-config-1.4.0.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.
Sticky Tag: |
|