On Mon, Jul 04, 2005 at 09:50:08PM -0700, Kazu Hirata wrote:
> I am having a trouble with libssp in one-tree builds. That is, if I
> try to build binutils and gcc at the same time, libssp/configure
> complains while compiling (and linking) the following program and the
> build process stops.
>
> /* confdefs.h. */
>
> #define PACKAGE_NAME "libssp"
> #define PACKAGE_TARNAME "libssp"
> #define PACKAGE_VERSION "1.0"
> #define PACKAGE_STRING "libssp 1.0"
> #define PACKAGE_BUGREPORT ""
> #define PACKAGE "libssp"
> #define VERSION "1.0"
> /* end confdefs.h. */
>
> int
> main ()
> {
>
> ;
> return 0;
> }
>
> The problem is that libssp/configure contains a link test, but we may
> not have crt0.o built yet (assuming targets like h8300-elf,
> arm-none-eabi, etc).
DJ, can this be solved by toplevel Makefile.in's dependencies or
lang_env_dependencies?
Jakub