summaryrefslogtreecommitdiffstats
path: root/scripts/mkgdbspec.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2003-01-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-291-91/+0
| | | | | | | | | | | | | | | | | | | | | | | | | * ChangeLog: Fix yesterday's entry. * gdb/target-gdb.add: %defattr(-,root,root). Use %{_prefix} instead of /opt/rtems. Misc. minor changes. * gdb/gdb.add: Use %{_prefix} instead of /opt/rtems. Remove stray unpackaged files. Use %{_defaultbuildroot} instead of hard-coded values. configure --disable-nls. Misc. minor changes. Add BuildPreReq: ncurses-devel. * gdb/base-gdb.add: %defattr(-,root,root). Use %{_prefix} instead of /opt/rtems. Misc. minor changes. * gdb/mkspec.in: New. * gdb/Makefile.am: Reflect addition of gdb/mkspec.in. * gcc3newlib/mkspec.in: Fix usage. * gcc3newlib/gccnewlib.add: Use %{_defaultbuildroot} instead of hard-coded values. Update copyright notice. * mkgdbspec.in: Removed. * Makefile.am: Remove mkgdbspec. * configure.ac: Remove mkgdbspec. Add gdb/mkspec.
* 2002-07-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | * ChangeLog: Fix 2002-07-22 ChangeLog entry bogusly referring to Joel. * cpukit/Makefile.am: New. * cpukit/mkspec.in: New. * cpukit/rtems-cpukit.spec.in: New. * cpukit/.cvsignore: New. * configure.ac: Add cpukit. Add RTEMS_TOP to pickup _RTEMS_VERSION (required by cpukit). * Makefile.am: Add cpukit. Add ACLOCAL_AMFLAGS (required to pickup RTEMS_VERSION). * setup.def: Use %{_tmppath} as default for $rpm_build_root. * mkbinutilsspec.in: Use ',' as pattern delimiter in sed expression for $rpm_build_root. * mkgccnewlibspec.in: Use ',' as pattern delimiter in sed expression for $rpm_build_root. * mkgcc3newlibspec.in: Use ',' as pattern delimiter in sed expression for $rpm_build_root. * mkgdbspec.in: Use ',' as pattern delimiter in sed expression for $rpm_build_root.
* 2002-06-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-06-141-2/+3
| | | | | * mkgdbspec.in, setup.def, gcc3newlib/gccnewlib.add, gdb/gdb.add: Updated to gcc 3.1 and gdb 5.2.
* 2001-10-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-10-151-7/+7
| | | | | | | | | | * mkbinutilsspec.in: Guard sed-pattern against autoconf. * mkgccnewlibspec.in: Guard sed-pattern against autoconf, remove Target_alias. * mkgdbspec.in: Guard sed-pattern against autoconf. * mkbspspec.in: Guard sed-pattern against autoconf. * configure.ac: Rework check for RPM_SPECSdir. * autotools/automake-rtems.spec: Update to automake-1.5.
* 2001-08-10 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-08-101-14/+4
| | | | | * mkgdbspec.in: Make list of simulators very complete. * setup.def: Update versions.
* 2001-03-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-03-141-0/+3
| | | | | * gdb/Makefile.am, mkgdbspec.in: Added mipstx39-rtems configuration to gdb since this includes the JMR3904 simulator.
* 2000-10-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-10-311-0/+3
| | | | | | | * buildall.in, mkgdbspec.in, setup.def, binutils/Makefile.am, gccnewlib/HISTORY, gccnewlib/Makefile.am, gdb/Makefile.am: Added mips-rtems, updated to include new patches and gcc 2.95.2/newlib 1.8.2 revision 11 RPM.
* Added initial h8300 support.Joel Sherrill2000-06-291-0/+6
|
* Now binutils, gcc, and gdb build into a "base" package that is sharedJoel Sherrill2000-01-251-1/+1
| | | | | | by all targets and one or more target specific RPMs. This significantly reduces the conflicts between the RPMs whether installing one or multiple targets.
* Patch from David Fiddes <D.J@fiddes.surfaid.org> which adds basicJoel Sherrill2000-01-231-3/+5
| | | | | | | | | | | | | | | | 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.
* Added code to set extra configure arguments for sparc and powerpc targetsJoel Sherrill1999-11-181-4/+19
| | | | | | | such that the simulator is enabled. Also corrected a typo which prevented the simulator files from being included in the file list.
* Made the RTEMS version get substituted properly even though it isJoel Sherrill1999-10-211-0/+1
| | | | | | not right yet. Now can specify rpm_build_root via setup.
* Changes from Ralf with script-19991021-0. He fixed the %filesJoel Sherrill1999-10-211-3/+4
| | | | | | | | 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.
* Miscellaneous improvements and cleanups committed so I can mergeJoel Sherrill1999-10-201-4/+1
| | | | Ralf's end of day version.
* Generated files removed.Joel Sherrill1999-10-201-2/+3
|
* Made this more binutils like. :)Joel Sherrill1999-10-201-5/+9
|
* Adding the infrastructure for gdb.Joel Sherrill1999-10-201-0/+67