From 60bfa7642782661272fbf88718559f51747ea48f Mon Sep 17 00:00:00 2001 From: Toon Moene Date: Fri, 23 Nov 2001 22:47:22 +0100 Subject: re PR libf2c/4930 (Taking the log of a certain complex number hangs in run time library) 2001-11-23 Toon Moene PR libf2c/4930 * libF77/Makefile.in: Compile z_log.c with -ffloat-store. From-SVN: r47294 --- libf2c/ChangeLog | 5 +++++ libf2c/libF77/Makefile.in | 1 + 2 files changed, 6 insertions(+) (limited to 'libf2c') diff --git a/libf2c/ChangeLog b/libf2c/ChangeLog index 66b6e5e..9dfae01 100644 --- a/libf2c/ChangeLog +++ b/libf2c/ChangeLog @@ -1,3 +1,8 @@ +2001-11-23 Toon Moene + + PR libf2c/4930 + * libF77/Makefile.in: Compile z_log.c with -ffloat-store. + 2001-11-16 John David Anglin * Makefile.in: Add MAKEOVERRIDES= to suppress exporting diff --git a/libf2c/libF77/Makefile.in b/libf2c/libF77/Makefile.in index e853b05..b2888f1 100644 --- a/libf2c/libF77/Makefile.in +++ b/libf2c/libF77/Makefile.in @@ -147,6 +147,7 @@ z_cos.lo: z_cos.c z_div.lo: z_div.c z_exp.lo: z_exp.c z_log.lo: z_log.c + @LIBTOOL@ --mode=compile $(CC) -c -DSkip_f2c_Undefs $(ALL_CFLAGS) -ffloat-store $< z_sin.lo: z_sin.c z_sqrt.lo: z_sqrt.c r_abs.lo: r_abs.c -- cgit v1.1