diff options
author | Manfred Hollstein <manfred@gcc.gnu.org> | 1998-05-08 01:18:40 +0000 |
---|---|---|
committer | Manfred Hollstein <manfred@gcc.gnu.org> | 1998-05-08 01:18:40 +0000 |
commit | 32f65aa0fccfa106c54de2250745e903eca228cd (patch) | |
tree | 7237b0bc2d6e8e040c7d2694b3c6f37e9fba463a /gcc/configure | |
parent | dea4ae0d8a9f78d00265cfdfdf28ee85ceda09ac (diff) | |
download | gcc-32f65aa0fccfa106c54de2250745e903eca228cd.zip gcc-32f65aa0fccfa106c54de2250745e903eca228cd.tar.gz gcc-32f65aa0fccfa106c54de2250745e903eca228cd.tar.bz2 |
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 <manfred@s-direktnet.de>.
* configure.in: Rename fixinc.math to fixinc.wrap.
From-SVN: r19629
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/gcc/configure b/gcc/configure index 5d8b74f..d5ac1a8 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 ;; |