summaryrefslogtreecommitdiff
path: root/Makefile.linux64
diff options
context:
space:
mode:
authorCVS2SVN2006-12-14 12:32:40 +0000
committerCVS2SVN2006-12-14 12:32:40 +0000
commitcd8a10feb62857f206459a98b262d64e72e4e106 (patch)
treea9bee751868f88aeabdeafe97bd55a6ce3a90d0f /Makefile.linux64
parentstore 64 bits in data section (instead of 32) for cvtsi2sdq instruction (diff)
This commit was manufactured by cvs2svn to create tag 'clean-2-2'.clean-2-2
Diffstat (limited to 'Makefile.linux64')
-rw-r--r--Makefile.linux6414
1 files changed, 0 insertions, 14 deletions
diff --git a/Makefile.linux64 b/Makefile.linux64
deleted file mode 100644
index 0c66714..0000000
--- a/Makefile.linux64
+++ /dev/null
@@ -1,14 +0,0 @@
-
-CC = gcc
-CFLAGS = -DI486 -DGNU_C -DLINUX -DLINUX_ELF -DG_AI64 -O -fomit-frame-pointer
-
-OBJECTS = cg.o cgcalc.o cgcode.o cginput.o cginstructions.o \
- cglin.o cgopt.o cgaas.o cgawas.o cgstack.o
-
-cg: $(OBJECTS)
- gcc -s $(OBJECTS) -o $@
-
-clean:
- rm $(OBJECTS)
-
-# DO NOT DELETE