diff options
author | Geoff Keating <geoffk@cygnus.com> | 2001-12-06 09:17:26 +0000 |
---|---|---|
committer | Geoff Keating <geoffk@cygnus.com> | 2001-12-06 09:17:26 +0000 |
commit | 675322a53596a355e4625e23fff6d2725c3463d4 (patch) | |
tree | e1606fcbae85ff52518a25347303adba630e62f4 /config.make.in | |
parent | 383bd1c5033b466ffcc1a0be766d8a8b003c73e9 (diff) | |
download | glibc-675322a53596a355e4625e23fff6d2725c3463d4.tar glibc-675322a53596a355e4625e23fff6d2725c3463d4.tar.gz glibc-675322a53596a355e4625e23fff6d2725c3463d4.tar.bz2 glibc-675322a53596a355e4625e23fff6d2725c3463d4.zip |
* config.make.in (with-fp): Define from configure.
* configure.in: Substitute with_fp.
* configure: Regenerate.
* powerpc/Makefile: Set -msoft-float when --without-fp is specified,
and don't change FPU environment.
2001-12-06 Geoff Keating <geoffk@redhat.com>
* config.make.in (with-fp): Define from configure.
* configure.in: Substitute with_fp.
* configure: Regenerate.
* sysdeps/powerpc/Makefile: Set -msoft-float when --without-fp is
specified, and don't change FPU environment.
Diffstat (limited to 'config.make.in')
-rw-r--r-- | config.make.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.make.in b/config.make.in index 4c382b2f49..7caf2a2863 100644 --- a/config.make.in +++ b/config.make.in @@ -44,6 +44,7 @@ have-z-combreloc = @libc_cv_z_combreloc@ have-initfini = @libc_cv_have_initfini@ have-Bgroup = @libc_cv_Bgroup@ need-nopic-initfini = @nopic_initfini@ +with-fp = @with_fp@ with-cvs = @with_cvs@ old-glibc-headers = @old_glibc_headers@ unwind-find-fde = @libc_cv_gcc_unwind_find_fde@ |