|
@@ -522,10 +522,10 @@ Warning: Variable $[upcase $[tree]]_INSTALL is not set!
|
|
|
// Caution! interrogate_ipath might be redefined in the
|
|
// Caution! interrogate_ipath might be redefined in the
|
|
|
// Global.platform.pp file.
|
|
// Global.platform.pp file.
|
|
|
#defer interrogate_ipath $[target_ipath:%=-I%]
|
|
#defer interrogate_ipath $[target_ipath:%=-I%]
|
|
|
-#defer interrogate_spath $[install_parser_inc_dir:%=-S%]
|
|
|
|
|
|
|
+#defer interrogate_spath $[install_parser_inc_dir:%=-S%] -S/usr/include
|
|
|
|
|
|
|
|
#defer interrogate_options \
|
|
#defer interrogate_options \
|
|
|
- -DCPPPARSER -D__cplusplus $[SYSTEM_IGATE_FLAGS] \
|
|
|
|
|
|
|
+ -DCPPPARSER -D__STDC__ -D__cplusplus $[SYSTEM_IGATE_FLAGS] \
|
|
|
$[interrogate_spath] $[interrogate_ipath] \
|
|
$[interrogate_spath] $[interrogate_ipath] \
|
|
|
$[CDEFINES_OPT$[OPTIMIZE]:%=-D%] \
|
|
$[CDEFINES_OPT$[OPTIMIZE]:%=-D%] \
|
|
|
$[filter -D%,$[C++FLAGS]] \
|
|
$[filter -D%,$[C++FLAGS]] \
|