Bump buildroot to 2019.02
This commit is contained in:
@@ -30,8 +30,9 @@ LIQUID_DSP_CFLAGS += -ffast-math
|
||||
endif
|
||||
|
||||
# use FFTW instead of built-in FFT
|
||||
ifeq ($(BR2_PACKAGE_FFTW_PRECISION_SINGLE),y)
|
||||
ifeq ($(BR2_PACKAGE_FFTW_SINGLE),y)
|
||||
LIQUID_DSP_LDFLAGS += -lfftw3f
|
||||
LIQUID_DSP_DEPENDENCIES += fftw-single
|
||||
endif
|
||||
|
||||
# disable altivec, it has build issues
|
||||
@@ -39,14 +40,6 @@ ifeq ($(BR2_powerpc)$(BR2_powerpc64)$(BR2_powerpc64le),y)
|
||||
LIQUID_DSP_CONF_OPTS += --enable-simdoverride
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_FFTW_PRECISION_DOUBLE),y)
|
||||
LIQUID_DSP_LDFLAGS += -lfftw3
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_FFTW_PRECISION_LONG_DOUBLE),y)
|
||||
LIQUID_DSP_LDFLAGS += -lfftw3l
|
||||
endif
|
||||
|
||||
LIQUID_DSP_CONF_OPTS += \
|
||||
CFLAGS="$(LIQUID_DSP_CFLAGS)" \
|
||||
LDFLAGS="$(LIQUID_DSP_LDFLAGS)"
|
||||
|
||||
Reference in New Issue
Block a user