cthon: added patches for connectathon
patches apply on top of http://www.connectathon.org/nfstests.zip Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
This commit is contained in:
parent
0ad4db4fad
commit
55ff9d855d
11 changed files with 1182 additions and 0 deletions
26
tests/0009-cthon-enabling-NATIVE64-for-special-tests.patch
Normal file
26
tests/0009-cthon-enabling-NATIVE64-for-special-tests.patch
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
From aafcd8aea575739115458cf3aeb58611d65647ee Mon Sep 17 00:00:00 2001
|
||||
From: Casey Bodley <cbodley@citi.umich.edu>
|
||||
Date: Mon, 11 Oct 2010 15:26:01 -0400
|
||||
Subject: [PATCH 09/11] cthon: enabling NATIVE64 for special tests
|
||||
|
||||
that enables 64bit offset tests in the special tests
|
||||
---
|
||||
tests.init | 2 +-
|
||||
1 files changed, 1 insertions(+), 1 deletions(-)
|
||||
|
||||
diff --git a/tests.init b/tests.init
|
||||
index 3a1ba74..c5116e6 100644
|
||||
--- a/tests.init
|
||||
+++ b/tests.init
|
||||
@@ -205,7 +205,7 @@ LOCKTESTS=`echo tlocklfs tlock64`
|
||||
|
||||
# Use with Linux 2.4 / GNU libc 2.2
|
||||
#CFLAGS=`echo -DLINUX -DGLIBC=22 -DMMAP -DSTDARG -fwritable-strings`
|
||||
-CFLAGS=`echo -DLINUX -DGLIBC=22 -DMMAP -DSTDARG`
|
||||
+CFLAGS=`echo -DLINUX -DGLIBC=22 -DMMAP -DSTDARG -DNATIVE64`
|
||||
#LIBS=`echo -lnsl`
|
||||
MOUNT=/bin/mount
|
||||
UMOUNT=/bin/umount
|
||||
--
|
||||
1.6.4.msysgit.0
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue