summaryrefslogtreecommitdiffstats
path: root/scripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-124-22/+4
| | | | * configure.ac, setup, setup.def: Remove now unused vars.
* 2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-1219-639/+13
| | | | | | | | | | | * mkgccnewlibspec.in, gccnewlib/.cvsignore, gccnewlib/HISTORY, gccnewlib/Makefile.am, gccnewlib/README, gccnewlib/base-chill.add, gccnewlib/base-g77.add, gccnewlib/base-gcc.add, gccnewlib/base-gcj.add, gccnewlib/gccnewlib.add, gccnewlib/header.add, gccnewlib/target-chill.add, gccnewlib/target-g77.add, gccnewlib/target-gcc.add, gccnewlib/target-gcj.add, gccnewlib/target-objc.add: Remove (Obsolete). * configure.ac, Makefile.am: Reflect changes above.
* 2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-122-5/+14
| | | | | * gcc3newlib/gcc3newlib.add: Remove info/dir. Cosmetics.
* 2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-122-3/+9
| | | | | | * setup.def: Adapt to what Joel already ships - gcc3_version=3.3.2, gcc3_patch_version=20031216, gcc3newlib_rpm_release=3
* 2004-02-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-1011-90/+46
| | | | | | | | | | | | | | | | * configure.ac: Remove rtemsdoc/mkspec. Add RTEMS_RPM_RELEASE. * rtemsdoc/.cvsignore: Reformat. * Makefile.am: Reformat. Add RTEMS_RPM_RELEASE support to rtems-source.add, Use rtems_source_spec_DEPS instead of rtems_source_spec_DEPENDENCIES (Conflicts with automake internals). * rtems/rtems-source.add: Add RTEMS_RPM_RELEASE. * rtemsdoc/mkspec.in: Remove. * rtemsdoc/Makefile.am: Reworked. * rtemsdoc/header.add: Update Copyright notice. * rtemsdoc/rtemsdoc.add: Add RTEMS_RPM_RELEASE. Add %{rpmgroup}. Remove bzip-ing *.ps. * rtemsdoc/supplement.add.in: Add %{rpmgroup}. * rtemsdoc/templ.add.in: Add %{rpmgroup}.
* 2004-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-092-4/+13
| | | | * rtems/rtems-source.add: Require automake-1.8.2, autoconf-2.59.
* 2004-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-094-2/+44
| | | | | | | * rtems/rtems-source.add: New. * Makefile.am: Add rtems/rtems-source.spec handling. * configure.ac: AC_SUBST(RTEMS_VERSION,[_RTEMS_VERSION]). * common/common.add.in: Use www.rtems.com as Vendor.
* 2004-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-042-19/+6
| | | | * configure.ac: Use RTEMS_ENABLE_RPMPREFIX.
* 2004-01-28 RTEMSJoel Sherrill2004-01-288-29/+26
| | | | | | | * buildall.in, buildalltar.in, binutils/Makefile.am, cpukit/Makefile.am, gcc3newlib/Makefile.am, gccnewlib/Makefile.am, gdb/Makefile.am: Attempt to convert all c4x-rtems references to tic4x-rtems. Left the rtems documentation alone.
* 2004-01-28 RTEMSJoel Sherrill2004-01-285-7/+14
| | | | | | | * configure.ac: Enable OS versioning by default for 4.7 branch. * setup.def: Update binutils RPM version and build new gcc 3.2.3 RPMs. * autotools/autoconf-rtems.spec.in, autotools/automake-rtems.spec.in: Update for new tool spin.
* 2004-01-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-132-2/+6
| | | | * scripts/automake.spec.in: 1.8.2.
* 2004-01-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-122-2/+12
| | | | | | * scripts/automake.spec.in: 1.8.1. Add Patch0 automake-1.8.1-rtems-20040112-1.diff. Add defattr, URL:-tag.
* 2004-01-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-01-082-2/+7
| | | | | * setup.def: Update gcc/newlib for 4.7 series to 3.3.2 with 20031216 gcc patch (RPM revision 4.7-2).
* 2004-01-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-01-0711-30/+13
| | | | | | | | * buildall.in, buildalltar.in, binutils/Makefile.am, cpukit/Makefile.am, gcc3newlib/Makefile.am, gccnewlib/Makefile.am, gdb/Makefile.am, rtems/Makefile.am, rtemsdoc/.cvsignore, rtemsdoc/Makefile.am: mips64orion port removed as mips port more completely covers the MIPS family.
* 2003-12-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-12-162-3/+8
| | | | | * setup.def: Update gcc/newlib for 4.7 series to 3.3.2 with 20031022 gcc patch (RPM revision 4.7-1).
* 2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-122-2/+6
| | | | * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
* 2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-1112-63/+53
| | | | | | | | | | | | | | * Makefile.am: Cosmetics. * autotools/Makefile.am: Cosmetics. * autotools/autoconf-rtems.spec.in: 2.59. * autotools/automake-rtems.spec.in: 1.8, Require autoconf-2.59. * binutils/Makefile.am: Cosmetics. * cpukit/Makefile.am: Cosmetics. * gcc3newlib/Makefile.am: Cosmetics. * gccnewlib/Makefile.am: Cosmetics. * gdb/Makefile.am: Cosmetics. * rtems/Makefile.am: Cosmetics. * rtemsdoc/Makefile.am: Cosmetics.
* 2003-11-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-11-173-1/+49
| | | | | | * gcc3newlib/gccnewlib.add: Add hacks to make gnatlib buildable. * gcc3newlib/base-gnat.add: Add info files.
* 2003-10-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-302-2/+8
| | | | | * gcc3newlib/gccnewlib.add: Make not building gnat and gcj the default for gcc-3.3.
* 2003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-233-1/+9
| | | | | * binutils/Makefile.am: Add tic4x. * binutils/mkspec.in: Remove duplicate rpmgroup.
* 2003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-223-0/+16
| | | | | | * gcc3newlib/Makefile.am: Add tic4x. * gcc3newlib/gccnewlib.add: Don't install install-tools for gcc >= 3.3.
* 2003-10-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-10-223-5/+10
| | | | | * configure.ac, setup.def: Update to binutils 2.14 adn gcc/newlib to 3.2.3 with 20030826 gcc patch.
* 2003-10-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-075-51/+67
| | | | | | | | * cpukit/target-cpukit.add: New. * cpukit/Makefile.am: Reflect having added target-cpukit.add. Acknowledge osversion. * cpukit/mkspec.in: Acknowledge osversion and rpmgroup. * cpukit/rtems-cpukit.add: Reflect new RTEMS spec conventions.
* 2003-10-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-072-2/+6
| | | | * autotools/automake-rtems.spec.in: Automake-1.7.8.
* 2003-09-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-2611-36/+17
| | | | | | | * buildall.in, buildalltar.in, binutils/Makefile.am, cpukit/Makefile.am, gcc3newlib/Makefile.am, gccnewlib/Makefile.am, gdb/Makefile.am, rtems/Makefile.am, rtemsdoc/.cvsignore, rtemsdoc/Makefile.am: Obsoleting HP PA-RISC port.
* 2003-09-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-09-242-2/+6
| | | | * autotools/automake-rtems.spec.in: Automake-1.7.7.
* 2003-09-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-09-184-6/+14
| | | | | | * gcc3newlib/gccnewlib.add: Fix duplicate removal of c++filt. * gcc3newlib/base-gcj.add: Add fastjar.info, jar.1, grepjar.1. * setup.def: gcc3newlib_rpm_release=4.
* 2003-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-09-0418-102/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * binutils/base-binutils.add: Add osversion support. * binutils/binutils.add: Add osversion support. %setup -n %{name}-%{version}. Don't remove c++filt. * binutils/target-binutils.add: Add osversion support. Pickup c++filt. * gcc3newlib/base-g77.add: Add osversion support. * gcc3newlib/base-gcc.add: Add osversion support. * gcc3newlib/base-gcj.add: Add osversion support. * gcc3newlib/base-gnat.add: Add osversion support. * gcc3newlib/gccnewlib.add: Add osversion support. Remove c++filt, %setup -n -n %{name}-%{version}. * gcc3newlib/target-c++.add: Add osversion support. Don't pickup c++filt. * gcc3newlib/target-g77.add: Add osversion support. * gcc3newlib/target-gcc.add: Add osversion support. * gcc3newlib/target-gcj.add: Add osversion support. * gcc3newlib/target-gnat.add: Add osversion support. * gccnewlib/gccnewlib.add: %setup -n %{name}-%{version}. * gdb/base-gdb.add: Add osversion support, rpmgroup, rpmprefix, gdb_version, gdb_target. * gdb/target-gdb.add: Ditto. * gdb/gdb.add: Ditto. %setup -n -n %{name}-%{version}.
* 2003-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-09-043-4/+9
| | | | | * binutils/Makefile.am: Fix osversion support for sh-rtemself. * gcc3newlib/Makefile.am: Fix osversion support for sh-rtemself.
* 2003-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-09-048-119/+145
| | | | | | | | | | | * configure.ac: Add --enable-osversions (OS-versioned RPMS support). * binutils/Makefile.am: Add osversion support. * binutils/mkspec.in: Add osversion support. * gcc3newlib/Makefile.am: Add osversion support. * gcc3newlib/mkspec.in: Add osversion support. * gdb/Makefile.am: Add osversion support. * gdb/mkspec.in: Add osversion support. Add rpmprefix, rpmgroup.
* 2003-09-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-09-0230-146/+218
| | | | | | | | | | | | | | | | | | | | | | | * Makefile.am, configure.ac, autotools/autoconf-rtems.spec.in, autotools/automake-rtems.spec.in, binutils/Makefile.am, binutils/base-binutils.add, binutils/binutils.add, binutils/mkspec.in, binutils/target-binutils.add, common/common.add.in, cpukit/Makefile.am, gcc3newlib/Makefile.am, gcc3newlib/base-g77.add, gcc3newlib/base-gcc.add, gcc3newlib/base-gcj.add, gcc3newlib/base-gnat.add, gcc3newlib/gccnewlib.add, gcc3newlib/mkspec.in, gcc3newlib/target-c++.add, gcc3newlib/target-g77.add, gcc3newlib/target-gcc.add, gcc3newlib/target-gcj.add, gcc3newlib/target-gnat.add, gcc3newlib/target-objc.add, gccnewlib/Makefile.am, gdb/Makefile.am, rtems/Makefile.am, rtemsdoc/Makefile.am: Merger from rtems-4-6-branch. * common/common.am: New.
* 2003-08-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-2410-111/+148
| | | | | | | | | | | | | | | | | | | | | | | | * common/common.add.in: s/www.oarcorp.com/www.rtems.com/. Add %define __os_install_post %{nil} to prevent RH-9's rpm-brp-strip from running (Chokes on foreign object formats). * gcc3newlib/base-g77.add: Use %{gcc_version} instead of @gcc_version@. * gcc3newlib/gccnewlib.add: Use %{gcc_version} instead of @gcc_version@. Reflect gcc >= 3.3 shipping monolytic infos. * gcc3newlib/target-c++.add: Use %{gcc_version} instead of @gcc_version@. Don't pickup c++filt. * gcc3newlib/target-g77.add: Use %{gcc_version} instead of @gcc_version@. * gcc3newlib/target-gcc.add: Use %{gcc_version} instead of @gcc_version@. * gcc3newlib/target-gcj.add: Use %{gcc_version} instead of @gcc_version@. * gcc3newlib/target-gnat.add: Use %{gcc_version} instead of @gcc_version@. * gcc3newlib/target-objc.add: Use %{gcc_version} instead of @gcc_version@.
* 2003-08-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-223-7/+19
| | | | | | * binutils/binutils.add: Preps for 2.14. Use %{binutils_version} instead of @binutils_version@. * binutils/base_binutils.add: Preps for 2.14.
* 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}.