java/5080: gcc/java/jcf-parse.c:908: `LC_CTYPE' undeclared (first use in this function)
Tom Tromey
tromey@redhat.com
Tue Dec 18 14:26:00 GMT 2001
The following reply was made to PR java/5080; it has been noted by GNATS.
From: Tom Tromey <tromey@redhat.com>
To: Zack Weinberg <zack@codesourcery.com>
Cc: George.R.Goffe@seagate.com, gcc-gnats@gcc.gnu.org
Subject: Re: java/5080: gcc/java/jcf-parse.c:908: `LC_CTYPE' undeclared (first use in this function)
Date: 18 Dec 2001 15:31:12 -0700
Zack> I think this is a pure oversight. There should be an instance of
Zack> LDFLAGS = @LDFLAGS@
Zack> somewhere in the Makefile.in.
Nope:
creche. cvs update Makefile.in
creche. cat CVS/Repository
/cvs/gcc/gcc/gcc
creche. fgrep @LDFLAGS@ Makefile.in
creche.
Ok, LDFLAGS is passed down from the top level.
This means that changes to it in gcc/configure.in won't have an effect.
Changing LDFLAGS like this is wrong anyhow, as LDFLAGS is a user
variable according to the GNU coding standards (well, it is implied).
Tom
More information about the Gcc-prs
mailing list