]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
let the compiler determine whether hardware or software floating point should be...
authorKevin P. Fleming <kpfleming@digium.com>
Sun, 30 Apr 2006 13:55:59 +0000 (13:55 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Sun, 30 Apr 2006 13:55:59 +0000 (13:55 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@23638 65c4cc65-6c06-0410-ace0-fbb531ad65f3

Makefile

index 7286790dd8b4e2922d05c6a182b3ce37318f8cbb..073845bf79808570ff9768a960adc19756b69e8a 100644 (file)
--- 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