Ian Lance Taylor wrote:
"Bharati Bhole" <bharati.bhole@xxxxxxxxx> writes:
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@"
As the name implies, the most common case where @build_exeext@ is other
than a null string is when it is ".exe"