From: Richard Stallman Date: Mon, 17 Feb 1992 03:12:21 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3785a1d8481231e6aa9a00d0d1679eae52190100;p=gcc.git *** empty log message *** From-SVN: r333 --- 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. */