Browse Source

Removed -m64 switch from linux-64 makefile (IA64 compatability).

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@225 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Dave Parker 19 years ago
parent
commit
23484014af
  1. 3
      cudd/Makefile.linux-64

3
cudd/Makefile.linux-64

@ -63,7 +63,8 @@ ICFLAGS =
# Linux 64-bit
# (AMD64 or Itanium)
#
XCFLAGS = $(CFLAGS) -fPIC -DPIC -m64 -DHAVE_IEEE_754 -DBSD -DSIZEOF_VOID_P=8 -DSIZEOF_LONG=8
XCFLAGS = $(CFLAGS) -fPIC -DPIC -DHAVE_IEEE_754 -DBSD -DSIZEOF_VOID_P=8 -DSIZEOF_LONG=8
# Note: We omit the -m64 flag from here since it seems to be unsupported by gcc on IA64
#
#==========================

Loading…
Cancel
Save