Remove -m64 from CFLAGS.

git-svn-id: svn://localhost/root/svnrepo/trunk@14 bee25f81-8ba7-4b93-944d-dfac3d1a11cc
master
colin.smith 15 years ago
parent 420e9ec1b3
commit ac83d6e7b4

@ -11,7 +11,7 @@ VM_COMP_OBJ = $(VM_OBJ) _compiler.o
UNIX_OBJ = u-main.o
PROGRAM = vx-scheme
DEFVER = -DVERSION=$(VERSION)
CFLAGS = -m64 -ansi -g -O2 -fno-exceptions -fno-rtti -Wall $(DEFVER)
CFLAGS = -ansi -g -O2 -fno-exceptions -fno-rtti -Wall $(DEFVER)
CC = gcc
TC = ../testcases

Loading…
Cancel
Save