summaryrefslogtreecommitdiffstats
path: root/scripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-112-1/+5
| | | | * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
* 2003-07-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-07-132-2/+6
| | | | * autotools/automake-rtems.spec.in: Automake-1.7.6.
* 2003-06-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-06-042-2/+6
| | | | * autotools/automake-rtems.spec.in: Automake-1.7.5.
* 2003-06-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-06-022-3/+7
| | | | * setup.def: Updated for RPM revision 3 of gcc3.2.3 and newlib1.11.0.
* 2003-05-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-05-072-3/+8
| | | | | * setup.def: Update to gcc3.2.3newlib1.11.0-1. * gcc3newlib/gccnewlib.add: We used .bz2 files.
* 2003-04-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-04-183-5/+10
| | | | | * setup.def: Update to gcc3.2.2newlib1.11.0-2. * gcc3newlib/gccnewlib.add: We used .bz2 files.
* Merger from rtems-4-6-branch.Ralf Corsepius2003-03-118-40/+47
|
* 2003-02-26 RTEMSJoel Sherrill2003-02-264-23/+44
| | | | | | | | * setup.def: Updated gdb revision to -2 so arm will build and to fix psim build problem on NetBSD. * gcc3newlib/gccnewlib.add: Ignore dependency on GNAT RPM since RedHat 7.3 doesn't have it available. Maybe later. * gdb/Makefile.am: Cleanup way the RPM_SPECS_DATA variable is built.
* 2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-02-112-1/+5
| | | | * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
* 2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-02-112-1/+5
| | | | * configure.ac: AC_PREREQ(2.57).
* 2003-02-10 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-02-104-17/+33
| | | | | | * gdb/gdb.add, gdb/mkspec.in, gdb/target-gdb.add: Use RPM logic to determine which targets have simulators, configure with appropriate arguments, and package the correct files.
* 2003-02-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-02-073-7/+34
| | | | | | | * gcc3newlib/target-gcc.add: Remove %{_exeext} from gccbug. * gcc3newlib/gccnewlib.add: Add %gcj to support to disabling building gcj from rpmbuild command line. Copy gsyslimits.h for CDN-X compilation.
* 2003-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-02-054-0/+4
| | | | * Apply the 2003-01-31 changes OAR's broken CVS had dropped.
* 2003-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-313-0/+132
| | | | | | | | | * README.cdn-X: New. * binutils/binutils.add: Add --build=%_build --host=%_host. * cpukit/.cvsignore: Add *.spec.in. * gcc3newlib/gccnewlib.add: Add --build=%_build --host=%_host. * gdb/gdb.add: Add --build=%_build --host=%_host. * rtemsdoc/.cvsignore: Add *.spec.in.
* 2003-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-313-1/+6
| | | | | * gcc3newlib/gccnewlib.add: Remove Buildroot. * common/.cvsignore: New.
* 2003-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-3110-23/+35
| | | | | | | | | | | | | | | * common/common.add.in: Add Vendor, Distribution, BuildRoot. * binutils/Makefile.am: Fix path to clean.add. * binutils/binutils.add: Remove BuildRoot. * cpukit/Makefile.am: Use $(top_builddir)/common/common.add, $(top_builddir)/common/clean.add, header.add. Generate rtems-cpukit.spec.in. * cpukit/header.add: New. * cpukit/rtems-cpukit.spec.in: Remove. * cpukit/rtems-cpukit.add: New. * gccnewlib/gccnewlib.add: Remove Buildroot. * gdb/gdb.add: Remove Buildroot. * rtemsdoc/rtemsdoc.add: Remove BuildRoot.
* 2003-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-3112-150/+57
| | | | | | | | | | | | | | | | | | * rtemsdoc/Makefile.am: Use $(top_builddir)/common/common.add, $(top_builddir)/common/clean.add, header.add. Generate rtemsdoc.spec.in. * rtemsdoc/mkspec.in: Remove exe_ext. * rtemsdoc/rtemsdoc.spec.in: Remove. * gccnewlib/Makefile.am: Use $(top_builddir)/common/common.add, $(top_builddir)/common/clean.add, header.add. * gccnewlib/base-gcc.m4: Replace @exe_ext@ with %{_exeext}. * gccnewlib/base-gcj.add: Replace @exe_ext@ with %{_exeext}. * gccnewlib/gccnewlib.add: Replace @exe_ext@ with %{_exeext}. Remove header, broken cdn-X configuration, %clean. * gccnewlib/target-g77.add: Replace @exe_ext@ with %{_exeext}. * gccnewlib/target-gcc.add: Replace @exe_ext@ with %{_exeext}. * gccnewlib/target-gcj.add: Replace @exe_ext@ with %{_exeext}. * gccnewlib/target-objc.add: Replace @exe_ext@ with %{_exeext}.
* 2003-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-318-32/+30
| | | | | | | | | | | | | * gdb/gdb.add: Remove header, broken cdn-X configuration, %clean, Replace @exe_ext@ with %{_exeext}. * gdb/mkspec.in: Remove exe_ext. * gdb/target-gdb.add: Replace @exe_ext@ with %{_exeext}. * gdb/Makefile.am: Use $(top_builddir)/common/common.add, $(top_builddir)/common/clean.add, header.add. * gcc3newlib/base-gcj.add: Replace @exe_ext@ with %{_exeext}. * cpukit/mkspec.in: Remove exe_ext. * binutils/Makefile.am: Use $(top_builddir)/common/common.add, $(top_builddir)/common/clean.add, header.add.
* 2003-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-3110-50/+45
| | | | | | | | | | | | | | * gcc3newlib/gccnewlib.add: Remove header, broken cdn-X configuration, %clean, Replace @exe_ext@ with %{_exeext}. * gcc3newlib/mkspec.in: Remove exe_ext. * gcc3newlib/target-c++.add: Replace @exe_ext@ with %{_exeext}. * gcc3newlib/target-g77.add: Replace @exe_ext@ with %{_exeext}. * gcc3newlib/target-gcc.add: Replace @exe_ext@ with %{_exeext}. * gcc3newlib/target-gcj.add: Replace @exe_ext@ with %{_exeext}. * gcc3newlib/target-gnat.add: Replace @exe_ext@ with %{_exeext}. * gcc3newlib/target-objc.add: Replace @exe_ext@ with %{_exeext}. + gcc3newlib/Makefile.am: Use $(top_builddir)/common/common.add, $(top_builddir)/common/clean.add, header.add.
* 2003-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-313-11/+8
| | | | | | * Makefile.am: Remove reference to mkbinutilsspec. * configure.ac: Remove EXEEXT check. Add common/clean.add, common/common.add.
* 2003-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-314-48/+30
| | | | | | | * binutils/binutils.add: Remove header, broken cdn-X configuration, %clean. * binutils/mkspec.in: Remove exe_ext, build_alias, host_alias. * binutils/target-binutils.add: Replace @exe_ext@ with %{_exeext}.
* 2003-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-319-0/+139
| | | | | | | | | | | * gcc3newlib/header.add: New. * gccnewlib/header.add: New. * binutils/header.add: New. * gdb/header.add: New. * rtemsdoc/header.add: New. * rtemsdoc/rtemsdoc.add: New. * common/clean.add.in: New. * common/common.add.in: New.
* 2003-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-302-16/+17
| | | | * binutils/Makefile.am: Reflect changes above.
* 2003-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-306-18/+28
| | | | | | | | | | * binutils/mkspec.in: New. * binutils/.cvsignore: Add mkspec. * mkbinutilspec.in: Remove. * gdb/Makefile.am: Depend on mkspec. * binutils/binutils.add: Add @exe_ext@ to c++filt. Add %_defaultbuildroot. * configure.ac: Reflect changes above.
* 2003-01-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-292-0/+5
| | | | * gdb/.cvsignore: Add mkspec.
* 2003-01-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-2910-86/+126
| | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* 2003-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-2812-1/+43
| | | | | | | | | | | | | | | * gccnewlib.add: Add various BuildPreReq. Add %defattr(-,root,root) to "dir". * base-g77.add: %defattr(-,root,root). * base-gcc.add %defattr(-,root,root). * base-gcj.add %defattr(-,root,root). * base-gnat.add %defattr(-,root,root). * target-c++.add %defattr(-,root,root). * target-g77.add %defattr(-,root,root). * target-gcc.add %defattr(-,root,root). * target-gcj.add %defattr(-,root,root). * target-gnat.add %defattr(-,root,root). * target-objc.add %defattr(-,root,root).
* 2003-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-281-1/+1
| | | | * ChangeLog: binutils/binutils.add-entry from previous patch.
* 2003-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-285-2/+12
| | | | | | | * setup.def: binutils_rpm_release=2. * binutils/base-binutils.add: %defattr(-,root,root). * binutils/binutils.add: Ditto. * binutils/target-binutils.add: Ditto.
* 2003-01-27 RTEMSJoel Sherrill2003-01-273-19/+30
| | | | | * buildalltar.in, setup.def: Tool update including binaries for Cygwin with a special RTEMS user account.
* 2003-01-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-265-0/+51
| | | | | | | * configure.ac: Add rtemsdoc. * Makefile.ac: Add rtemsdoc. * rtemsdoc/README: New. * rtemsdoc/.cvsignore: New.
* 2003-01-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-266-0/+292
| | | | | | | | * rtemsdoc/Makefile.am: New. * rtemsdoc/mkspec.in: New. * rtemsdoc/rtemsdoc.spec.in: New. * rtemsdoc/supplement.add.in: New. * rtemsdoc/templ.add.in: New.
* 2002-12-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-12-172-2/+7
| | | | | * setup.def: Updated gcc 3.2.1newlib1.10.0 RPM to revision 4 to include m68k crti.o/crtn.o multilib patch.
* 2002-12-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-073-7/+13
| | | | | * autotools/automake-rtems.spec.in: Update to automake-1.7.2. * autotools/autoconf-rtems.spec.in: Update to autoconf-2.57.
* 2002-12-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-12-061-4/+1
| | | | * ChangeLog: Removed duplicate entry.
* 2002-12-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-12-063-2/+12
| | | | | | | * setup.def: Updated patch to fix m68k cut and paste bug which turned a tab into spaces in a Makefile fragment. * gcc3newlib/gccnewlib.add: If building gnat for the mips, the library must be built with a -G0 option.
* 2002-12-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-12-061-0/+7
| | | | | | | * setup.def: Updated patch to fix m68k cut and paste bug which turned a tab into spaces in a Makefile fragment. * gcc3newlib/gccnewlib.add: If building gnat for the mips, the library must be built with a -G0 option.
* 2002-12-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-12-023-2/+8
| | | | | * setup.def, gcc3newlib/gccnewlib.add: Updated to gcc 3.2.1 RPM revision 2 which enabled the mips-rtems gnat using gcc 3.2.1 patch 20021129.
* 2002-11-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-292-3/+7
| | | | * setup.def: Updated to gcc-3.2.1.
* 2002-11-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-283-3/+9
| | | | | * setup.def: Updated to gcc-3.2 and newlib1.1.0 RPM version 6. * gcc3newlib/gccnewlib.add: Reenabled i386-rtems gnat.
* 2002-11-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-11-252-8/+18
| | | | | | | * gcc3newlib/gccnewlib.add: Remove *.la's to make rpm-4.1/RH-8.0 happy. Remove libiberty.a to make rpm-4.1/RH-8.0 happy. Change gcc/version.c to reflect us having patched gcc.
* 2002-11-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-11-224-8/+24
| | | | | | | | | | | | | * binutils/binutils.add: Add BuildPreReq: /sbin/install-info. Disable nls. Apply gzip -9qf to compress *infos and *mans. Apply /sbin/install-info. Remove *c++-filt. * binutils/base-binutils.add: Add PreReq: /sbin/install-info. Apply /sbin/install-info. Package as.info-*.gz. * binutils/target-binutils.add: Package man1/*.1*.
* 2002-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-11-152-1/+5
| | | | * autotool/autoconf-rtems.spec.in: Fix @prefix@.
* 2002-11-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-133-5/+7
| | | | | * setup.def: Switched to binutils 2.13.1 * binutils/Makefile.am: Remove a29k-rtems.
* 2002-11-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-113-5/+10
| | | | | | * setup.def, gcc3newlib/gccnewlib.add: Patch includes updates which were patch changes for -3 and -4 RPM revisions. Disabled build of gnat for i386-rtems as it failed to build.
* 2002-10-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-295-12/+27
| | | | | | | | | | | | * gcc3newlib/gccnewlib.add: Remove %{target} != %{build} comment (RH-8.0/rpm-4.1 bogusly expands the macros and chokes.) * binutils/binutils.add: Remove %{target} != %{build} comment (RH-8.0/rpm-4.1 bogusly expands the macros and chokes.). Comment out CONFIGURE_ARGS (RH-8.0/rpm-4.1 is broken wrt. _build_os and _target_os) * gcc3newlib/base-gcc.add: Add gccint*infos. * gcc3newlib/base-gcj.add: Add gcj*infos. Mark manpages as %doc and pickup the gzipped versions.
* 2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-252-2/+8
| | | | | * autotools/automake-rtems.spec.in: Fix my address. Set up PATH before running configure (Prep. for automake >= 1.7).
* 2002-10-25 Joel Sherrill <joel@OARcorp.com>Ralf Corsepius2002-10-256-9/+19
| | | | | | | | | | | * autotools/autoconf-rtems.spec.in: New. Remove Provides: autoconf (Conflicts with RH-8.0). * autotools/autoconf-rtems.spec: Remove. * autotools/automake-rtems.spec.in: Remove Provides: automake (Conflicts with RH-8.0). * gcc3newlib/Makefile.am: Remove references to mkgcc3newlibspec. * Makefile.am: Ditto. * configure.ac: Add autotools/autoconf-rtems.spec.in.
* 2002-10-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-243-3/+8
| | | | | | * setup.def: Update gcc 3.2 pathc to includ epatch for gcc PR8314. * gcc3newlib/gccnewlib.add: Don't build mips/gnat as we do not currently include the patch referenced in PR8344.
* 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-212-4/+10
| | | | | | * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.