[asterisk-commits] trunk r23639 - in /trunk: ./ Makefile
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Sun Apr 30 06:56:38 MST 2006
Author: kpfleming
Date: Sun Apr 30 08:56:37 2006
New Revision: 23639
URL: http://svn.digium.com/view/asterisk?rev=23639&view=rev
Log:
Merged revisions 23638 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r23638 | kpfleming | 2006-04-30 08:55:59 -0500 (Sun, 30 Apr 2006) | 2 lines
let the compiler determine whether hardware or software floating point should be used (like we do in the editline subdirectory)
........
Modified:
trunk/ (props changed)
trunk/Makefile
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.
Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/Makefile?rev=23639&r1=23638&r2=23639&view=diff
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Sun Apr 30 08:56:37 2006
@@ -234,9 +234,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