diff options
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/m68k/next.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/config/m68k/next.h b/gcc/config/m68k/next.h index 579e2d0..866e145 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. */ |