diff options
author | Richard Stallman <rms@gnu.org> | 1992-02-17 03:12:21 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-02-17 03:12:21 +0000 |
commit | 3785a1d8481231e6aa9a00d0d1679eae52190100 (patch) | |
tree | 0ec0ab4af52e037cc591fd72b346d4d3bb8cf3ef /gcc/config | |
parent | 1ecea86fd20e61d70c22dfb39974a935a0dba6c2 (diff) | |
download | gcc-3785a1d8481231e6aa9a00d0d1679eae52190100.zip gcc-3785a1d8481231e6aa9a00d0d1679eae52190100.tar.gz gcc-3785a1d8481231e6aa9a00d0d1679eae52190100.tar.bz2 |
*** empty log message ***
From-SVN: r333
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. */ |