summaryrefslogtreecommitdiff
path: root/gcc/config/m68k/next.h
diff options
context:
space:
mode:
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-02-17 03:12:21 +0000
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-02-17 03:12:21 +0000
commit37db21b1efcc59e4d313a563cc45cf92eefae842 (patch)
tree0ec0ab4af52e037cc591fd72b346d4d3bb8cf3ef /gcc/config/m68k/next.h
parentd3453fd39153ec2cf63606af07392b2f3c39ac3f (diff)
downloadgcc-37db21b1efcc59e4d313a563cc45cf92eefae842.tar.gz
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@333 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m68k/next.h')
-rw-r--r--gcc/config/m68k/next.h4
1 files changed, 3 insertions, 1 deletions
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. */