summaryrefslogtreecommitdiffstats
path: root/scripts-ada/TODO (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-08-202002-08-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-6/+0
* .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.
2000-01-26First cut at adding RPM scripts for building GNAT/RTEMS RPMs.Joel Sherrill1-1/+0
1999-10-20Miscellaneous improvements and cleanups committed so I can mergeJoel Sherrill1-0/+6
Ralf's end of day version.
1999-10-20New version from Ralf.Joel Sherrill1-6/+0
1999-10-18Working on being able to cut RPMs. It now appears that the processJoel Sherrill1-0/+7
is working mostly for sparc at least. There is one major problem -- the current process generates a unique source file per RPM when in fact all of the source files are nearly the same -- it is only the spec part of the rpm which differs. The new file mkbinutils_subpackage_version is an attempt to address this. It does part of the job right -- one source file produces multiple binary RPMs. BUT the end user can not produce the resulting RPMS themselves from SRPMS unless they also build all targets.