]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
rlimit64_nofile won't build on Darwin, so don't try.
authorJulian Seward <jseward@acm.org>
Tue, 27 Mar 2012 10:03:56 +0000 (10:03 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 27 Mar 2012 10:03:56 +0000 (10:03 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12465

none/tests/Makefile.am

index 16456a7f7128f9b6d139ace855e8e9a4584d9996..7d0b201ec81ba02fc7913c50762a5706e18dc925 100644 (file)
@@ -186,7 +186,7 @@ check_PROGRAMS = \
        rcrl readline1 \
        require-text-symbol \
        res_search resolv \
-       rlimit_nofile rlimit64_nofile selfrun sem semlimit sha1_test \
+       rlimit_nofile selfrun sem semlimit sha1_test \
        shortpush shorts stackgrowth sigstackgrowth \
        syscall-restart1 syscall-restart2 \
        syslog \
@@ -218,6 +218,10 @@ if ! VGCONF_PLATFORMS_INCLUDE_AMD64_DARWIN
        manythreads \
        thread-exits
 endif
+# This doesn't appear to be compilable on Darwin.
+if ! VGCONF_OS_IS_DARWIN
+   check_PROGRAMS += rlimit64_nofile 
+endif
 
 
 AM_CFLAGS   += $(AM_FLAG_M3264_PRI)