This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
"Bharati Bhole" <bharati.bhole@gmail.com> writes:As the name implies, the most common case where @build_exeext@ is other than a null string is when it is ".exe"
Can anybody plz tell me what are the arguments to genrecog.c. I could decipher that the 2nd arg. is an .md file and the first arg is something "build_exeext", but this "build_exeext" is initialized as build_exeext = ie. nothing.
build_exeext is set in config.build. I quote:
# build_exeext Set to the suffix, if the build machine requires # executables to have a file name suffix.
And what does this mean - "build_exeext = @build_exeext@"
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |