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 <[email protected]> Committer: Peter Dunkley <[email protected]> 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) _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
