From 3785a1d8481231e6aa9a00d0d1679eae52190100 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Mon, 17 Feb 1992 03:12:21 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r333 --- gcc/config/m68k/next.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gcc/config/m68k/next.h b/gcc/config/m68k/next.h index 579e2d0b1e7..866e1455c75 100644 --- a/gcc/config/m68k/next.h +++ b/gcc/config/m68k/next.h @@ -95,7 +95,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Machine dependent ccp options. */ -#define CPP_SPEC "%{bsd:-D__STRICT_BSD__}" +/* This option used to be called -bsd, but that conflicts with the + general -b option. */ +#define CPP_SPEC "%{strict-bsd:-D__STRICT_BSD__}" /* Machine dependent ld options. */ -- 2.30.2