Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

#238 closed defect (fixed)

Add gnat support to gcc3 RPM scripts

Reported by: Joel Sherrill Owned by: Ralf Corsepius
Priority: normal Milestone: 2
Component: tool Version: unknown
Severity: major Keywords:
Cc: bugs@…, joel.sherrill@… Blocked By:
Blocking:

Description

Some targets need to have Ada sub-packages on the RPMs.
This means that we need to add ada to the enable-languages
set and execute the following commands when Ada is enabled.

configurure ...
make all
make install
# Ada from here down
cd gcc
make cross-gnattools
make ada.all.cross
make CC=gcc GNATLIBCFLAGS="-O2 -g" gnatlib
cd ..
make install

Then the Ada language subpackage must pick up the other
release files.

Release:
CVS

Change History (2)

comment:1 Changed on 06/28/02 at 13:07:23 by Joel Sherrill

Owner: changed from joel to ralf

comment:2 Changed on 08/20/02 at 15:02:00 by Joel Sherrill

Status: assignedclosed

State-Changed-From-To: open->closed
State-Changed-Why: Basic support is in place. This is all this PR was intended

to track. scripts-ada has now been removed. Thanks Ralf.

Note: See TracTickets for help on using tickets.