]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/Makefile
Get rid of WANT_FLOAT128 usage in floatn.h
[thirdparty/glibc.git] / math / Makefile
index 6ad3ccea2000d68f363ba4a079ef4ea7697505c9..ec7d91ca3d755498fc8e72ff9a9e03159c723675 100644 (file)
@@ -160,10 +160,6 @@ gen-calls = s_ldexpF
 generated += $(foreach s,.c .S,$(call type-foreach, $(calls:s_%=m_%$(s))))
 routines = $(call type-foreach, $(calls))
 
-ifeq ($(enable-float128),yes)
-math-CPPFLAGS += -DWANT_FLOAT128=1
-endif
-
 ifeq ($(build-mathvec),yes)
 # We need to install libm.so and libm.a as linker scripts
 # for transparent use of vector math library.