This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Arguments to genrecog.c
- From: "Bharati Bhole" <bharati dot bhole at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Wed, 20 Sep 2006 11:14:56 +0530
- Subject: Arguments to genrecog.c
Hi,
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.
And what does this mean - "build_exeext = @build_exeext@"
Bharati