[MERGED] 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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Sat Apr 28 08:16:44 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: build: Fix OBS build for ARM
......................................................................


build: Fix OBS build for ARM

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

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



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: merged
Gerrit-Change-Id: Ic6b408d684e2bb58af71ec04ced7e73e0d38ffcd
Gerrit-PatchSet: 1
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list