From: Antti Kantee Date: Thu, 24 Jul 2014 13:18:27 +0000 (+0000) Subject: -D__RUMPAPP__ in addition to -D__RUMPUSER_XEN__ X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=b77b10ba2fe5ede9283f1bd06e5272045fec371f;p=rumpuser-xen.git -D__RUMPAPP__ in addition to -D__RUMPUSER_XEN__ All new code should use the former, the latter will be removed at some point. --- diff --git a/app-tools/specs.configure.in b/app-tools/specs.configure.in index 5414b26..02e789a 100644 --- a/app-tools/specs.configure.in +++ b/app-tools/specs.configure.in @@ -1,7 +1,7 @@ %rename cpp_options old_cpp_options *cpp_options: --nostdinc -isystem !BASE!/rump/include -isystem !BASE!/include %(old_cpp_options) !CPPFLAGS! -D__RUMPUSER_XEN__ -D__NetBSD__ +-nostdinc -isystem !BASE!/rump/include -isystem !BASE!/include %(old_cpp_options) !CPPFLAGS! -D__RUMPUSER_XEN__ -D__RUMPAPP__ -D__NetBSD__ *linker: !APPTOOLS!/ld --stunt-intermediate %g.link1 %g.link2 --stunt-final-script !LDSCRIPT! diff --git a/app-tools/specs.in b/app-tools/specs.in index f08c0b5..c80882a 100644 --- a/app-tools/specs.in +++ b/app-tools/specs.in @@ -1,7 +1,7 @@ %rename cpp_options old_cpp_options *cpp_options: --nostdinc -isystem !BASE!/rump/include -isystem !BASE!/include %(old_cpp_options) !CPPFLAGS! -D__RUMPUSER_XEN__ -D__NetBSD__ +-nostdinc -isystem !BASE!/rump/include -isystem !BASE!/include %(old_cpp_options) !CPPFLAGS! -D__RUMPUSER_XEN__ -D__RUMPAPP__ -D__NetBSD__ *linker: !APPTOOLS!/ld --stunt-intermediate %g.link1 %g.link2 --stunt-final-script !LDSCRIPT!