Commit 766518a0 by Marc Espie Committed by Jeff Law

configure.in (openbsd): Factorize xmake_file.

        * configure.in (openbsd): Factorize xmake_file.
        (ix86 openbsd): Trim obsolete comment.
        (vax openbsd): Fix typo.
        * configure: Rebuilt.

From-SVN: r26638
parent ea3bfbfe
Mon Apr 26 01:55:56 1999 Marc Espie <espie@cvs.openbsd.org>
* configure.in (openbsd): Factorize xmake_file.
(ix86 openbsd): Trim obsolete comment.
(vax openbsd): Fix typo.
* configure: Rebuilt.
Mon Apr 26 01:30:59 1999 Donn Terry <donn@interix.com> Mon Apr 26 01:30:59 1999 Donn Terry <donn@interix.com>
* expr.c (expand_assignment): Improve test for pointer type. * expr.c (expand_assignment): Improve test for pointer type.
......
...@@ -518,6 +518,8 @@ changequote([,])dnl ...@@ -518,6 +518,8 @@ changequote([,])dnl
tmake_file="t-libc-ok t-openbsd" tmake_file="t-libc-ok t-openbsd"
# avoid surprises, always provide an xm-openbsd file # avoid surprises, always provide an xm-openbsd file
xm_file=${cpu_type}/xm-openbsd.h xm_file=${cpu_type}/xm-openbsd.h
# don't depend on processor x-fragments as well
xmake_file=none
if test x$enable_threads = xyes; then if test x$enable_threads = xyes; then
thread_file='posix' thread_file='posix'
tmake_file="${tmake_file} t-openbsd-thread" tmake_file="${tmake_file} t-openbsd-thread"
...@@ -624,7 +626,6 @@ changequote([,])dnl ...@@ -624,7 +626,6 @@ changequote([,])dnl
alpha*-*-openbsd*) alpha*-*-openbsd*)
# default x-alpha is only appropriate for dec-osf. # default x-alpha is only appropriate for dec-osf.
target_cpu_default="MASK_GAS" target_cpu_default="MASK_GAS"
xmake_file=none
;; ;;
alpha*-dec-osf*) alpha*-dec-osf*)
...@@ -1147,7 +1148,6 @@ changequote([,])dnl ...@@ -1147,7 +1148,6 @@ changequote([,])dnl
changequote(,)dnl changequote(,)dnl
i[34567]86-*-openbsd*) i[34567]86-*-openbsd*)
changequote([,])dnl changequote([,])dnl
# Remove when the math emulator is fixed
# we need collect2 until our bug is fixed... # we need collect2 until our bug is fixed...
use_collect2=yes use_collect2=yes
;; ;;
...@@ -2349,12 +2349,10 @@ changequote([,])dnl ...@@ -2349,12 +2349,10 @@ changequote([,])dnl
mips*el-*-openbsd*) # mips little endian mips*el-*-openbsd*) # mips little endian
target_cpu_default="MASK_GAS|MASK_ABICALLS" target_cpu_default="MASK_GAS|MASK_ABICALLS"
tm_file=mips/openbsd.h tm_file=mips/openbsd.h
xmake_file=none
;; ;;
mips*-*-openbsd*) # mips big endian mips*-*-openbsd*) # mips big endian
target_cpu_default="MASK_GAS|MASK_ABICALLS" target_cpu_default="MASK_GAS|MASK_ABICALLS"
tm_file=mips/openbsd-be.h tm_file=mips/openbsd-be.h
xmake_file=none
;; ;;
mips-sony-bsd* | mips-sony-newsos*) # Sony NEWS 3600 or risc/news. mips-sony-bsd* | mips-sony-newsos*) # Sony NEWS 3600 or risc/news.
tm_file="mips/news4.h ${tm_file}" tm_file="mips/news4.h ${tm_file}"
...@@ -2723,7 +2721,6 @@ changequote([,])dnl ...@@ -2723,7 +2721,6 @@ changequote([,])dnl
;; ;;
powerpc-*-openbsd*) powerpc-*-openbsd*)
tmake_file="${tmake_file} rs6000/t-rs6000 rs6000/t-openbsd" tmake_file="${tmake_file} rs6000/t-rs6000 rs6000/t-openbsd"
xmake_file=none
;; ;;
powerpc-*-beos*) powerpc-*-beos*)
cpu_type=rs6000 cpu_type=rs6000
...@@ -3239,7 +3236,7 @@ changequote([,])dnl ...@@ -3239,7 +3236,7 @@ changequote([,])dnl
float_format=vax float_format=vax
;; ;;
vax-*-openbsd*) vax-*-openbsd*)
tmake_file="${tm_file} vax/t-openbsd" tmake_file="${tmake_file} vax/t-openbsd"
;; ;;
vax-*-ultrix*) # vaxen running ultrix vax-*-ultrix*) # vaxen running ultrix
tm_file="${tm_file} vax/ultrix.h" tm_file="${tm_file} vax/ultrix.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment