mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
changes from r4341 through r4787 inclusive). That branch is now dead. Please do not commit anything else to it. For the most part the merge was not troublesome. The main areas of uncertainty are: - build system: I had to import by hand Makefile.core-AM_CPPFLAGS.am and include it in a couple of places. Building etc seems to still work, but I haven't tried building the documentation. - syscall wrappers: Following analysis by Greg & Nick, a whole lot of stuff was moved from -generic to -linux after the branch was created. I think that is satisfactorily glued back together now. - Regtests: although this appears to work, no .out files appear, which is strange, and makes it hard to diagnose regtest failures. In particular memcheck/tests/x86/scalar.stderr.exp remains in a conflicted state. - amd64 is broken (slightly), and ppc32 will be unbuildable. I'll attend to the former shortly. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4789
9 lines
203 B
Makefile
9 lines
203 B
Makefile
include $(top_srcdir)/Makefile.tool.am
|
|
|
|
val_PROGRAMS = none
|
|
|
|
none_SOURCES = nl_main.c
|
|
none_DEPENDENCIES = $(COREGRIND_LIBS)
|
|
none_LDADD = $(TOOL_LINKADD)
|
|
none_LDFLAGS = $(TOOL_LINKFLAGS)
|