diff options
author | Marc Espie <espie@openbsd.org> | 2000-07-17 08:38:18 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-07-17 02:38:18 -0600 |
commit | 97f2b269a29f9ff15a3a8dc071dc9a9402055d56 (patch) | |
tree | df73144e0cd07486fab7ef9977b7eae360a92902 /gcc/configure.in | |
parent | b9609a52f6a4a3eace1cdcee8bdcb33c9cad4bad (diff) | |
download | gcc-97f2b269a29f9ff15a3a8dc071dc9a9402055d56.zip gcc-97f2b269a29f9ff15a3a8dc071dc9a9402055d56.tar.gz gcc-97f2b269a29f9ff15a3a8dc071dc9a9402055d56.tar.bz2 |
configure.in (vax-*-openbsd): Change to new style configuration, add collect2/float_format information.
* configure.in (vax-*-openbsd): Change to new style configuration,
add collect2/float_format information.
* configure: Rebuilt.
* config/vax/openbsd1.h: New.
* config/vax/openbsd.h: New.
* config/vax/t-openbsd: New.
From-SVN: r35079
Diffstat (limited to 'gcc/configure.in')
-rw-r--r-- | gcc/configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/configure.in b/gcc/configure.in index 6b299e3..5197fb7 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -3648,6 +3648,10 @@ changequote([,])dnl ;; vax-*-openbsd*) tmake_file="${tmake_file} vax/t-openbsd" + tm_file="vax/vax.h vax/openbsd1.h openbsd.h ${tm_file}" + xm_file="xm-openbsd.h vax/xm-vax.h" + float_format=vax + use_collect2=yes ;; vax-*-ultrix*) # vaxen running ultrix tm_file="${tm_file} vax/ultrix.h" |