Nicholas Nethercote 61c97ea72d Clear next AMD64 startup hurdle. Required copying the x86 LDT code.
Not sure if it's the right thing to do long-term, but good enough for
now.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3164
2004-11-30 15:10:02 +00:00

17 lines
312 B
Makefile

include $(top_srcdir)/Makefile.all.am
include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am
AM_CFLAGS = $(WERROR) -Winline -Wall -Wshadow -O -fomit-frame-pointer -g
noinst_HEADERS = \
core_platform.h \
vki_unistd.h
noinst_LIBRARIES = libplatform.a
libplatform_a_SOURCES = \
ldt.c \
syscall.S \
syscalls.c