[PATCH] osmo-trx[master]: build: Fix OBS build for ARM

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Sat Apr 28 00:02:09 UTC 2018


Review at  https://gerrit.osmocom.org/7947

build: Fix OBS build for ARM

Change-Id: Ic6b408d684e2bb58af71ec04ced7e73e0d38ffcd
---
M tests/Transceiver52M/Makefile.am
1 file changed, 3 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/47/7947/1

diff --git a/tests/Transceiver52M/Makefile.am b/tests/Transceiver52M/Makefile.am
index 778d64d..06db5b0 100644
--- a/tests/Transceiver52M/Makefile.am
+++ b/tests/Transceiver52M/Makefile.am
@@ -8,10 +8,11 @@
 	convolve_test
 
 convolve_test_SOURCES = convolve_test.c
+convolve_test_CFLAGS = $(AM_CFLAGS)
 convolve_test_LDADD = $(COMMON_LA) $(ARCH_LA)
 if HAVE_SSE3
-convolve_test_CFLAGS = $(AM_CFLAGS) $(SIMD_FLAGS)
+convolve_test_CFLAGS += $(SIMD_FLAGS)
 endif
 if HAVE_SSE4_1
-convolve_test_CFLAGS = $(AM_CFLAGS) $(SIMD_FLAGS)
+convolve_test_CFLAGS += $(SIMD_FLAGS)
 endif

-- 
To view, visit https://gerrit.osmocom.org/7947
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic6b408d684e2bb58af71ec04ced7e73e0d38ffcd
Gerrit-PatchSet: 1
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>



More information about the gerrit-log mailing list