summaryrefslogtreecommitdiffstats
path: root/scripts-ada/gnatnewlib
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-08-30 08:07:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-08-30 08:07:16 +0000
commitfe602cfef04bd6458431647d3ec903f209bb13db (patch)
treee728e3b6706a67838798f3b9aa38b22080c401da /scripts-ada/gnatnewlib
parent2000-08-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-fe602cfef04bd6458431647d3ec903f209bb13db.tar.bz2
2000-08-30 Joel Sherrill <joel@OARcorp.com>
* setup.def: Updated to gnat-3.13p and adjusted all versions and revisions. * gnatnewlib/gnatnewlib.spec.in: Include gcov per gnat 3.13p build instructions. * NOTE: GNAT 3.13p was not successfully built when this was committed.
Diffstat (limited to 'scripts-ada/gnatnewlib')
-rw-r--r--scripts-ada/gnatnewlib/gnatnewlib.spec.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts-ada/gnatnewlib/gnatnewlib.spec.in b/scripts-ada/gnatnewlib/gnatnewlib.spec.in
index b140b85911..a33801180c 100644
--- a/scripts-ada/gnatnewlib/gnatnewlib.spec.in
+++ b/scripts-ada/gnatnewlib/gnatnewlib.spec.in
@@ -212,15 +212,15 @@ This is gnat, gcc, and newlib C Library for @target_alias@.
cd gcc
echo "Starting build of GNAT proper."
make prefix=$RPM_BUILD_ROOT/opt/gnatrtems \
- CC=gcc CFLAGS="-O2" LANGUAGES="c ada"
+ CC=gcc CFLAGS="-O2" LANGUAGES="c ada gcov"
echo "Starting build of cross GNAT tools"
make prefix=$RPM_BUILD_ROOT/opt/gnatrtems \
- CC=gcc CFLAGS="-O2 -g" LANGUAGES="c ada" cross-gnattools
+ CC=gcc CFLAGS="-O2 -g" LANGUAGES="c ada gcov" cross-gnattools
echo "Starting build of ada.all.cross"
make prefix=$RPM_BUILD_ROOT/opt/gnatrtems \
- CC=gcc CFLAGS="-O2" LANGUAGES="c ada" ada.all.cross
+ CC=gcc CFLAGS="-O2" LANGUAGES="c ada gcov" ada.all.cross
# must have -gnato to pass validation
# may want CC=gcc GNATLIBCFLAGS="-O3" GNATLIBFLAGS="-gnatpgn" gnatliy