summaryrefslogtreecommitdiffstats
path: root/scripts/binutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2004-10-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-10-291-0/+4
| | | | | | | * setup.def: Update gcc to 3.3.5 and binutils to 2.15. * autotools/autoconf-rtems.spec.in: Temporarily do not include some of the documentation since it causes the RPM build to fail. * binutils/Makefile.am, gcc3newlib/Makefile.am: Add mips64-rtems.
* 2004-09-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-09-291-4/+0
| | | | | | | * buildall.in, buildalltar.in, binutils/Makefile.am, cpukit/Makefile.am, gcc3newlib/Makefile.am, gcc3newlib/gccnewlib.add, gdb/Makefile.am, rtems/Makefile.am, rtemsdoc/.cvsignore, rtemsdoc/Makefile.am: i960 obsoleted.
* 2004-09-23 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-09-233-15/+24
| | | | | | | * binutils/binutils.add: Rename package from binutils-collection to binutils. Cleanups. * binutils/target-binutils.add: Reflect changes above. * binutils/Makefile.am: Add avr. Reflect changes above.
* 2004-05-18 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-05-182-3/+4
| | | | | | | * binutils/Makefile.am: Add sh-rtemscoff. Remove sh-rtemself. * binutils/binutils.add: BuildRequires flex. * autotools/automake-rtems.spec.in: Automake 1.8.5.
* 2004-03-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-03-273-35/+40
| | | | | | | | * binutils/base-binutils.add: Apply _infodir. Don't install libiberty. Misc. cleanups. * binutils/binutils.add: Apply _infodir, _mandir. Don't install libiberty. Gzip man pages. Misc. cleanups. * binutils/target-binutils.add: Apply _mandir.
* 2004-03-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-03-151-11/+7
| | | | * binutils/base-binutils.add: Preparations for binutils-2.15.
* 2004-01-28 RTEMSJoel Sherrill2004-01-281-4/+0
| | | | | | | * 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-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-01-071-4/+0
| | | | | | | | * 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-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-111-2/+1
| | | | | | | | | | | | | | * 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-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-232-1/+4
| | | | | * binutils/Makefile.am: Add tic4x. * binutils/mkspec.in: Remove duplicate rpmgroup.
* 2003-09-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-261-4/+0
| | | | | | | * 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-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-09-043-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-041-2/+2
| | | | | * 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-042-40/+42
| | | | | | | | | | | * 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-025-60/+67
| | | | | | | | | | | | | | | | | | | | | | | * 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-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-222-7/+13
| | | | | | * binutils/binutils.add: Preps for 2.14. Use %{binutils_version} instead of @binutils_version@. * binutils/base_binutils.add: Preps for 2.14.
* 2003-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-311-0/+1
| | | | | | | | | * 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-312-2/+1
| | | | | | | | | | | | | | | * 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-311-2/+4
| | | | | | | | | | | | | * 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-313-48/+23
| | | | | | | * 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-311-0/+4
| | | | | | | | | | | * 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-301-16/+16
| | | | * binutils/Makefile.am: Reflect changes above.
* 2003-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-303-4/+74
| | | | | | | | | | * 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-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-283-0/+3
| | | | | | | * setup.def: binutils_rpm_release=2. * binutils/base-binutils.add: %defattr(-,root,root). * binutils/binutils.add: Ditto. * binutils/target-binutils.add: Ditto.
* 2002-11-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-11-223-8/+11
| | | | | | | | | | | | | * 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-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-131-4/+1
| | | | | * setup.def: Switched to binutils 2.13.1 * binutils/Makefile.am: Remove a29k-rtems.
* 2002-10-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-291-4/+3
| | | | | | | | | | | | * 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-08-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-082-8/+13
| | | | | * setup.def, binutils/base-binutils.add, binutils/target-binutils.add: Updated to binutils 2.13 which has no known issues.
* 2002-07-22 Joel Sherrill <joel@OARcorp.com>Ralf Corsepius2002-07-221-0/+4
| | | | * binutils/Makefile.am: Add or32-rtems-binutils.
* 2001-04-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-04-161-4/+1
| | | | | | | | * .cvsignore: Added files added by automake 1.6.1. * setup.def: New shot at gcc 3.0.4 RPMs. * binutils/Makefile.am, gdb/Makefile.am, rtems/Makefile.am: Deleted m68k-rtemself. * gcc3newlib/gccnewlib.add: Commented out host/target OS check.
* 2002-04-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-04-032-6/+7
| | | | | | | | | | | | | | | | * mkbinutilspec.in: Add support for empty patch-version (no patch). * mkgcc3newlibspec.in: Ditto. * setup: Fix gcc3*_versions handling. * setup.def: binutils_patch_version=. * binutils/binutils.add: Reflect changes to mkbinutilspec.in, Use "%{_target_os}" != "%{_build_os}" to detect cross-building. * binutils/target-binutils.add: Comment out c++filt. * gcc3newlib/base-gcc.add: Remove duplicate libm.info. * gcc3newlib/gccnewlib.add: Reflect changes to mkgcc3newlibspec.in. Use "%{_target_os}" != "%{_build_os}" to detect cross-building. Comment out gcc-2.95.x hacks. Remove *.la from installed files. * gcc3newlib/gccnewlib_c_only.spec.in: Remove.
* 2001-03-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-03-281-1/+1
| | | | | * binutils/binutils.add: Commented out patch since binutils 2.12 does not require one.
* 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-03-281-1/+0
| | | | | | | | | | | | * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * autotools/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * binutils/Makefile.am: Remove AUTOMAKE_OPTIONS. * gccnewlib/Makefile.am: Remove AUTOMAKE_OPTIONS. * gdb/Makefile.am: Remove AUTOMAKE_OPTIONS. * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
* 2002-03-06 Ralf Corsepius <corsepiu@faw-uni-ulm.de>Joel Sherrill2002-03-201-2/+2
| | | | | | | * PR151 * autotools/automake-rtems.spec.in: New. * autotools/automake-rtems.spec: Removed. * configure.ac: Reflect changes above.
* 2002-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-243-77/+80
| | | | | | | | | | | | | | | | * configure.ac: Add AC_PREFIX_DEFAULT([/opt/rtems]). * mkbinutilsspec.in: Add propagation of @prefix@. * binutils/base-binutils.add: Let %post and %unpost apply %{_prefix}. Apply %{_prefix} instead of /opt/rtems. * binutils/binutils.add: Update copyright notice. Add _prefix. Apply %{_prefix} instead of /opt/rtems. Remove -a 0 in %setup. Rework hack to SuSE's rpm screwing up %{_target}. Replace ARGS with CONFIGURE_ARGS. * binutils/target-binutils.add: Apply %{_prefix} instead of /opt/rtems.
* 2002-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-221-3/+7
| | | | | | | | | | | | | * binutils/binutils.add: Add initial support for building Canadian cross RPMs. It should work like this: cd rtems/scripts ./configure --build=`../config.guess` --host=i386-cygwin make install rpm --target=i386-cygwin \ /usr/src/redhat/SPECS/<target>-binutils-..spec. alien -t /usr/src/redhat/RPMS/....i386.rpm .. and voila ... your tarball, with rpm-consistency checks etc. applied.
* 2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-09-241-1/+1
| | | | | | * gdb/Makefile.am, gccnewlib/Makefile.am, binutils/Makefile.am: Initially setup CLEANFILES using = instead of += to make automake-1.5 happy.
* 2001-07-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-07-031-1/+1
| | | | | | * setup.def, binutils.add, gccnewlib.add: Updated to build binutils 2.11.2 (rtems patch 20010622), gcc 2.95.3 (rtems patch a20010622), and newlib 1.9.0 (rtems patch 10020622).
* 2001-04-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-04-112-4/+6
| | | | | | * binutils/Makefile.am: Added a29k-rtems. * binutils/binutils.add: Switch to .bz2 extension to reflect real way code is compressed on distribution sites now.
* 2001-01-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-01-031-0/+7
| | | | | | * setup.def, binutils/HISTORY, gccnewlib/HISTORY: Updated binutils HISTORY to reflect new revision. Updated gcc to fix i960 C++ problem. Updated newlib to move to newlib 1.9.0.
* 2000-10-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-10-311-1/+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.
* Port of RTEMS to the ARM processor family by Eric ValetteJoel Sherrill2000-07-272-1/+11
| | | | | | <valette@crf.canon.fr> and Emmanuel Raguet <raguet@crf.canon.fr> of Canon CRF - Communication Dept. This port includes a basic BSP that is sufficient to link hello world.
* Corrected.Joel Sherrill2000-06-291-7/+3
|
* New file.Joel Sherrill2000-06-291-0/+25
|
* Added initial h8300 support.Joel Sherrill2000-06-291-1/+5
|
* Merged from 4.5.0-beta3aJoel Sherrill2000-06-125-23/+224
|
* These files were added or deleted on the 4.5 branch as part ofJoel Sherrill2000-05-281-194/+0
| | | | Ralf's patch to split the .spec files into multiple ".add" parts.
* Added on 4.5 branchJoel Sherrill2000-05-283-0/+0
|
* Patch rtems-rc-4.5.0-13-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill2000-04-131-0/+3
| | | | adds .cvsignore.
* Patch rtems-rc-20000118-1.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-01-311-0/+2
| | | | | | | | | | | | | | that contains: * cleanups to configuration files * A reworked gccnewlib.spec.in: I have reformated it for enhanced readability and added more rtems-base packages. It now should be free of any installation conflicts (If there still remain some, they should be regarded as bugs). * A fix to the bin2boot RTEMS_BSP issue (make RTEMS_BSP="pc386 pc486" now works). * removes libbsp/bare/wrapup * Further cleanups