disable shared memory on ARM hosts

Signed-off-by: Steve Markgraf <steve@steve-m.de>
This commit is contained in:
Steve Markgraf 2013-12-15 04:03:02 +01:00
parent 71e9543fce
commit 40ae519271
2 changed files with 7 additions and 1 deletions

View file

@ -38,6 +38,12 @@ case "$host_os" in
;; ;;
esac esac
case "$host_cpu" in
arm*)
AC_DEFINE([D_HOST_OSX], [], [building without shared memory])
;;
esac
AC_CONFIG_FILES([Makefile AC_CONFIG_FILES([Makefile
src/Makefile]) src/Makefile])
AC_OUTPUT AC_OUTPUT

View file

@ -20,4 +20,4 @@ kal_SOURCES = \
version.h version.h
kal_CXXFLAGS = $(FFTW3_CFLAGS) $(LIBRTLSDR_CFLAGS) kal_CXXFLAGS = $(FFTW3_CFLAGS) $(LIBRTLSDR_CFLAGS)
kal_LDADD = $(FFTW3_LIBS) $(LIBRTLSDR_LIBS) kal_LDADD = $(FFTW3_LIBS) $(LIBRTLSDR_LIBS) -lrt