| Commit message (Expand) | Author | Age | Files | Lines |
* | env -u -> env -i for BSD #90643v1.3.10 | Mike Frysinger | 2005-04-28 | 1 | -2/+2 |
* | cp -a -> cp -pP #90643 | Mike Frysinger | 2005-04-28 | 1 | -2/+2 |
* | cp -> $CP rm -> $RM touch -> $TOUCH etc... #90643 | Mike Frysinger | 2005-04-28 | 1 | -17/+18 |
* | use -maxdepth instead of -prune #87528 | Mike Frysinger | 2005-04-09 | 1 | -2/+2 |
* | make sure we only scan /etc/env.d/gcc/ and no subdirs #87528 | Mike Frysinger | 2005-04-01 | 1 | -2/+2 |
* | Make sure we copy libunwind in addition to libgcc_s (for ia64 and such). Als... | Mike Frysinger | 2005-03-19 | 1 | -25/+31 |
* | dont kill /lib/cpp if host is solaris #79964 | Mike Frysinger | 2005-03-16 | 1 | -2/+2 |
* | #include <wait.h> -> #include <sys/wait.h> #79911 | Mike Frysinger | 2005-03-16 | 2 | -8/+7 |
* | 1.3.10-r1 stable on amd64. Removing 1.3.9. Adding 1.4.0 which adds support ... | Jeremy Huddleston | 2005-02-19 | 1 | -3/+2 |
* | Fix comment. | Jeremy Huddleston | 2005-02-07 | 1 | -4/+3 |
* | use /usr/lib/misc instead of /usr/libexec | Mike Frysinger | 2005-02-04 | 1 | -4/+4 |
* | Make gcc-config support gcc version strings containing '-'. This allows for ... | Jeremy Huddleston | 2005-02-01 | 1 | -5/+11 |
* | Fix argv[0]. | Jeremy Huddleston | 2005-01-31 | 1 | -3/+7 |
* | Multilib fixes. Copies libgcc_s.so* to the correct location for all abis. A... | Jeremy Huddleston | 2005-01-31 | 2 | -68/+100 |
* | make sure $ROOT has a trailing /v1.3.9 | Mike Frysinger | 2005-01-19 | 1 | -1/+2 |
* | move multilib into unstable | Mike Frysinger | 2005-01-07 | 1 | -12/+20 |
* | Push ccache fixes into 1.3.9 as well... | Jeremy Huddleston | 2005-01-05 | 2 | -6/+90 |
* | Make sure that when we switch compilers, we dont accidently invalidate all of...v1.3.8 | Mike Frysinger | 2005-01-05 | 1 | -7/+9 |
* | Seems people still have outdated gcc versions installed which break with GCC_... | Mike Frysinger | 2004-12-24 | 1 | -5/+18 |
* | version bump | Mike Frysinger | 2004-12-23 | 2 | -181/+128 |
* | err finish merging patchv1.3.7 | Mike Frysinger | 2004-12-09 | 1 | -3/+3 |
* | Portability patch #73617 by Sunil. | Mike Frysinger | 2004-12-08 | 2 | -17/+12 |
* | make sure we delete /lib/cpp if no C++ support | Mike Frysinger | 2004-12-05 | 1 | -3/+7 |
* | Err, we want to handle GCC_SPECS, not GCC_CONFIG. Also make sure duplicate p... | Mike Frysinger | 2004-12-05 | 1 | -9/+6 |
* | Make sure GCC_CONFIG is taken only from the selected profile. | Mike Frysinger | 2004-12-03 | 1 | -1/+2 |
* | Version bump to add a lot of cross-compile fixes. Also perform sanity checki... | Mike Frysinger | 2004-12-03 | 1 | -80/+90 |
* | Fixed Bug 72557, where gcc-config would get very confused with non-gcc-lib ld... | Travis Tilley | 2004-11-28 | 1 | -3/+7 |
* | move 32bit/64bit wrappers out of toolchain.eclass | Mike Frysinger | 2004-10-26 | 1 | -2/+16 |
* | override umask #68699 and make sure we use a functional gcc-config version #6... | Mike Frysinger | 2004-10-26 | 1 | -1/+3 |
* | remove extra quote | Mike Frysinger | 2004-10-13 | 1 | -2/+2 |
* | new version; phear ! | Mike Frysinger | 2004-10-13 | 1 | -75/+86 |
* | touchup output of list to indicate current profilev1.3.6 | Mike Frysinger | 2004-10-11 | 1 | -2/+6 |
* | fixed the handling of GCC_SPECS-specific gcc configs | Travis Tilley | 2004-10-05 | 1 | -2/+7 |
* | make gcc-config give an error message if the current profile doesnt exist | Travis Tilley | 2004-10-04 | 1 | -10/+19 |
* | added the fix for bug 63973 | Travis Tilley | 2004-10-02 | 1 | -3/+3 |
* | touchup gcc-config errors since at first glance they look like shell errors | Mike Frysinger | 2004-08-19 | 2 | -7/+7 |
* | Some cleanup that remove use of which from ferret <james.noble@worc.ox.ac.uk>, | Martin Schlemmer | 2004-07-24 | 1 | -15/+6 |
* | Manifest fix - files/wrapper-1.4.1.c size mismatch, files/wrapper-1.4.2.c siz... | Daniel Black | 2004-07-18 | 1 | -1/+1 |
* | Gentoo Technologies -> Gentoo Foundation | Aron Griffis | 2004-07-15 | 1 | -1/+1 |
* | Make sure we cleanup stale wrappers, bug #36388. | Martin Schlemmer | 2004-06-19 | 1 | -13/+27 |
* | fix #29950 #48492 and more !v1.3.5 | Mike Frysinger | 2004-05-07 | 1 | -17/+36 |
* | clean up the help output, add support for -v|--version and -h|--help options, | Mike Frysinger | 2004-05-06 | 1 | -34/+26 |
* | we license under gpl2, not gpl2 or later | Mike Frysinger | 2004-03-06 | 1 | -4/+3 |
* | Update wrapper to also treat symlinks as valid targets - this fixes a problem | Martin Schlemmer | 2004-02-08 | 2 | -17/+21 |
* | I did not use REAL_CHOST in all cases, ending up with /usr/bin/-gcc, etcv1.3.4 | Martin Schlemmer | 2003-11-18 | 1 | -3/+3 |
* | fix for when portageq not in pathv1.3.3 | Martin Schlemmer | 2003-04-28 | 1 | -3/+4 |
* | update wrapper for cross compile, bug #18933 | Martin Schlemmer | 2003-04-12 | 1 | -32/+17 |
* | New version | Martin Schlemmer | 2003-04-12 | 2 | -29/+154 |
* | optimizations; use new wrapperv1.3.2 | Martin Schlemmer | 2003-04-08 | 1 | -11/+19 |
* | fix distcc/cross-compile builds; fix return bug in gcc-config scriptv1.3.1 | Zack Welch | 2003-04-06 | 1 | -2/+2 |