add --enable-64 configure flag to build 64 bit with suncc

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6297 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2007-11-16 04:26:00 +00:00
parent e04965cd71
commit 7adaab24f2
5 changed files with 47 additions and 3 deletions

View File

@@ -40,6 +40,6 @@ gennmtab.o:%.o:%.c
$(CC) -c $< -o $@ $(CFLAGS) $(INCLUDES)
gennmtab:%:%.o
$(LINK) -o $@ $(LDFLAGS) $^
$(LINK) -o $@ $(LDFLAGS) $(CFLAGS) $^
include Makefile.depend