diff options
author | Richard Stallman <rms@gnu.org> | 1993-05-08 14:52:24 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-05-08 14:52:24 +0000 |
commit | d6924c84424964dbdab8ce058159de6118692df1 (patch) | |
tree | c92e5a8178952521bdfcd1342872de3fcefe4302 /gcc/config | |
parent | 05b4ec4f0f3d4605246783e543720373f68fbd0e (diff) | |
download | gcc-d6924c84424964dbdab8ce058159de6118692df1.zip gcc-d6924c84424964dbdab8ce058159de6118692df1.tar.gz gcc-d6924c84424964dbdab8ce058159de6118692df1.tar.bz2 |
(LINK_LIBGCC_SPECIAL_1): Define this instead of LINK_LIBGCC_SPECIAL.
From-SVN: r4383
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/convex/convex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/convex/convex.h b/gcc/config/convex/convex.h index 1400ab4..654e84a 100644 --- a/gcc/config/convex/convex.h +++ b/gcc/config/convex/convex.h @@ -414,7 +414,7 @@ extern int target_flags; /* Use /path/libgcc.a instead of -lgcc, makes bootstrap work more smoothly. */ -#define LINK_LIBGCC_SPECIAL +#define LINK_LIBGCC_SPECIAL_1 /* Allow $ in identifiers. */ |