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. --- configure.in | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 8f0df5c7c1..aefbb4e30f 100644 --- a/configure.in +++ b/configure.in @@ -59,6 +59,7 @@ dnl Arguments to specify presence of other packages/features. AC_ARG_WITH(fp, dnl [ --with-fp if using floating-point hardware [default=yes]], with_fp=$withval, with_fp=yes) +AC_SUBST(with_fp) AC_ARG_WITH(binutils, dnl --with-binutils=PATH specify location of binutils (as and ld), path_binutils=$withval, path_binutils='') -- cgit v1.2.3