mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-06 21:40:21 +08:00
(CPP_SPEC): Avoid newline in the string.
From-SVN: r12919
This commit is contained in:
parent
2f16edb13c
commit
79c900b1c0
@ -30,7 +30,7 @@ Boston, MA 02111-1307, USA. */
|
|||||||
(TARGET_SVR4 ? DWARF_DEBUG : SDB_DEBUG)
|
(TARGET_SVR4 ? DWARF_DEBUG : SDB_DEBUG)
|
||||||
|
|
||||||
#ifndef VERSION_INFO2
|
#ifndef VERSION_INFO2
|
||||||
#define VERSION_INFO2 "$Revision: 1.22 $"
|
#define VERSION_INFO2 "$Revision: 1.23 $"
|
||||||
#endif
|
#endif
|
||||||
#ifndef NO_BUGS
|
#ifndef NO_BUGS
|
||||||
#define AS_BUG_IMMEDIATE_LABEL
|
#define AS_BUG_IMMEDIATE_LABEL
|
||||||
@ -83,8 +83,7 @@ Boston, MA 02111-1307, USA. */
|
|||||||
-traditional, or restricting include files to one specific source
|
-traditional, or restricting include files to one specific source
|
||||||
target, specify full DG/UX features. */
|
target, specify full DG/UX features. */
|
||||||
#undef CPP_SPEC
|
#undef CPP_SPEC
|
||||||
#define CPP_SPEC "%(cpp_cpu)
|
#define CPP_SPEC "%(cpp_cpu) %{msvr3:-D_M88KBCS_TARGET} %{!msvr3:-D_DGUX_TARGET}"
|
||||||
%{msvr3:-D_M88KBCS_TARGET} %{!msvr3:-D_DGUX_TARGET}"
|
|
||||||
|
|
||||||
/* Assembler support (-V, silicon filter, legends for mxdb). */
|
/* Assembler support (-V, silicon filter, legends for mxdb). */
|
||||||
#undef ASM_SPEC
|
#undef ASM_SPEC
|
||||||
|
Loading…
Reference in New Issue
Block a user