]> xenbits.xensource.com Git - rumpuser-xen.git/commitdiff
app-tools: Pass -I.../rumpuser-xen/include
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 14 Jul 2014 11:22:41 +0000 (12:22 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 14 Jul 2014 15:10:28 +0000 (16:10 +0100)
Applications may want the Xen or minios headers.  We pass that as the
last -isystem (because these headers aren't very namespace clean -
particularly, the minios headers are very bad).

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
app-tools/specs.in

index de632faf9f9750282b5abc323430da1f5c633e79..611855f7340fb069547ef4e53aa714d7646abf0f 100644 (file)
@@ -1,7 +1,7 @@
 %rename cpp_options old_cpp_options
  
 *cpp_options:
--nostdinc -isystem !BASE!/rump/include %(old_cpp_options) !CPPFLAGS!
+-nostdinc -isystem !BASE!/rump/include -isystem !BASE!/include %(old_cpp_options) !CPPFLAGS!
 
 *linker:
 !APPTOOLS!/ld --stunt-intermediate %g.link1 %g.link2 --stunt-final-script !LDSCRIPT!