From 8ea8305199496ba29b6d0da2de07aea4441844aa Mon Sep 17 00:00:00 2001 From: Shinichiro Hamaji Date: Tue, 9 Jun 2009 03:23:08 +0900 Subject: x86-64: Add alloca. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1a2b5f7..730b817 100644 --- a/Makefile +++ b/Makefile @@ -177,6 +177,10 @@ VPATH+=win32/lib endif ifeq ($(ARCH),i386) LIBTCC1_OBJS+=alloca86.o alloca86-bt.o +else +ifeq ($(ARCH),x86-64) +LIBTCC1_OBJS+=alloca86_64.o +endif endif %.o: %.c -- cgit v1.3.1