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>
%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!