summaryrefslogtreecommitdiffstats
path: root/scripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2001-04-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-04-162-2/+7
| | | | | * setup.def: Modified the binutils version to 2.11 and RPM revision 3 to reflect experimentation with new binutils release.
* 2001-04-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-04-113-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-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-03-192-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-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-03-143-3/+14
| | | | | * gdb/Makefile.am, mkgdbspec.in: Added mipstx39-rtems configuration to gdb since this includes the JMR3904 simulator.
* 2001-02-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-03-011-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-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-01-034-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-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-11-162-1/+5
| | | | * gccnewlib/gccnewlib.add: Fix typo in URL.
* 2000-11-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-11-092-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-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-10-318-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-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-10-262-2/+6
| | | | * configure.in: Remove trailing '/'s from setting up RPM_SPECdir.
* 2000-10-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-10-182-2/+6
| | | | * setup.def: Updating version numbers for gcc/newlib RPM release 10.
* 2000-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-08-303-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.
* Adding ChangeLogs.Joel Sherrill2000-08-101-0/+3
|
* Updated versions.Joel Sherrill2000-08-011-2/+2
|
* Port of RTEMS to the ARM processor family by Eric ValetteJoel Sherrill2000-07-277-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.
* Updated to new patch.Joel Sherrill2000-07-112-4/+12
|
* Using RPM names for versions now.Joel Sherrill2000-06-291-6/+6
|
* Corrected.Joel Sherrill2000-06-291-7/+3
|
* New file.Joel Sherrill2000-06-293-0/+85
|
* Switch to gcc patch 20000629 and revision level 8. This patchJoel Sherrill2000-06-291-2/+2
| | | | | | fixes: + the h8300-rtems and hppa1.1-rtems configure.in stanzas + config/rs6000/rtems.h start and end file specs
* h8300-rtems now uses the correct command to generate the specs file.Joel Sherrill2000-06-291-1/+1
|
* Added initial h8300 support.Joel Sherrill2000-06-295-8/+26
|
* gdb 5.0 does not install readline so don't try to grab the info files.Joel Sherrill2000-06-291-1/+2
|
* Merged from 4.5.0-beta3aJoel Sherrill2000-06-1230-126/+902
|
* These files were added or deleted on the 4.5 branch as part ofJoel Sherrill2000-05-289-3283/+0
| | | | Ralf's patch to split the .spec files into multiple ".add" parts.
* Added on 4.5 branchJoel Sherrill2000-05-2816-0/+0
|
* Added on branch.Joel Sherrill2000-05-212-0/+1873
|
* Patch rtems-rc-4.5.0-13-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill2000-04-135-0/+29
| | | | adds .cvsignore.
* Patches rtems-rc-20000204-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-02-081-1/+1
| | | | | | | | | | | | | | | | | that contains: * Removes remaining (now illegal) references to $(SRC) from a couple of Makefile.ams * Removes duplicate AC_CONFIG_SUBDIRS macro from c/configure.in * Moves ENABLE_LIBCDIR into RTEMS_PROG_C[C|XX]_FOR_TARGET (hides LIBCDIR from most configure scripts, i.e. LIBCDIR becomes less visible) * Adds RTEMS_PROG_C[C|XX]_FOR_TARGET and RTEMS_CANONICALIZE_TOOLS to libbsp/*/configure.ins (A minor bug in previous implementations, which only has an impact when switching to GNU/Cygnus canonicalization) * Cleans up several bogus comments. * Removes MKLIB * Switches the version number to 4.5.0 (for testing version number handling)
* Patch from David Fiddes <D.J.Fiddes@hw.ac.uk> to match his CygwinJoel Sherrill2000-02-082-2/+5
| | | | for RTEMS toolkit.
* Updated version numbers.Joel Sherrill2000-02-081-2/+2
|
* Patches rtems-rc-20000118-5.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-02-012-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | that contains: * The fix for the gen68360/network/Makefile.am * automatically set permissions to 755 to scripts/buildall and scripts-ada/buildall (I remembered a trick to achieve this :). * automake support for libbsp/* and libcpu/* (Attn: This part will finally break old-style configuration for all non-public cpus) NOTES: * This patch has only been tested for a random selection of BSPs (I haven't rebuilt all toolchains yet). * This patch is against rtem-cvs as of this morning (MET). To apply: patch -p1 <rtems-rc-20000118-5.diff cvs rm -f ./c/src/lib/libbsp/Makefile.in cvs rm -f ./c/src/lib/libbsp/shmdr/Makefile.in cvs rm -f ./c/src/lib/libcpu/Makefile.in cvs add ./c/src/lib/libbsp/Makefile.am cvs add ./c/src/lib/libbsp/shmdr/Makefile.am cvs add ./c/src/lib/libcpu/Makefile.am ./bootstrap
* Changed versions of newlib patch.Joel Sherrill2000-01-311-2/+2
|
* Patch rtems-rc-20000118-1.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-01-316-102/+176
| | | | | | | | | | | | | | 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
* Updated versions.Joel Sherrill2000-01-311-2/+2
|
* Removed gnat and made final cleanup.Joel Sherrill2000-01-278-269/+50
|
* Patch rtems-rc-20000118-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-01-272-340/+0
| | | | | | | | | | | | | | | | | | | | that converts the a29k to automake. This patch contains * An initial merger of the libcpu/a29k stuff you sent yesterday. AFAIS, most code inside them seems to be empty stubs. One file even contains a function called mips_*** which might indicate that this part might contain mips code or the code the initial porter used as template for porting. Unfortunately, I don't know anything about the a29k so I can't comment on the details. * A dummy bsp_specs to libbsp/29k/portsw * An update to the automake files related to the a29k. Note: * This patch is completely untested, because I don't have a toolchain for it. * The files in libcpu/a29k include bsp.h => The libbsp vs. libcpu-issue hits again.
* Now binutils, gcc, and gdb build into a "base" package that is sharedJoel Sherrill2000-01-258-13/+40
| | | | | | 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-243-31/+71
| | | | packages.
* Patch from David Fiddes <D.J@fiddes.surfaid.org> which adds basicJoel Sherrill2000-01-2311-62/+74
| | | | | | | | | | | | | | | | 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.
* Updated versions.Joel Sherrill2000-01-141-6/+6
|
* Updated list of targets to build.Joel Sherrill2000-01-141-2/+1
|
* Uncommitted remains of a previous patch from Ralf CorsepiusJoel Sherrill1999-11-301-106/+0
| | | | <corsepiu@faw.uni-ulm.de> which converted fiels to automake.
* RTEMS RPM basically working.Joel Sherrill1999-11-225-20/+30
|
* Corrected to include extra arguments for simulators on sparcJoel Sherrill1999-11-181-1/+1
| | | | and powerpc targets.
* Corrected to remove references to non-existent subpackages.Joel Sherrill1999-11-181-2/+2
|
* Added code to set extra configure arguments for sparc and powerpc targetsJoel Sherrill1999-11-181-4/+19
| | | | | | | such that the simulator is enabled. Also corrected a typo which prevented the simulator files from being included in the file list.
* Added ";;" to correct syntactical error.Joel Sherrill1999-11-181-0/+1
|
* Patch rtems-rc-19991105-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-11-161-1/+6
| | | | | | | This is the gdb.spec.in fix patch: * install infos gzip-ed * add gdb to group rtems
* Removed.Joel Sherrill1999-11-051-249/+0
|