summaryrefslogtreecommitdiffstats
path: root/scripts/binutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Removed gnat and made final cleanup.Joel Sherrill2000-01-271-0/+7
|
* Now binutils, gcc, and gdb build into a "base" package that is sharedJoel Sherrill2000-01-251-4/+4
| | | | | | by all targets and one or more target specific RPMs. This significantly reduces the conflicts between the RPMs whether installing one or multiple targets.
* Attempting to split binutils and gcc into base/shared and CPU specificJoel Sherrill2000-01-241-20/+45
| | | | packages.
* Patch from David Fiddes <D.J@fiddes.surfaid.org> which adds basicJoel Sherrill2000-01-231-20/+20
| | | | | | | | | | | | | | | | 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.
* Removing automatically generated files.Joel Sherrill1999-10-261-244/+0
|
* RegeneratedJoel Sherrill1999-10-261-5/+6
|
* Patch generated from scripts-19991025-0.tar.gz fromJoel Sherrill1999-10-252-8/+6
| | | | | | | | | | | | | | | | 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)
* Regnenerated following update from Ralf.Joel Sherrill1999-10-251-5/+6
|
* Merged scripts-19991022-0 changes from Ralf.Joel Sherrill1999-10-252-22/+14
|
* Now builds RPM without complete source. Each target is only 15K.Joel Sherrill1999-10-211-1/+13
|
* Made the RTEMS version get substituted properly even though it isJoel Sherrill1999-10-212-1/+2
| | | | | | not right yet. Now can specify rpm_build_root via setup.
* Added sh-rtemself and m68k-rtemself.Joel Sherrill1999-10-212-39/+48
|
* Changes from Ralf with script-19991021-0. He fixed the %filesJoel Sherrill1999-10-213-14/+23
| | | | | | | | 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.
* Moved stuff to rtems subdirectory and made sure the system stillJoel Sherrill1999-10-201-0/+1
| | | | functioned.
* Miscellaneous improvements and cleanups committed so I can mergeJoel Sherrill1999-10-201-2/+3
| | | | Ralf's end of day version.
* Generated files removed.Joel Sherrill1999-10-201-7/+13
|
* New version from Ralf.Joel Sherrill1999-10-203-0/+436