mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Minor tweaks for external tools, for Josef W.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3050
This commit is contained in:
parent
0ad76c8517
commit
be2a95cff2
@ -271,6 +271,7 @@ struct vki_sigcontext {
|
||||
#define VKI_O_CREAT 0100 /* not fcntl */
|
||||
#define VKI_O_EXCL 0200 /* not fcntl */
|
||||
#define VKI_O_TRUNC 01000 /* not fcntl */
|
||||
#define VKI_O_APPEND 02000
|
||||
#define VKI_O_NONBLOCK 04000
|
||||
|
||||
#define VKI_F_DUPFD 0 /* dup */
|
||||
|
||||
@ -2,10 +2,14 @@ prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@/valgrind
|
||||
arch=@VG_ARCH@
|
||||
os=@VG_OS@
|
||||
platform=@VG_PLATFORM@
|
||||
|
||||
Name: Valgrind
|
||||
Description: Program supervision framework for x86-GNU/Linux
|
||||
Version: @VERSION@
|
||||
Requires:
|
||||
Libs:
|
||||
Cflags: -I${includedir} -I${includedir}/@VG_ARCH@ -I${includedir}/@VG_OS@ -I${includedir}/@VG_PLATFORM@ @ARCH_TOOL_AM_CFLAGS@
|
||||
Cflags: -I${includedir} -I${includedir}/${arch} -I${includedir}/${os} -I${includedir}/${platform} @ARCH_TOOL_AM_CFLAGS@
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user