Files
osmo-trx/Transceiver52M/x86/Makefile.am
Kirill Zakharenko afa28be3ef transceiver/x86: don’t use -march=native to build x86 specialized code
when this option is used, it is impossible to cross-compile for x86
 variants like atom.
2015-09-10 19:57:03 -04:00

11 lines
171 B
Makefile

if !ARCH_ARM
AM_CFLAGS = -Wall -std=gnu99 -I../common
noinst_LTLIBRARIES = libarch.la
libarch_la_SOURCES = \
../common/convolve_base.c \
convert.c \
convolve.c
endif