[Bug other/63492] New: bconfig.h or config.h for gencondmd.c
pangbw at gmail dot com
gcc-bugzilla@gcc.gnu.org
Thu Oct 9 00:26:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63492
Bug ID: 63492
Summary: bconfig.h or config.h for gencondmd.c
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: critical
Priority: P3
Component: other
Assignee: unassigned at gcc dot gnu.org
Reporter: pangbw at gmail dot com
I know config.h is for program running on host machine, bconfig.h is for
program running on build machine, but for gencondmd.c the case is special, it
is evaluating the macros would be defined on host instead of build machine, so
I think config.h should be used for gencondmd.c.
More information about the Gcc-bugs
mailing list