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.
This commit is contained in:
Joel Sherrill
2000-08-30 08:07:16 +00:00
parent 00966ba6e5
commit fe602cfef0
3 changed files with 18 additions and 10 deletions

View File

@@ -1,3 +1,11 @@
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.
2000-08-10 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: New file.

View File

@@ -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

View File

@@ -1,17 +1,17 @@
# RTEMS tools setup
binutils_version=2.9.1
binutils_patch_version=20000429
binutils_rpm_release=2
binutils_rpm_release=3
newlib_version=1.8.2
newlib_patch_version=20000525
newlib_patch_version=20000828
gcc_version=2.8.1
gcc_patch_version=20000429
gnat_version=3.12p
gnat_patch_version=20000429
gnatnewlib_rpm_release=4
gnat_version=3.13p
gnat_patch_version=20000829
gnatnewlib_rpm_release=1
gdb_version=4.17
gdb_patch_version=20000429
gdb_rpm_release=2
rtems_version=4.5.0-beta2a
gdb_rpm_release=3
rtems_version=NA
rtems_rpm_release=1
rpm_build_root=/tmp