Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Marked ppc stable. | Joseph Jezak | 2005-04-10 | 1 | -1/+4 |
| | | | | (Portage version: 2.0.51.19) | ||||
* | Stable on ppc64 | Markus Rothe | 2005-04-09 | 1 | -1/+5 |
| | | | | (Portage version: 2.0.51.19) | ||||
* | stable on ia64 | Aron Griffis | 2005-04-01 | 1 | -1/+4 |
| | | | | (Portage version: 2.0.51.19) | ||||
* | Don't spit out -m64 warnings. Closes bug #87130. | Jeremy Huddleston | 2005-03-31 | 1 | -1/+7 |
| | | | | (Portage version: 2.0.51.19) | ||||
* | Make sure we copy libunwind in addition to libgcc_s (for ia64 and such). ↵ | Mike Frysinger | 2005-03-19 | 1 | -1/+7 |
| | | | | | | Also dont copy internal gcc libs while portage is calling us (causes python to segfault and crap). (Portage version: 2.0.51.19) | ||||
* | Stable on sparc so the stable sparc gcc doesn't give the (ignorable) warning ↵ | Jeremy Huddleston | 2005-03-17 | 1 | -1/+6 |
| | | | | | | about the config being broken. (Portage version: 2.0.51.19) | ||||
* | Changing CTARGET_ALIASES to FAKE_TARGETS for consistency with binutils. | Jeremy Huddleston | 2005-03-04 | 1 | -1/+5 |
| | | | | (Portage version: 2.0.51.18) | ||||
* | Cleaned up 1.4.0 a bit. Got rid of the stupid fake-ctarget.sh stuff and ↵ | Jeremy Huddleston | 2005-03-04 | 1 | -1/+7 |
| | | | | | | added smarter logic for that into the gcc-config script. Still in package.mask as it hits a sandbox bug. (Portage version: 2.0.51.18) | ||||
* | 1.3.10-r1 stable on amd64. Removing 1.3.9. Adding 1.4.0 which adds support ↵ | Jeremy Huddleston | 2005-02-19 | 1 | -1/+13 |
| | | | | | | for creating ctarget aliases based on the GCC_CTARGET_ALIASES variable in the /etc/env.d/gcc/ config file. This is setup automatically on multilib profiles with recent gcc emerges. (Portage version: 2.0.51.16) | ||||
* | Releasing into ~arch. | Jeremy Huddleston | 2005-02-01 | 1 | -1/+5 |
| | | | | (Portage version: 2.0.51-r15) | ||||
* | Make gcc-config support gcc version strings containing '-'. This allows for ↵ | Jeremy Huddleston | 2005-02-01 | 1 | -1/+9 |
| | | | | | | wider multislot support. (Portage version: 2.0.51-r15) | ||||
* | Multilib fixes. Copies libgcc_s.so* to the correct location for all abis. ↵ | Jeremy Huddleston | 2005-01-31 | 1 | -1/+10 |
| | | | | | | Allows command line args to override ${ABI}. This should resolve bugs #78306 and #78652. (Portage version: 2.0.51-r15) | ||||
* | Make sure old gcc-configs dont exist #79062. | Mike Frysinger | 2005-01-24 | 1 | -1/+5 |
| | | | | (Portage version: 2.0.51-r14) | ||||
* | Stable on amd64 ahead of everyone else because its multilib goodies are ↵ | Jeremy Huddleston | 2005-01-20 | 1 | -1/+6 |
| | | | | | | required for 2005.0. (Portage version: 2.0.51-r13) | ||||
* | Make sure that when we switch compilers, we dont accidently invalidate all ↵ | Mike Frysinger | 2005-01-05 | 1 | -1/+8 |
| | | | | of our ccache data #70548. | ||||
* | Change encoding to UTF-8 for GLEP 31 compliance | Ciaran McCreesh | 2005-01-03 | 1 | -4/+7 |
| | |||||
* | punt 1.3.7 and fix ChangeLog | Mike Frysinger | 2004-12-29 | 1 | -4/+5 |
| | |||||
* | Rolling in support for CFLAGS_${ABI}. Rolling g{cc,++}{32,64} support into ↵ | Jeremy Huddleston | 2004-12-28 | 1 | -1/+9 |
| | | | | the wrapper. | ||||
* | Seems people still have outdated gcc versions installed which break with ↵ | Mike Frysinger | 2004-12-24 | 1 | -1/+9 |
| | | | | GCC_SPECS="". Add a warning if their gcc is broken so they know they have to re-emerge gcc. | ||||
* | version bump | Mike Frysinger | 2004-12-23 | 1 | -1/+9 |
| | |||||
* | Portability patch #73617 by Sunil. | Mike Frysinger | 2004-12-08 | 1 | -1/+8 |
| | |||||
* | Err, we want to handle GCC_SPECS, not GCC_CONFIG. Also make sure duplicate ↵ | Mike Frysinger | 2004-12-05 | 1 | -1/+9 |
| | | | | paths arent duplicated in LDPATH now that gcc is exporting multiple spec files per ebuild. | ||||
* | Make sure GCC_CONFIG is taken only from the selected profile. | Mike Frysinger | 2004-12-03 | 1 | -1/+7 |
| | |||||
* | Version bump to add a lot of cross-compile fixes. Also perform sanity ↵ | Mike Frysinger | 2004-12-03 | 1 | -1/+9 |
| | | | | checking on GCC_SPECS #68799, dont create wrappers in the ebuild #72745, and dont install /lib/cpp unless the system supports C++. | ||||
* | Fixed Bug 72557, where gcc-config would get very confused with non-gcc-lib ↵ | Travis Tilley | 2004-11-28 | 1 | -1/+10 |
| | | | | ldpaths | ||||
* | Add GCCBITS support to wrapper. | Martin Schlemmer | 2004-10-26 | 1 | -1/+4 |
| | |||||
* | move 32bit/64bit wrappers out of toolchain.eclass | Mike Frysinger | 2004-10-26 | 1 | -2/+4 |
| | |||||
* | override umask #68699 and make sure we use a functional gcc-config version ↵ | Mike Frysinger | 2004-10-26 | 1 | -1/+7 |
| | | | | #68700 | ||||
* | new version; phear ! | Mike Frysinger | 2004-10-13 | 1 | -2/+10 |
| | |||||
* | stable on ppc64 | Tom Gall | 2004-10-11 | 1 | -1/+4 |
| | |||||
* | fixed the handling of GCC_SPECS-specific gcc configs | Travis Tilley | 2004-10-05 | 1 | -1/+7 |
| | |||||
* | Stable on alpha. | Bryan Østergaard | 2004-10-02 | 1 | -1/+5 |
| | |||||
* | added the fix for bug 63973 | Travis Tilley | 2004-10-02 | 1 | -1/+8 |
| | |||||
* | Gentoo Technologies, Inc. -> Gentoo Foundation | Sven Wegener | 2004-09-28 | 1 | -1/+5 |
| | |||||
* | Marked stable on mips. | Joshua Kinard | 2004-09-25 | 1 | -1/+4 |
| | |||||
* | Stable on sparc | Gustavo Zacarias | 2004-08-31 | 1 | -1/+5 |
| | |||||
* | stable on amd64 | Travis Tilley | 2004-08-26 | 1 | -1/+4 |
| | |||||
* | marked gcc-config-1.3.6-r1 stable on x86 and arm | Ned Ludd | 2004-08-26 | 1 | -1/+4 |
| | |||||
* | Some cleanup that remove use of which from ferret <james.noble@worc.ox.ac.uk>, | Martin Schlemmer | 2004-07-24 | 1 | -1/+8 |
| | | | | bug #55262. | ||||
* | virtual/glibc -> virtual/libc | Jeremy Huddleston | 2004-07-02 | 1 | -1/+7 |
| | |||||
* | update copyright line: Gentoo Technologies => Gentoo Foundation | Aron Griffis | 2004-06-24 | 1 | -2/+2 |
| | |||||
* | Mark stable for all. | Martin Schlemmer | 2004-06-19 | 1 | -1/+4 |
| | |||||
* | Make sure we cleanup stale wrappers, bug #36388. | Martin Schlemmer | 2004-06-19 | 1 | -1/+7 |
| | |||||
* | Stable on alpha. | Bryan Østergaard | 2004-06-11 | 1 | -1/+5 |
| | |||||
* | stable on amd64 | Travis Tilley | 2004-06-02 | 1 | -1/+4 |
| | |||||
* | Stable on s390 | Michael McCabe | 2004-05-10 | 1 | -1/+4 |
| | |||||
* | fix #29950 #48492 and more ! | Mike Frysinger | 2004-05-07 | 1 | -4/+10 |
| | |||||
* | also port changes to multi-ldpath | Mike Frysinger | 2004-05-06 | 1 | -2/+2 |
| | |||||
* | clean up the help output, add support for -v|--version and -h|--help options, | Mike Frysinger | 2004-05-06 | 1 | -1/+6 |
| | | | | and then add the version to the gcc-config after installing | ||||
* | Update wrapper to also treat symlinks as valid targets - this fixes a problem | Martin Schlemmer | 2004-02-08 | 1 | -2/+11 |
| | | | | | | where -gcc called the symlink, and not the proper binary. Also fix a few issues where we used data->tmp as they can cause possible corruption when used in recursive calls and child functions. Closes bug #39162. |