aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-02-13 08:20:56 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1996-02-13 08:20:56 -0500
commit03075c13673a1e1905d6a3a9d18b3e69d0aadc74 (patch)
tree73ad8cb076d490a8615c5df804f323a27199046b /gcc
parentabf7b40ab260335ce59df0a0c28e071f3849e653 (diff)
downloadgcc-03075c13673a1e1905d6a3a9d18b3e69d0aadc74.zip
gcc-03075c13673a1e1905d6a3a9d18b3e69d0aadc74.tar.gz
gcc-03075c13673a1e1905d6a3a9d18b3e69d0aadc74.tar.bz2
(CPP_SPEC): Add '-trigraphs' because IBM's h files contain them.
From-SVN: r11257
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/i370/i370.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/config/i370/i370.h b/gcc/config/i370/i370.h
index b80261e..093a8c0 100644
--- a/gcc/config/i370/i370.h
+++ b/gcc/config/i370/i370.h
@@ -1,5 +1,5 @@
/* Definitions of target machine for GNU compiler. System/370 version.
- Copyright (C) 1989, 1993, 1995 Free Software Foundation, Inc.
+ Copyright (C) 1989, 1993, 1995, 1996 Free Software Foundation, Inc.
Contributed by Jan Stein (jan@cd.chalmers.se).
Modified for C/370 MVS by Dave Pitts (dpitts@nyx.cs.du.edu)
@@ -28,6 +28,10 @@ Boston, MA 02111-1307, USA. */
#define TARGET_VERSION printf (" (370/MVS)");
+/* Options for the preprocessor for this target machine. */
+
+#define CPP_SPEC "-trigraphs"
+
/* Names to predefine in the preprocessor for this target machine. */
#define CPP_PREDEFINES "-DGCC -Dgcc -DMVS -Dmvs -Asystem(mvs) -Acpu(i370) -Amachine(i370)"