[sr-dev] git:master: core: Raspberry-pi builds now work without needing to specify extra flags

Peter Dunkley peter.dunkley at crocodile-rcs.com
Wed Sep 11 12:31:43 CEST 2013


Module: sip-router
Branch: master
Commit: 0f7bc9da0d132720531f3176ee216466f5877146
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0f7bc9da0d132720531f3176ee216466f5877146

Author: Peter Dunkley <peter.dunkley at crocodilertc.net>
Committer: Peter Dunkley <peter.dunkley at crocodilertc.net>
Date:   Wed Sep 11 11:30:50 2013 +0100

core: Raspberry-pi builds now work without needing to specify extra flags

---

 Makefile.defs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile.defs b/Makefile.defs
index ccd4b3f..fe28b8b 100644
--- a/Makefile.defs
+++ b/Makefile.defs
@@ -838,6 +838,7 @@ endif
 
 ifeq ($(ARCH), arm6)
 	use_fast_lock=yes
+	C_DEFS+=-DNOSMP # very unlikely to have an smp arm
 endif
 
 ifeq ($(ARCH), ppc)




More information about the sr-dev mailing list