This is the mail archive of the gcc@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: [Ada] Q about building cross gnatlib


> so any differences should be due to the differences between the current
> setup and the old one (which you know well).
                                  s/know/knew somewhat/ :)

I still don't see how to specifiy where when building adaint.c in
-DIN_RTS mode xgcc is supposed to find my target stdio.h for
example. We're only telling it to use INCLUDES_FOR_SUBDIR, and there's
nothing there to point to the target C library.

New Q for GCC cross people: what Makefile macro configure setups to
point to the needed target system library includes (in my case I
configure with --with-newlib)? If there's a macro, is there anything
special other than

EXTRA_INCLUDES = @magic_macro@

to add into ada/Makefile.in?

Thanks for any help on this!

-- 
Laurent Guerby <guerby@acm.org>


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