From d6924c84424964dbdab8ce058159de6118692df1 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sat, 8 May 1993 14:52:24 +0000 Subject: [PATCH] (LINK_LIBGCC_SPECIAL_1): Define this instead of LINK_LIBGCC_SPECIAL. From-SVN: r4383 --- gcc/config/convex/convex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/convex/convex.h b/gcc/config/convex/convex.h index 1400ab4988b..654e84a992a 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. */ -- 2.30.2