mpdecimal: fix comment about fenv.h
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 4 Oct 2015 14:36:26 +0000 (15:36 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 4 Oct 2015 16:27:42 +0000 (18:27 +0200)
We're disabling fenv.h usage on i386 because it is not available in
musl/uclibc (and not musl/glibc as was written).

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/mpdecimal/mpdecimal.mk

index 2c8cc3ccfc3cd21358c29af586b3e286feb2ac5d..9b13def523c0db4d375413bfb785de77f60a66a4 100644 (file)
@@ -13,7 +13,7 @@ MPDECIMAL_CONF_OPTS = LD="$(TARGET_CC)"
 MPDECIMAL_AUTORECONF = YES
 
 # On i386, by default, mpdecimal tries to uses <fenv.h> which is not
-# available in musl/glibc. So in this case, we tell mpdecimal to use
+# available in musl/uclibc. So in this case, we tell mpdecimal to use
 # the generic 32 bits code, which is anyway the one used on ARM,
 # PowerPC, etc.
 ifeq ($(BR2_TOOLCHAIN_USES_GLIBC),)