summaryrefslogtreecommitdiffstats
path: root/scripts-ada/gdb/gdb.spec.in (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-08-202002-08-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-152/+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.
2001-09-132001-09-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-14/+14
* configure.in: Add RTEMS specific version of EXEEXT test. * mkgdbspec.in, mkgnatnewlibspec.in, gdb/gdb.spec.in, gnatnewlib/gnatnewlib.spec.in: Change to Target_alias to avoid conflicts with new autoconf/automake. * setup, setup.def, mkgnatnewlibspec.in: Add gnat_newlib_patch_version variable. * gnatnewlib/Makefile.am: Add i386-rtemscoff target in attempt to build it.
2000-10-182000-10-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+2
* setup.def, gdb/gdb.spec.in,gnatnewlib/gnatnewlib.spec.in: Updated to reflect gnat 3.13p successfully building.
2000-06-12Merged from 4.5.0-beta3aJoel Sherrill1-3/+3
2000-01-28Put Ada scripts in group gnatrtems.Joel Sherrill1-1/+1
2000-01-27GNAT/RTEMS RPMs have built for the binutils/gnat/gcc combinationJoel Sherrill1-8/+15
and appear to be close for gdb.
2000-01-26First attempt at debugging.Joel Sherrill1-32/+32
2000-01-26First cut at adding RPM scripts for building GNAT/RTEMS RPMs.Joel Sherrill1-0/+0
2000-01-25Now binutils, gcc, and gdb build into a "base" package that is sharedJoel Sherrill1-4/+29
by all targets and one or more target specific RPMs. This significantly reduces the conflicts between the RPMs whether installing one or multiple targets.
2000-01-23Patch from David Fiddes <D.J@fiddes.surfaid.org> which adds basicJoel Sherrill1-1/+1
Cygwin support to the RPM scripts. The patch from David did not apply cleanly and Joel ended up making all the modifications plus some it should have included for consistency by hand. His comments: I've included a diff against the last (19991203) snapshot RPM scripts that adds what I think is required for Cygwin support. Basically all this boils down to is adding EXE extension support. I've added the AC_EXEEXT rule to conifgure.in (requires a valid 'cc' to work - this is not available in the standard Cygwin distro). Each of the *.spec.in have @exe_ext@ includes in them for each program that results in an EXE. The only odity here is that the chill driver program is a shell script and thus does not require .exe to be added... The mk*.in have all been updated to process the new exe_ext rule.
1999-11-18Corrected to include extra arguments for simulators on sparcJoel Sherrill1-1/+1
and powerpc targets.
1999-11-16Patch rtems-rc-19991105-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1-1/+6
This is the gdb.spec.in fix patch: * install infos gzip-ed * add gdb to group rtems
1999-11-02Fixed typo.Joel Sherrill1-1/+1
1999-10-25Patch generated from scripts-19991025-0.tar.gz fromJoel Sherrill1-2/+0
Ralf Corsepius <corsepiu@faw.uni-ulm.de>: Most significant changes: * Names for rpms changed again * gccnewlib.rpm split into 3 rpms, one for chill, gcj, gcc (includes c/c++/f77/objc), simultaneously built from a common *.spec. * small patches with major impact to gcc and newlib (Those fixes mentioned to Ian, ie. libobjc/libchill are built, multilibing works) * gcc patch against gcc-2.95.2 (Should also apply to gcc-2.95.1 without major problems) * Buildroot removed from */*spec.in * New: rpm Group: "rtems" (rpm -q -g rtems reports all RTEMS packages)
1999-10-25Merged scripts-19991022-0 changes from Ralf.Joel Sherrill1-3/+3
1999-10-21Now builds RPM without complete source. Each target is only 15K.Joel Sherrill1-3/+15
1999-10-21Made the RTEMS version get substituted properly even though it isJoel Sherrill1-1/+2
not right yet. Now can specify rpm_build_root via setup.
1999-10-21Changes from Ralf with script-19991021-0. He fixed the %filesJoel Sherrill1-12/+10
issue and has mkbspspec in a better state. user.cfg is now gone. There are some miscellaneous changes to buildall done by Joel to clean up the build process.
1999-10-20Miscellaneous improvements and cleanups committed so I can mergeJoel Sherrill1-1/+2
Ralf's end of day version.
1999-10-20New file.Joel Sherrill1-12/+32
1999-10-20Adding the infrastructure for gdb.Joel Sherrill1-5/+13
1999-10-20New version from Ralf.Joel Sherrill1-13/+5
1999-10-20Committing changes before Ralf's changed.Joel Sherrill1-0/+8
1999-10-19Left to build overnight.Joel Sherrill1-1/+1
1999-10-19Made it easier to change version numbers.Joel Sherrill1-5/+5
1999-10-18Working on being able to cut RPMs. It now appears that the processJoel Sherrill1-0/+76
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.