From eba708a62b5bb255a3ba79ab29e9259118aaef34 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Mon, 28 May 2001 14:38:12 +0000 Subject: Make selection of uClibc floating point support in printf, etc. seperate from libm float function support. Also, move all Config files out of the main directory. --- Rules.mak | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Rules.mak') diff --git a/Rules.mak b/Rules.mak index e26a75a66..28a1c84a5 100644 --- a/Rules.mak +++ b/Rules.mak @@ -85,6 +85,12 @@ else DYNAMIC_LINKER=$(SYSTEM_LDSO) endif +# Disable libm if HAS_FLOATING_POINT isn't true. +ifneq ($(HAS_FLOATING_POINT),true) + HAS_LIBM_FLOAT = false + HAS_LIBM_DOUBLE = false + HAS_LIBM_LONG_DOUBLE = false +endif # It turns out the currently, function-sections causes ldelf2flt to segfault. # So till further notice, this is disabled by default.... -- cgit v1.2.3