From 675322a53596a355e4625e23fff6d2725c3463d4 Mon Sep 17 00:00:00 2001 From: Geoff Keating Date: Thu, 6 Dec 2001 09:17:26 +0000 Subject: * 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 * 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. --- config.make.in | 1 + 1 file changed, 1 insertion(+) (limited to 'config.make.in') 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@ -- cgit v1.2.3