diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1992-05-12 09:04:42 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1992-05-12 09:04:42 -0400 |
commit | 893bbfa84b1c2a95aa7e0f26c465495331feaae3 (patch) | |
tree | 087ba5b215fbf95b22e848608f57e7eaa6bfdc32 | |
parent | 5ed34b644992b4e63128525d8b8f7e425e12bf41 (diff) | |
download | gcc-893bbfa84b1c2a95aa7e0f26c465495331feaae3.zip gcc-893bbfa84b1c2a95aa7e0f26c465495331feaae3.tar.gz gcc-893bbfa84b1c2a95aa7e0f26c465495331feaae3.tar.bz2 |
*** empty log message ***
From-SVN: r964
-rw-r--r-- | gcc/config/pa/pa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index d232df3..036bb72 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -73,7 +73,7 @@ enum cmp_type /* comparison type */ /* Names to predefine in the preprocessor for this target machine. */ #define CPP_PREDEFINES "-Dhppa -Dhp9000s800 -D__hp9000s800 -Dhp9k8 -Dunix -D_HPUX_SOURCE -Dhp9000 -Dhp800 -Dspectrum -DREVARGV" -y + /* Print subsidiary information on the compiler version in use. */ #define TARGET_VERSION fprintf (stderr, " (hp9000s800)"); |