Module: sip-router Branch: master Commit: e916a4680d37f481167770fff27a710088cb5d3d URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e916a468...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Fri Nov 9 08:07:42 2012 +0100
Makefile.defs: arm compiler flags update
- patch by Matthias Klose doko@debian.org, http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;bug=690388
---
Makefile.defs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.defs b/Makefile.defs index 039ca33..04064fc 100644 --- a/Makefile.defs +++ b/Makefile.defs @@ -1212,7 +1212,7 @@ ifeq ($(ARCH), arm) ifeq ($(CC_NAME), gcc) C_DEFS+=-DCC_GCC_LIKE_ASM #common stuff - CFLAGS=-O9 -funroll-loops -fsigned-char $(PROFILE) + CFLAGS=-marm -march=armv5t -O9 -funroll-loops -fsigned-char $(PROFILE) #if gcc 4.5+ or 4.2+ ifeq (,$(strip $(filter-out 4.2+ 4.5+,$(CC_SHORTVER)))) CFLAGS+= -ftree-vectorize -fno-strict-overflow