|
|
@ -23,7 +23,7 @@ ifneq (,$(findstring x86_64-,$(DEB_BUILD_GNU_TYPE)))
|
|
|
|
else ifneq (,$(findstring arm-,$(DEB_BUILD_GNU_TYPE)))
|
|
|
|
else ifneq (,$(findstring arm-,$(DEB_BUILD_GNU_TYPE)))
|
|
|
|
ifneq(,$(findstring armhf,$(DEB_HOST_ARCH)))
|
|
|
|
ifneq(,$(findstring armhf,$(DEB_HOST_ARCH)))
|
|
|
|
cdbs_configure_flags := --enable-single --enable-neon --float_abi=hard --enable-shared --disable-rpath
|
|
|
|
cdbs_configure_flags := --enable-single --enable-neon --float_abi=hard --enable-shared --disable-rpath
|
|
|
|
else
|
|
|
|
endif
|
|
|
|
else ifneq (,$(findstring aarch64-,$(DEB_BUILD_GNU_TYPE)))
|
|
|
|
else ifneq (,$(findstring aarch64-,$(DEB_BUILD_GNU_TYPE)))
|
|
|
|
cdbs_configure_flags := --enable-single --enable-neon --float_abi=hard --enable-shared --disable-rpath
|
|
|
|
cdbs_configure_flags := --enable-single --enable-neon --float_abi=hard --enable-shared --disable-rpath
|
|
|
|
else
|
|
|
|
else
|
|
|
|