From c14fd145b7cdbcb88d91b52f567bb0faabc86162 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Sun, 30 Apr 2006 13:55:59 +0000 Subject: let the compiler determine whether hardware or software floating point should be used (like we do in the editline subdirectory) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@23638 f38db490-d61c-443f-a65b-d21fe96a405b --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7286790dd..073845bf7 100644 --- a/Makefile +++ b/Makefile @@ -201,9 +201,9 @@ ifeq ($(OSARCH),Linux) OPTIONS+=-fsigned-char -mcpu=ep9312 else ifeq ($(SUB_PROC),xscale) - OPTIONS+=-fsigned-char -msoft-float -mcpu=xscale + OPTIONS+=-fsigned-char -mcpu=xscale else - OPTIONS+=-fsigned-char -msoft-float + OPTIONS+=-fsigned-char endif endif endif -- cgit v1.2.3