]> xenbits.xensource.com Git - rumpuser-xen.git/commitdiff
Overriding probe of RUMP_CURLWP is no longer necessary in -k builds
authorAntti Kantee <pooka@iki.fi>
Sun, 30 Nov 2014 22:51:18 +0000 (22:51 +0000)
committerAntti Kantee <pooka@iki.fi>
Sun, 30 Nov 2014 22:51:18 +0000 (22:51 +0000)
buildxen.sh

index 22d546cf4c483a4ea124416177c3e8e89fcb7a7d..bf0ad10bd2932b6cfaf0792e876f3840e9b42fb6 100755 (executable)
@@ -30,7 +30,7 @@ done
 # build tools
 ./buildrump.sh/buildrump.sh -${BUILDXEN_QUIET:-q} ${STDJ} -k \
     -V MKPIC=no -s rumpsrc -T rumptools -o rumpobj -N \
-    -V RUMP_CURLWP=hypercall -V RUMP_KERNEL_IS_LIBC=1 tools
+    -V RUMP_KERNEL_IS_LIBC=1 tools
 # FIXME to be able to specify this as part of previous cmdline
 echo 'CPPFLAGS+=-DMAXPHYS=32768' >> rumptools/mk.conf