From 99c46efeb9180f3fe3b522d3085d6968de8a1bda Mon Sep 17 00:00:00 2001 From: vlefevre Date: Wed, 3 Apr 2002 13:52:42 +0000 Subject: -ffloat-store is a gcc option. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1805 280ebfd0-de03-0410-8827-d642c229c3f4 --- configure.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 59a22433b..6d47dd72c 100644 --- a/configure.in +++ b/configure.in @@ -155,7 +155,9 @@ int main() exit (c == d); }], [AC_MSG_RESULT(yes) - CFLAGS="$CFLAGS -ffloat-store" + if test -n "$GCC"; then + CFLAGS="$CFLAGS -ffloat-store" + fi AC_DEFINE(USE_EXTENDED)], AC_MSG_RESULT(no), AC_MSG_RESULT(no) -- cgit v1.2.1