From 32f65aa0fccfa106c54de2250745e903eca228cd Mon Sep 17 00:00:00 2001 From: Manfred Hollstein Date: Fri, 8 May 1998 01:18:40 +0000 Subject: [PATCH] fixinc.wrap: Renamed from fixinc.math. d * fixinc.wrap: Renamed from fixinc.math. Put wrapper around curses.h if it contains `typedef char bool;', as suggested by Manfred Hollstein . * configure.in: Rename fixinc.math to fixinc.wrap. From-SVN: r19629 --- gcc/configure | 24 ++++++++++++------------ gcc/configure.in | 24 ++++++++++++------------ 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/gcc/configure b/gcc/configure index 5d8b74f97a4..d5ac1a862a9 100755 --- a/gcc/configure +++ b/gcc/configure @@ -2264,7 +2264,7 @@ for machine in $build $host $target; do xm_file="xm-siglist.h ${xm_file}" tmake_file="t-netbsd arm/t-netbsd" # On NetBSD, the headers are already okay, except for math.h. - fixincludes=fixinc.math + fixincludes=fixinc.wrap ;; arm-*-linux-gnuaout*) # ARM GNU/Linux cpu_type=arm @@ -2604,7 +2604,7 @@ for machine in $build $host $target; do i[34567]86-*-freebsdelf*) tm_file="i386/i386.h i386/att.h linux.h i386/freebsd-elf.h i386/perform.h" # On FreeBSD, the headers are already ok, except for math.h. - fixincludes=fixinc.math + fixincludes=fixinc.wrap tmake_file=i386/t-freebsd gas=yes gnu_ld=yes @@ -2613,13 +2613,13 @@ for machine in $build $host $target; do i[34567]86-*-freebsd*) tm_file=i386/freebsd.h # On FreeBSD, the headers are already ok, except for math.h. - fixincludes=fixinc.math + fixincludes=fixinc.wrap tmake_file=i386/t-freebsd ;; i[34567]86-*-netbsd*) tm_file=i386/netbsd.h # On NetBSD, the headers are already okay, except for math.h. - fixincludes=fixinc.math + fixincludes=fixinc.wrap tmake_file=t-netbsd ;; i[34567]86-*-coff*) @@ -2819,7 +2819,7 @@ for machine in $build $host $target; do *-*-solaris2.[0-4]) fixincludes=fixinc.svr4;; *) - fixincludes=fixinc.math;; + fixincludes=fixinc.wrap;; esac if [ x$enable_threads = xyes ]; then thread_file='solaris' @@ -3353,7 +3353,7 @@ for machine in $build $host $target; do m68k-*-netbsd*) tm_file=m68k/netbsd.h # On NetBSD, the headers are already okay, except for math.h. - fixincludes=fixinc.math + fixincludes=fixinc.wrap tmake_file=t-netbsd ;; m68k-*-sysv3*) # Motorola m68k's running system V.3 @@ -3663,7 +3663,7 @@ for machine in $build $host $target; do mips-dec-netbsd*) # Decstation running NetBSD tm_file=mips/netbsd.h # On NetBSD, the headers are already okay, except for math.h. - fixincludes=fixinc.math + fixincludes=fixinc.wrap tmake_file=t-netbsd ;; mips-sony-bsd* | mips-sony-newsos*) # Sony NEWS 3600 or risc/news. @@ -3993,7 +3993,7 @@ for machine in $build $host $target; do ns32k-pc532-netbsd*) tm_file=ns32k/netbsd.h # On NetBSD, the headers are already okay, except for math.h. - fixincludes=fixinc.math + fixincludes=fixinc.wrap tmake_file=t-netbsd ;; pdp11-*-bsd) @@ -4182,7 +4182,7 @@ for machine in $build $host $target; do *-*-solaris2.[0-4]) fixincludes=fixinc.svr4;; *) - fixincludes=fixinc.math;; + fixincludes=fixinc.wrap;; esac extra_headers=ppc-asm.h ;; @@ -4261,7 +4261,7 @@ for machine in $build $host $target; do sparc-*-netbsd*) tm_file=sparc/netbsd.h # On NetBSD, the headers are already okay, except for math.h. - fixincludes=fixinc.math + fixincludes=fixinc.wrap tmake_file=t-netbsd ;; sparc-*-bsd*) @@ -4333,7 +4333,7 @@ for machine in $build $host $target; do *-*-solaris2.[0-4]) fixincludes=fixinc.svr4;; *) - fixincludes=fixinc.math;; + fixincludes=fixinc.wrap;; esac float_format=i128 if [ x${enable_threads} = x ]; then @@ -4452,7 +4452,7 @@ for machine in $build $host $target; do vax-*-netbsd*) tm_file="${tm_file} netbsd.h vax/netbsd.h" # On NetBSD, the headers are already okay, except for math.h. - fixincludes=fixinc.math + fixincludes=fixinc.wrap tmake_file=t-netbsd float_format=vax ;; diff --git a/gcc/configure.in b/gcc/configure.in index b403cdd63cd..b273897f816 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -460,7 +460,7 @@ for machine in $build $host $target; do xm_file="xm-siglist.h ${xm_file}" tmake_file="t-netbsd arm/t-netbsd" # On NetBSD, the headers are already okay, except for math.h. - fixincludes=fixinc.math + fixincludes=fixinc.wrap ;; arm-*-linux-gnuaout*) # ARM GNU/Linux cpu_type=arm @@ -800,7 +800,7 @@ for machine in $build $host $target; do i[[34567]]86-*-freebsdelf*) tm_file="i386/i386.h i386/att.h linux.h i386/freebsd-elf.h i386/perform.h" # On FreeBSD, the headers are already ok, except for math.h. - fixincludes=fixinc.math + fixincludes=fixinc.wrap tmake_file=i386/t-freebsd gas=yes gnu_ld=yes @@ -809,13 +809,13 @@ for machine in $build $host $target; do i[[34567]]86-*-freebsd*) tm_file=i386/freebsd.h # On FreeBSD, the headers are already ok, except for math.h. - fixincludes=fixinc.math + fixincludes=fixinc.wrap tmake_file=i386/t-freebsd ;; i[[34567]]86-*-netbsd*) tm_file=i386/netbsd.h # On NetBSD, the headers are already okay, except for math.h. - fixincludes=fixinc.math + fixincludes=fixinc.wrap tmake_file=t-netbsd ;; i[[34567]]86-*-coff*) @@ -1015,7 +1015,7 @@ for machine in $build $host $target; do *-*-solaris2.[[0-4]]) fixincludes=fixinc.svr4;; *) - fixincludes=fixinc.math;; + fixincludes=fixinc.wrap;; esac if [[ x$enable_threads = xyes ]]; then thread_file='solaris' @@ -1549,7 +1549,7 @@ for machine in $build $host $target; do m68k-*-netbsd*) tm_file=m68k/netbsd.h # On NetBSD, the headers are already okay, except for math.h. - fixincludes=fixinc.math + fixincludes=fixinc.wrap tmake_file=t-netbsd ;; m68k-*-sysv3*) # Motorola m68k's running system V.3 @@ -1859,7 +1859,7 @@ for machine in $build $host $target; do mips-dec-netbsd*) # Decstation running NetBSD tm_file=mips/netbsd.h # On NetBSD, the headers are already okay, except for math.h. - fixincludes=fixinc.math + fixincludes=fixinc.wrap tmake_file=t-netbsd ;; mips-sony-bsd* | mips-sony-newsos*) # Sony NEWS 3600 or risc/news. @@ -2189,7 +2189,7 @@ for machine in $build $host $target; do ns32k-pc532-netbsd*) tm_file=ns32k/netbsd.h # On NetBSD, the headers are already okay, except for math.h. - fixincludes=fixinc.math + fixincludes=fixinc.wrap tmake_file=t-netbsd ;; pdp11-*-bsd) @@ -2378,7 +2378,7 @@ for machine in $build $host $target; do *-*-solaris2.[[0-4]]) fixincludes=fixinc.svr4;; *) - fixincludes=fixinc.math;; + fixincludes=fixinc.wrap;; esac extra_headers=ppc-asm.h ;; @@ -2457,7 +2457,7 @@ for machine in $build $host $target; do sparc-*-netbsd*) tm_file=sparc/netbsd.h # On NetBSD, the headers are already okay, except for math.h. - fixincludes=fixinc.math + fixincludes=fixinc.wrap tmake_file=t-netbsd ;; sparc-*-bsd*) @@ -2529,7 +2529,7 @@ for machine in $build $host $target; do *-*-solaris2.[[0-4]]) fixincludes=fixinc.svr4;; *) - fixincludes=fixinc.math;; + fixincludes=fixinc.wrap;; esac float_format=i128 if [[ x${enable_threads} = x ]]; then @@ -2648,7 +2648,7 @@ for machine in $build $host $target; do vax-*-netbsd*) tm_file="${tm_file} netbsd.h vax/netbsd.h" # On NetBSD, the headers are already okay, except for math.h. - fixincludes=fixinc.math + fixincludes=fixinc.wrap tmake_file=t-netbsd float_format=vax ;; -- 2.30.2