re PR libf2c/4930 (Taking the log of a certain complex number hangs in run time library)
2001-11-23 Toon Moene <toon@moene.indiv.nluug.nl> PR libf2c/4930 * libF77/Makefile.in: Compile z_log.c with -ffloat-store. From-SVN: r47294
This commit is contained in:
parent
83662e2ba9
commit
60bfa76427
@ -1,3 +1,8 @@
|
||||
2001-11-23 Toon Moene <toon@moene.indiv.nluug.nl>
|
||||
|
||||
PR libf2c/4930
|
||||
* libF77/Makefile.in: Compile z_log.c with -ffloat-store.
|
||||
|
||||
2001-11-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
|
||||
|
||||
* Makefile.in: Add MAKEOVERRIDES= to suppress exporting
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user