diff options
author | Richard Stallman <rms@gnu.org> | 1992-11-27 23:15:53 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-11-27 23:15:53 +0000 |
commit | 33f3c4c086412f634fc1f7dd22b50a162c09a0a1 (patch) | |
tree | dbca82f7db1652ab660612dfdf450958d78ad888 /gcc | |
parent | 00ae06b590ac742141de6458b76278fb8174b151 (diff) | |
download | gcc-33f3c4c086412f634fc1f7dd22b50a162c09a0a1.zip gcc-33f3c4c086412f634fc1f7dd22b50a162c09a0a1.tar.gz gcc-33f3c4c086412f634fc1f7dd22b50a162c09a0a1.tar.bz2 |
(LINK_LIBGCC_SPECIAL_1): Defined.
From-SVN: r2814
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/rs6000/rs6000.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index 2feed94..ae8275f 100644 --- a/gcc/config/rs6000/rs6000.h +++ b/gcc/config/rs6000/rs6000.h @@ -57,7 +57,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ %{p:-L/lib/profiled -L/usr/lib/profiled} %{g*:-lg} -lc" /* gcc must do the search itself to find libgcc.a, not use -l. */ -/* #define LINK_LIBGCC_SPECIAL */ +#define LINK_LIBGCC_SPECIAL_1 /* Don't turn -B into -L if the argument specifies a relative file name. */ #define RELATIVE_PREFIX_NOT_LINKDIR |