summaryrefslogtreecommitdiff
path: root/gcc/config/m88k
diff options
context:
space:
mode:
authortege <tege@138bc75d-0d04-0410-961f-82ee72b054a4>1996-10-08 23:39:12 +0000
committertege <tege@138bc75d-0d04-0410-961f-82ee72b054a4>1996-10-08 23:39:12 +0000
commit4ff6fc94cb5a1f90027bb384967ad479fc05cf8d (patch)
tree8c113e4303ad7ea8596d9d879170d924d4674ac1 /gcc/config/m88k
parent65c166b72e9ec8544ab662bcdb43f072c77a05bb (diff)
downloadgcc-4ff6fc94cb5a1f90027bb384967ad479fc05cf8d.tar.gz
(CPP_SPEC): Avoid newline in the string.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12919 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m88k')
-rw-r--r--gcc/config/m88k/dgux.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/config/m88k/dgux.h b/gcc/config/m88k/dgux.h
index d3774ef54ff..edeffdf4f16 100644
--- a/gcc/config/m88k/dgux.h
+++ b/gcc/config/m88k/dgux.h
@@ -30,7 +30,7 @@ Boston, MA 02111-1307, USA. */
(TARGET_SVR4 ? DWARF_DEBUG : SDB_DEBUG)
#ifndef VERSION_INFO2
-#define VERSION_INFO2 "$Revision: 1.22 $"
+#define VERSION_INFO2 "$Revision: 1.23 $"
#endif
#ifndef NO_BUGS
#define AS_BUG_IMMEDIATE_LABEL
@@ -83,8 +83,7 @@ Boston, MA 02111-1307, USA. */
-traditional, or restricting include files to one specific source
target, specify full DG/UX features. */
#undef CPP_SPEC
-#define CPP_SPEC "%(cpp_cpu)
- %{msvr3:-D_M88KBCS_TARGET} %{!msvr3:-D_DGUX_TARGET}"
+#define CPP_SPEC "%(cpp_cpu) %{msvr3:-D_M88KBCS_TARGET} %{!msvr3:-D_DGUX_TARGET}"
/* Assembler support (-V, silicon filter, legends for mxdb). */
#undef ASM_SPEC