add -isystem cmdline option

This commit is contained in:
Joe Soroka
2011-02-01 23:32:53 -08:00
parent b88677454b
commit e939c4072c
2 changed files with 6 additions and 1 deletions

View File

@ -1274,7 +1274,7 @@ LIBTCCAPI int tcc_set_output_type(TCCState *s, int output_type)
if (!s->nostdinc) {
/* default include paths */
/* XXX: reverse order needed if -isystem support */
/* -isystem paths have already been handled */
#ifndef TCC_TARGET_PE
tcc_add_sysinclude_path(s, CONFIG_SYSROOT "/usr/local/include");
tcc_add_sysinclude_path(s, CONFIG_SYSROOT "/usr/include");