diff options
author | Jason Thorpe <thorpej@wasabisystems.com> | 2002-06-12 00:02:07 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@gcc.gnu.org> | 2002-06-12 00:02:07 +0000 |
commit | 169274cd2e214ea06a3478bd9dc14d83acd7fb9f (patch) | |
tree | df987459df2d6942684c12f97f5c4b2aa2bcc5b8 /gcc/config.gcc | |
parent | 2f41793e07ad6cca0c54517afe5661d9f0edd378 (diff) | |
download | gcc-169274cd2e214ea06a3478bd9dc14d83acd7fb9f.zip gcc-169274cd2e214ea06a3478bd9dc14d83acd7fb9f.tar.gz gcc-169274cd2e214ea06a3478bd9dc14d83acd7fb9f.tar.bz2 |
config.gcc (vax-*-bsd*): Add vax/bsd.h to ${tm_file}.
* config.gcc (vax-*-bsd*): Add vax/bsd.h to ${tm_file}.
* config/vax/bsd.h: New file.
* config/vax/netbsd.h: Add missing notice.
(CPP_PREDEFINES): Remove.
(TARGET_OS_CPP_BUILTINS): Define.
(CPP_SPEC): Use NETBSD_CPP_SPEC.
* config/vax/openbsd.h: Update copyright years.
(CPP_PREDEFINES): Remove.
(TARGET_OS_CPP_BUILTINS): Define.
* config/vax/ultrix.h: Likewise.
* config/vax/vaxv.h: Likewise.
* config/vax/vms.h: Likewise.
* config/vax/vax.h (TARGET_CPU_CPP_BUILTINS): Define.
(CPP_PREDEFINES, CPP_SPEC): Remove.
From-SVN: r54538
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 3ae8d43..4868f46f 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2627,6 +2627,7 @@ v850-*-*) cxx_target_objs="v850-c.o" ;; vax-*-bsd*) # VAXen running BSD + tm_file="${tm_file} vax/bsd.h" use_collect2=yes float_format=vax ;; |