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]

Re: Arguments to genrecog.c


"Bharati Bhole" <bharati.bhole@gmail.com> 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@"

That means that the value in Makefile.in is substituted by the
configure script when the configure script generates Makefile from
Makefile.in.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]