2001-02-22  Andreas Jaeger  <aj@suse.de>

	* math/Makefile: Remove omit-long-double-fcts.
This commit is contained in:
Andreas Jaeger 2001-02-22 09:17:54 +00:00
parent e947e3162f
commit bcbd6c737c
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2001-02-22 Andreas Jaeger <aj@suse.de>
* math/Makefile: Remove omit-long-double-fcts.
2001-02-18 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
* sysdeps/mips/bsd-_setjmp.S (_setjmp): Reorder instructions to

View File

@ -143,8 +143,6 @@ CPPFLAGS-s_lib_version.c := -D_POSIX_MODE
# only the fdlibm code.
CPPFLAGS += -D__NO_MATH_INLINES -D__LIBC_INTERNAL_MATH_INLINES
# Using omit-long-double-fcts is only a temporary hack.
ifneq ($(omit-long-double-fcts),yes)
ifneq ($(long-double-fcts),yes)
# The `double' and `long double' types are the same on this machine.
# We won't compile the `long double' code at all. Tell the `double' code
@ -153,7 +151,6 @@ ifneq ($(long-double-fcts),yes)
# `double' instead of `long double'.
CPPFLAGS += -DNO_LONG_DOUBLE -D_Mlong_double_=double
endif
endif
# The fdlibm code generates a lot of these warnings but is otherwise clean.
override CFLAGS += -Wno-uninitialized