This is the mail archive of the gcc-bugs@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]

[Bug ada/10693] make gnatlib_and_tools fails


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10693


charlet at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID


------- Additional Comments From charlet at gcc dot gnu dot org  2003-10-21 12:28 -------
The gnatlib_and_tools target is equivalent to make gnatlib gnattools
The gnattools target is only suitable for native builds.
For cross builds, you need to use cross-gnattools (and ada.all.cross)
target instead, e.g:

make gnatlib cross-gnattools ada.all.cross

So there is no bug per se.
I agree that some clean up could be useful, such as the one
suggested under PR 5911, but these two issues are different so I
am closing this PR.

Arno


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