mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-11 06:06:05 +00:00
MinGW have small conventions differences in the call of some APIs. The following differences are addressed: - mkdir method parameters - printf format for 64 bit integers - utsname structure - glob library MinGW does not provide glob library. This patch adapts the code to avoid this library when building for MinGW on windows systems. The new routines allow windows to support wildcards (*, ?) on Kconfig paths. zconf.lex.c_shipped is the file that the build system compiles by default. If the user defines the REGENERATE_PARSES environment variable for the build, then zconf.lex.c_shipped is generated from the file zconf.l. Both files are provided in the patch to keep coherency with the REGENERATE_PARSES option. Change-Id: I5b6ad24ead0521913ab6ea9da93551edcd2dc66b Signed-off-by: Louise Mendoza <yonattan.a.louise.mendoza@intel.com> Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@intel.com> |
||
---|---|---|
.. | ||
lxdialog | ||
check.sh | ||
conf.c | ||
confdata.c | ||
expr.c | ||
expr.h | ||
gconf.c | ||
gconf.glade | ||
images.c | ||
kxgettext.c | ||
list.h | ||
lkc_proto.h | ||
lkc.h | ||
Makefile | ||
mconf.c | ||
menu.c | ||
merge_config.sh | ||
nconf.c | ||
nconf.gui.c | ||
nconf.h | ||
POTFILES.in | ||
qconf.cc | ||
qconf.h | ||
streamline_config.pl | ||
symbol.c | ||
util.c | ||
zconf.gperf | ||
zconf.hash.c_shipped | ||
zconf.l | ||
zconf.lex.c_shipped | ||
zconf.tab.c_shipped | ||
zconf.y |