1 ################################################################################
5 ################################################################################
8 GSL_SITE
= $(BR2_GNU_MIRROR
)/gsl
9 GSL_INSTALL_STAGING
= YES
11 GSL_LICENSE_FILES
= COPYING
12 GSL_CONFIG_SCRIPTS
= gsl-config
14 # uClibc pretends to have fenv support as it installs <fenv.h>, but in
15 # practice, it only implements it for i386. Problem reported upstream
16 # at: http://lists.busybox.net/pipermail/uclibc/2012-October/047067.html.
17 # So we tell gsl that fenv related functions are not available in this
19 ifeq ($(BR2_TOOLCHAIN_USES_UCLIBC
),y
)
22 ac_cv_have_decl_feenableexcept
=no \
23 ac_cv_have_decl_fesettrapenable
=no
27 $(eval
$(autotools-package
))