This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: NLS patches for Chill, Java and Fortran
- To: Philipp Thomas <pthomas at suse dot de>
- Subject: Re: NLS patches for Chill, Java and Fortran
- From: Richard Earnshaw <rearnsha at arm dot com>
- Date: Mon, 05 Jun 2000 10:18:27 +0100
- Cc: gcc-patches at gcc dot gnu dot org, Dave Brolley <brolley at cygnus dot com>, Alexandre Petit-Bianco <apbianco at cygnus dot com>, Richard Henderson <rth at cygnus dot com>
- Cc: rearnsha at arm dot com
- Organization: ARM Ltd.
- Reply-To: rearnsha at arm dot com
> Index: gcc/ch/Makefile.in
> ===================================================================
> +LIBS = $(LIBIBERTY) $(CLIB) $(INTLLIBS)
> +LIBDEPS = $(LIBIBERTY) $(INTLLIBS)
I think it would be better to put INTLLIBS before LIBIBERTY, then it can
pull functions from libiberty if it helps..
The same is true for java and maybe other front-ends as well.
R.