[Asterisk-cvs] asterisk/codecs/gsm Makefile,1.18,1.19
markster at lists.digium.com
markster at lists.digium.com
Tue Dec 14 18:39:44 CST 2004
- Previous message: [Asterisk-cvs] asterisk/channels Makefile, 1.65, 1.66 chan_mgcp.c,
1.95, 1.96 chan_modem.c, 1.32, 1.33 chan_zap.c, 1.388,
1.389 iax2-parser.c, 1.30, 1.31
- Next message: [Asterisk-cvs] asterisk/codecs/lpc10 Makefile,1.13,1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/codecs/gsm
In directory mongoose.digium.com:/tmp/cvs-serv25047/codecs/gsm
Modified Files:
Makefile
Log Message:
Merge slimey's Solaris compatibility (with small mods) (bug #2740)
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/gsm/Makefile,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- Makefile 13 Dec 2004 21:45:03 -0000 1.18
+++ Makefile 14 Dec 2004 23:36:30 -0000 1.19
@@ -38,6 +38,7 @@
######### probably require gcc.
ifneq (${OSARCH},Darwin)
+ifneq (${OSARCH},SunOS)
ifneq (${PROC},x86_64)
ifneq (${PROC},ultrasparc)
ifneq ($(shell uname -m),ppc)
@@ -48,6 +49,7 @@
endif
endif
endif
+endif
#The problem with sparc is the best stuff is in newer versions of gcc (post 3.0) only.
#This works for even old (2.96) versions of gcc and provides a small boost either way.
- Previous message: [Asterisk-cvs] asterisk/channels Makefile, 1.65, 1.66 chan_mgcp.c,
1.95, 1.96 chan_modem.c, 1.32, 1.33 chan_zap.c, 1.388,
1.389 iax2-parser.c, 1.30, 1.31
- Next message: [Asterisk-cvs] asterisk/codecs/lpc10 Makefile,1.13,1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list