Changes between Version 81 and Version 82 of Developer/OpenProjects


Ignore:
Timestamp:
12/17/08 02:53:45 (15 years ago)
Author:
JoelSherrill
Comment:

/* Multilib GNU Ada */ Update

Legend:

Unmodified
Added
Removed
Modified
  • Developer/OpenProjects

    v81 v82  
    595595
    596596
    597 '''Status:''' [wiki:LaurentGuerby LaurentGuerby] has implemented the multilib'ing of the Ada run-time libraries.  gnatmake does not yet properly process -mcpu options like gcc so you have to use special command line options that make you way too aware of the multilib.
     597'''Status:''' [wiki:LaurentGuerby LaurentGuerby] has implemented the multilib'ing of the Ada run-time libraries. 
     598 *  gnatmake does not yet properly process -mcpu options like gcc so you have to use special command line options that make you way too aware of the multilib.
     599
     600{{{
     601You have to use --RTS together with -m for gnatmake
     602to work for non-default multilib:
     603
     604gnatmake $FLAGS --RTS=$(gcc -print-multi-directory $FLAGS)
     605}}}
     606
     607 *  There may as yet be target specific issues to work around where the same source file does not support all variants.
    598608
    599609The goal of this project is to implement Multilib support for GNU Ada (GNAT) run-time libraries in GCC.  This primary