]> xenbits.xensource.com Git - rumpuser-xen.git/commitdiff
-D__RUMPAPP__ in addition to -D__RUMPUSER_XEN__
authorAntti Kantee <pooka@iki.fi>
Thu, 24 Jul 2014 13:18:27 +0000 (13:18 +0000)
committerAntti Kantee <pooka@iki.fi>
Thu, 24 Jul 2014 13:18:27 +0000 (13:18 +0000)
All new code should use the former, the latter will be removed at
some point.

app-tools/specs.configure.in
app-tools/specs.in

index 5414b26cdcbf7ab3ecd8404f7300470e09fb1815..02e789aee5a5c56d69a5e19559f92d1b9cb5b859 100644 (file)
@@ -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!
index f08c0b5f3adfe6942741eb3d610596a76a9fa974..c80882a03afaced3610089ed99f005fc317068ff 100644 (file)
@@ -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!