summaryrefslogtreecommitdiffstats
path: root/scripts-ada/README
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-20 16:01:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-20 16:01:28 +0000
commit1f657157f3acbb183ec0f6146e82fa87ef598bea (patch)
tree2765ca94bf60688b38039e51d585404e02d3e765 /scripts-ada/README
parent2002-08-20 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-1f657157f3acbb183ec0f6146e82fa87ef598bea.tar.bz2
2002-08-20 Joel Sherrill <joel@OARcorp.com>
* .cvsignore, ChangeLog, Makefile.am, README, TODO, buildall.in, configure.ac, install-sh, missing, mkbinutilspec.in, mkbspspec.in, mkgdbspec.in, mkgnatnewlibspec.in, mkinstalldirs, mkrpms, mkspec, setup, setup.def, binutils/.cvsignore, binutils/Makefile.am, binutils/binutils.spec.in, gdb/.cvsignore, gdb/Makefile.am, gdb/gdb.spec.in, gnatnewlib/.cvsignore, gnatnewlib/Makefile.am, gnatnewlib/gnatnewlib.spec.in: Per PR238 GNAT support is now included in the main RPM specs which support gcc 3.1 and newer since GNAT is in that source base now.
Diffstat (limited to 'scripts-ada/README')
-rw-r--r--scripts-ada/README28
1 files changed, 0 insertions, 28 deletions
diff --git a/scripts-ada/README b/scripts-ada/README
deleted file mode 100644
index bff791485d..0000000000
--- a/scripts-ada/README
+++ /dev/null
@@ -1,28 +0,0 @@
-#
-# $Id$
-#
-
-This directory contains the scripts used to build RPMS for GNAT/RTEMS.
-
-The scripts are close but do not work completely right yet. I have
-commented out the info related items in gnatnewlib.in to get the
-RPMS to build.
-
-The binutils directory should be ignored for now. In order to
-build the toolset at all, I had to merge building binutils
-into the build of gcc, gnat, and newlib. gdb is still built separately.
-When gnat is based off a more recent gcc version, we can go
-to the more proper method of building binutils first and
-separately.
-
-There is the more general issue that the gcc 2.8.1 RTEMS targets
-were not always the same object format that the gcc 2.95.x ones
-are. Thus some BSPs (m68k and i386 in particular) are now ELF
-based and assume crti.o/crtn.o is installed. The gcc 2.8.1
-configurations were not ELF and thus it is likely that programs
-will not link on certain configurations.
-
-Another more general issue is that GNAT gdb support is at
-4.17 while remote debugging of RTEMS applications via
-TCP/IP is in 4.18.
-