This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Remove omit-long-double-fcts



We don't seem to use omit-long-double-fcts:
$ grep -r omit-long-double-fcts .
./math/Makefile:# Using omit-long-double-fcts is only a temporary hack.
./math/Makefile:ifneq ($(omit-long-double-fcts),yes)
./ChangeLog.7:  static tests to link.  Honour $(omit-long-double-fcts) == yes.

I propose to remove it.  Ok to commit?

Andreas

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

	* math/Makefile: Remove omit-long-double-fcts.

============================================================
Index: math/Makefile
--- math/Makefile	2001/02/17 17:01:29	1.102
+++ math/Makefile	2001/02/20 13:35:37
@@ -143,8 +143,6 @@
 # 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
@@ -152,7 +150,6 @@
 # defining those aliases, tell <math.h> to declare the `FUNCl' names with
 # `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.

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]