diff options
Diffstat (limited to 'sysdeps/generic/Makefile')
-rw-r--r-- | sysdeps/generic/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sysdeps/generic/Makefile b/sysdeps/generic/Makefile index 5e1032a054..f363f1c89d 100644 --- a/sysdeps/generic/Makefile +++ b/sysdeps/generic/Makefile @@ -16,18 +16,6 @@ # not, write to the Free Software Foundation, Inc., 675 Mass Ave, # Cambridge, MA 02139, USA. -ifeq ($(subdir),math) -ifndef math-twiddled - -sysdep_routines += sincos asincos exp__E log__L -elided-routines += acos asin cos sin - -math-twiddled := t -override +gccwarn := -w -endif - -endif - ifeq (,$(filter-out $(sysdep_dir)/stub/ $(common-objpfx),\ $(dir $(firstword $(wildcard $(+sysdep_dirs:%=%/bytesex.h)))))) |