diff options
author | H.J. Lu <hjl@gnu.org> | 1998-06-18 17:36:41 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-06-18 17:36:41 -0600 |
commit | f906a0f0ff397895ad5cb4cce3808e22f8bf5f1d (patch) | |
tree | 84bed2c462878dd74c227a31c7f1f46e29537137 /gcc | |
parent | 76a8de12be9d8f2546386844ab40ffaa82bbcc58 (diff) | |
download | gcc-f906a0f0ff397895ad5cb4cce3808e22f8bf5f1d.zip gcc-f906a0f0ff397895ad5cb4cce3808e22f8bf5f1d.tar.gz gcc-f906a0f0ff397895ad5cb4cce3808e22f8bf5f1d.tar.bz2 |
float-i386.h: New.
8
* config/float-i386.h: New.
* configure.in (i[34567]86-*-linux-*): Set float_format to i386.
From-SVN: r20566
Diffstat (limited to 'gcc')
-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 aae12ba..82a81e6 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -872,6 +872,7 @@ for machine in $build $host $target; do tm_file=i386/linux-oldld.h fixincludes=Makefile.in #On Linux, the headers are ok already. gnu_ld=yes + float_format=i386 ;; i[[34567]]86-*-linux-gnuaout*) # Intel 80386's running GNU/Linux # with a.out format @@ -880,6 +881,7 @@ for machine in $build $host $target; do tm_file=i386/linux-aout.h fixincludes=Makefile.in #On Linux, the headers are ok already. gnu_ld=yes + float_format=i386 ;; i[[34567]]86-*-linux-gnulibc1) # Intel 80386's running GNU/Linux # with ELF format using the @@ -890,6 +892,7 @@ for machine in $build $host $target; do extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o" fixincludes=Makefile.in #On Linux, the headers are ok already. gnu_ld=yes + float_format=i386 if [[ x$enable_threads = xyes ]]; then thread_file='single' fi @@ -903,6 +906,7 @@ for machine in $build $host $target; do extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o" fixincludes=Makefile.in #On Linux, the headers are ok already. gnu_ld=yes + float_format=i386 if [[ x$enable_threads = xyes ]]; then thread_file='posix' fi |