diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-02-19 10:04:01 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-02-19 10:04:01 +0000 |
commit | a7fd75bcd2f44c6fc92f2e334e123dc07029f402 (patch) | |
tree | 56d479156f6eb1534527a716d6c33240b0f230ce | |
parent | Fix comment. (diff) | |
download | gcc-config-a7fd75bcd2f44c6fc92f2e334e123dc07029f402.tar.gz gcc-config-a7fd75bcd2f44c6fc92f2e334e123dc07029f402.tar.bz2 gcc-config-a7fd75bcd2f44c6fc92f2e334e123dc07029f402.zip |
1.3.10-r1 stable on amd64. Removing 1.3.9. Adding 1.4.0 which adds support 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.
-rw-r--r-- | wrapper.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,7 +1,7 @@ /* * Copyright 1999-2004 Gentoo Foundation * Distributed under the terms of the GNU General Public License v2 - * $Header: gentoo-x86/sys-devel/gcc-config/files/wrapper-1.4.5.c,v 1.3 2005/02/07 19:24:21 eradicator Exp $ + * $Header: gentoo-x86/sys-devel/gcc-config/files/wrapper-1.4.6.c,v 1.1 2005/02/19 10:04:01 eradicator Exp $ * Author: Martin Schlemmer <azarah@gentoo.org> */ @@ -294,10 +294,9 @@ static char **getNewArgv(char **argv, const char *newflagsStr) { strncmp(*p, "-m64", 4) == 0 || strncmp(*p, "-mabi", 5) == 0)) { /* Our command line sets the ABI, warn the user about this and ignore - newArgs by setting newflagsCount to 0. + * newArgs by setting newflagsCount to 0. */ newflagsCount = 0; - fprintf(stderr, "%s: gcc-wrapper: %s detected on the command line overrides implicit %s added by the wrapper.\n", argv[0], *p, newflagsStr); } } |