summaryrefslogtreecommitdiffstats
path: root/scripts (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-04-022001-04-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+5
* buildall.in: Correct logic for detecting 0 RTEMS RPMS installed.
2002-03-292001-03-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+5
* .cvsignore: Added mkgcc3newlib.
2002-03-292001-03-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-4/+15
* gcc3newlib/.cvsignore: New file.
2002-03-282001-03-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill20-5/+1188
* Per PR64 added support for gcc 3.x RPMs * Makefile.am, configure.ac, mkspec, setup, setup.def: Modified. * mkgcc3newlibspec.in: New file. * gcc3newlib: New subdirectory. * base-g77.add, base-gcc.add, base-gcj.add, gccnewlib.add, gccnewlib_c_only.spec.in, gccnewlib.spec.in, HISTORY, Makefile.am, README, target-g77.add, target-gcc.add, target-gcj.add, target-objc.add: New files.
2002-03-282001-03-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+6
* binutils/binutils.add: Commented out patch since binutils 2.12 does not require one.
2002-03-282002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill8-8/+14
* 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-202002-03-06 Ralf Corsepius <corsepiu@faw-uni-ulm.de>Joel Sherrill1-14/+18
* PR151 * autotools/automake-rtems.spec.in: New. * autotools/automake-rtems.spec: Removed. * configure.ac: Reflect changes above.
2002-03-202002-03-06 Ralf Corsepius <corsepiu@faw-uni-ulm.de>Joel Sherrill4-5/+14
* PR151 * autotools/automake-rtems.spec.in: New. * autotools/automake-rtems.spec: Removed. * configure.ac: Reflect changes above.
2002-02-272001-02-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+5
* configure.ac: Be a little more lenient in matching sparc-solaris.
2002-02-052002-01-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill13-87/+106
* mkbinutilspec.in, mkgccnewlibspec.in, gccnewlib/base-chill.add, gccnewlib/base-g77.add, gccnewlib/base-gcc.add, gccnewlib/base-gcj.add, gccnewlib/gccnewlib.add, gccnewlib/target-chill.add, gccnewlib/target-g77.add, gccnewlib/target-gcc.add, gccnewlib/target-gcj.add, gccnewlib/target-objc.add: Added more support for Canadian Cross building.
2002-01-302001-01-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+5
* buildall.in: Corrected logic for detecting when no RPMs are installed.
2002-01-242001-01-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+21
* README: Added Canadian Cross instructions.
2002-01-242002-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill5-78/+97
* 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-222002-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-3/+20
* 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.
2002-01-222001-01-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-96/+149
* buildalltar.in: Modified to support Canadian cross builds. It was testing using a RedHat 7.2 host to build *-rtems tools that run on an i386-cygwin host.
2001-11-152001-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-1/+5
* configure.ac: Fix typo to allow custom RPM_SPECSdirs.
2001-10-162001-10-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-3/+16
* setup.def: Bumped the gdb_patch_version to account for a configuration problem on psim where it could not be enabled for powerpc-RTEMS. * gdb/Makefile.am: Add i386-RTEMS and powerpc-RTEMS targets.
2001-10-152001-10-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill7-44/+62
* 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-10-122001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+84
* .cvsignore: Add autom4te.cache for autoconf > 2.52. * configure.in: Remove.
2001-10-122001-10-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-82/+0
* .cvsignore: Add autom4te.cache for autoconf > 2.52. * configure.in: Remove. * configure.ac: New file, generated from configure.in by autoupdate.
2001-10-112001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-0/+7
* .cvsignore: Add autom4te.cache for autoconf > 2.52. * configure.in: Remove. * configure.ac: New file, generated from configure.in by autoupdate.
2001-09-242001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill4-3/+9
* gdb/Makefile.am, gccnewlib/Makefile.am, binutils/Makefile.am: Initially setup CLEANFILES using = instead of += to make automake-1.5 happy.
2001-09-132001-09-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill5-14/+15
* setup.def, gccnewlib/gccnewlib.add, gccnewlib/target-gcc.add: Revert changes because of gcc 2.5.x/3.0 transition and continue to support gcc 2.95.x as primary version.
2001-09-132001-09-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill6-9/+27
* mkgccnewlibspec.in, Use Target_alias not target_alias to avoid conflicts with new autoconf. * setup.def: Changed version numbers in attempt at building gcc 3.0.1. Only sparc and arm built for C/C++ OK. :( * gccnewlib/base-gcc.add: Modifications to reflect files not in gcc 3.x. * gccnewlib/gccnewlib.add: gcc 3.x does not have "everything in the name" * target-gcc.add: Modifications to reflect files not in gcc 3.1
2001-09-132001-09-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+7
* autotools/.cvsignore: New file.
2001-09-062001-07-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill6-2/+195
* autotools/Makefile.am, autotools/autoconf-rtems.spec, autotools/automake-rtems.spec: New. * configure.in, Makefile.am: Add autotools/.
2001-08-302001-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+5
* .cvsignore: Add buildalltar.
2001-08-302001-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill4-2/+304
* buildalltar.in: New file. * configure.in, Makefile.am: Modified to reflect addition of file.
2001-08-102001-08-10 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-19/+14
* mkgdbspec.in: Make list of simulators very complete. * setup.def: Update versions.
2001-07-032001-07-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill4-9/+15
* 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-05-242001-05-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill5-10/+33
* configure.in: Remove AC_EXEEXT, treat .exe manually. * gccnewlib/base-gcc.add: Remove cpp. * gccnewlib/gccnewlib.add: mv cpp $target_alias-cpp, update copyright.
2001-04-162001-04-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-2/+7
* setup.def: Modified the binutils version to 2.11 and RPM revision 3 to reflect experimentation with new binutils release.
2001-04-112001-04-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-4/+12
* 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-03-192001-03-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-3/+9
* setup.def: Updated version numbers and patches for binutils and gdb. binutils was to get correct patch in field. gdb was to add mipstx39-rtems configurery support.
2001-03-142001-03-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-3/+14
* gdb/Makefile.am, mkgdbspec.in: Added mipstx39-rtems configuration to gdb since this includes the JMR3904 simulator.
2001-03-012001-02-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-3/+3
* configure.in: Reworked for Canadian Cross support. * Makefile.am: Reflect changes to configure.in. * config.guess, config.sub: Update from subversions.gnu.org. * README.cdn-X: New file. * tools/Makefile.am: Remove build, tools from SUBDIRS.
2001-01-032001-01-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill4-6/+27
* 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-11-162000-11-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-1/+5
* gccnewlib/gccnewlib.add: Fix typo in URL.
2000-11-092000-11-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-6/+11
* configure.in: Adapt m4-quoting to autoconf-2.49b, use $host instead of $target to setup RPM_CPU, move chmod 755 buildall to AC_OUTPUT's extra-cmds.
2000-10-312000-10-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill8-10/+47
* 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.
2000-10-262000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-2/+6
* configure.in: Remove trailing '/'s from setting up RPM_SPECdir.
2000-10-182000-10-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-2/+6
* setup.def: Updating version numbers for gcc/newlib RPM release 10.
2000-08-302000-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-3/+14
* setup.def: Updated gcc and newlib patches and bumped RPM revision. Patches primarily add or16/or32 basic support to newlib and i386 multilib improvements to gcc from Ralf Corsepius.
2000-08-10Adding ChangeLogs.Joel Sherrill1-0/+3
2000-08-01Updated versions.Joel Sherrill1-2/+2
2000-07-27Port of RTEMS to the ARM processor family by Eric ValetteJoel Sherrill7-16/+47
<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.
2000-07-11Updated to new patch.Joel Sherrill2-4/+12
2000-06-29Using RPM names for versions now.Joel Sherrill1-6/+6
2000-06-29Corrected.Joel Sherrill1-7/+3
2000-06-29New file.Joel Sherrill3-0/+85