[Asterisk-cvs] zaptel Makefile,1.79,1.80
russell at lists.digium.com
russell at lists.digium.com
Fri Jun 3 12:03:28 CDT 2005
- Previous message: [Asterisk-cvs] asterisk-addons/asterisk-ooh323c/ooh323c/src
ooLogChan.c, NONE, 1.1 ooLogChan.h, NONE, 1.1 Makefile.am, 1.2,
1.3 Makefile.in, 1.2, 1.3 ooCalls.c, 1.3, 1.4 ooCalls.h, 1.1,
1.2 ooCapability.c, 1.1, 1.2 ooCapability.h, 1.3,
1.4 ooGkClient.h, 1.1, 1.2 ooStackCmds.c, 1.2,
1.3 ooStackCmds.h, 1.2, 1.3 oochannels.c, 1.3,
1.4 oochannels.h, 1.3, 1.4 ooh245.c, 1.3, 1.4 ooh245.h, 1.1,
1.2 ooh323.c, 1.2, 1.3 ooh323.h, 1.1, 1.2 ooh323ep.c, 1.2,
1.3 ooh323ep.h, 1.2, 1.3 ooq931.c, 1.2, 1.3 ooq931.h, 1.2,
1.3 ootrace.c, 1.1, 1.2 ootrace.h, 1.1, 1.2 ootypes.h, 1.2, 1.3
- Next message: [Asterisk-cvs] libpri pri_facility.c,1.15,1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv9153
Modified Files:
Makefile
Log Message:
fix issue with x86_64 on 2.4 kernels
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/zaptel/Makefile,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- Makefile 23 May 2005 22:48:36 -0000 1.79
+++ Makefile 3 Jun 2005 16:06:25 -0000 1.80
@@ -34,11 +34,11 @@
endif
KFLAGS_PPC:=$(shell if uname -m | grep -q ppc; then echo "-msoft-float -fsigned-char"; fi)
KFLAGS+=$(KFLAGS_PPC)
+KFLAGS+=$(shell if uname -r | grep -q 2.4; then if uname -m | grep -q x86_64; then echo "-mcmodel=kernel"; fi; fi)
#
# Features are now configured in zconfig.h
#
-#
KFLAGS+=-DSTANDALONE_ZAPATA
CFLAGS+=-DSTANDALONE_ZAPATA
- Previous message: [Asterisk-cvs] asterisk-addons/asterisk-ooh323c/ooh323c/src
ooLogChan.c, NONE, 1.1 ooLogChan.h, NONE, 1.1 Makefile.am, 1.2,
1.3 Makefile.in, 1.2, 1.3 ooCalls.c, 1.3, 1.4 ooCalls.h, 1.1,
1.2 ooCapability.c, 1.1, 1.2 ooCapability.h, 1.3,
1.4 ooGkClient.h, 1.1, 1.2 ooStackCmds.c, 1.2,
1.3 ooStackCmds.h, 1.2, 1.3 oochannels.c, 1.3,
1.4 oochannels.h, 1.3, 1.4 ooh245.c, 1.3, 1.4 ooh245.h, 1.1,
1.2 ooh323.c, 1.2, 1.3 ooh323.h, 1.1, 1.2 ooh323ep.c, 1.2,
1.3 ooh323ep.h, 1.2, 1.3 ooq931.c, 1.2, 1.3 ooq931.h, 1.2,
1.3 ootrace.c, 1.1, 1.2 ootrace.h, 1.1, 1.2 ootypes.h, 1.2, 1.3
- Next message: [Asterisk-cvs] libpri pri_facility.c,1.15,1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list