[asterisk-commits] branch 1.2 r23638 - /branches/1.2/Makefile

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Sun Apr 30 06:56:00 MST 2006


Author: kpfleming
Date: Sun Apr 30 08:55:59 2006
New Revision: 23638

URL: http://svn.digium.com/view/asterisk?rev=23638&view=rev
Log:
let the compiler determine whether hardware or software floating point should be used (like we do in the editline subdirectory)

Modified:
    branches/1.2/Makefile

Modified: branches/1.2/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.2/Makefile?rev=23638&r1=23637&r2=23638&view=diff
==============================================================================
--- branches/1.2/Makefile (original)
+++ branches/1.2/Makefile Sun Apr 30 08:55:59 2006
@@ -201,9 +201,9 @@
       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



More information about the asterisk-commits mailing list