summaryrefslogtreecommitdiffstats
path: root/scripts (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2000-06-29Switch to gcc patch 20000629 and revision level 8. This patchJoel Sherrill1-2/+2
fixes: + the h8300-rtems and hppa1.1-rtems configure.in stanzas + config/rs6000/rtems.h start and end file specs
2000-06-29h8300-rtems now uses the correct command to generate the specs file.Joel Sherrill1-1/+1
2000-06-29Added initial h8300 support.Joel Sherrill5-8/+26
2000-06-29gdb 5.0 does not install readline so don't try to grab the info files.Joel Sherrill1-1/+2
2000-06-12Merged from 4.5.0-beta3aJoel Sherrill30-126/+902
2000-05-28These files were added or deleted on the 4.5 branch as part ofJoel Sherrill9-3283/+0
Ralf's patch to split the .spec files into multiple ".add" parts.
2000-05-28Added on 4.5 branchJoel Sherrill16-0/+0
2000-05-21Added on branch.Joel Sherrill2-0/+1873
2000-04-13Patch rtems-rc-4.5.0-13-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill5-0/+29
adds .cvsignore.
2000-02-08Patches rtems-rc-20000204-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-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)
2000-02-08Patch from David Fiddes <D.J.Fiddes@hw.ac.uk> to match his CygwinJoel Sherrill2-2/+5
for RTEMS toolkit.
2000-02-08Updated version numbers.Joel Sherrill1-2/+2
2000-02-01Patches rtems-rc-20000118-5.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-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
2000-01-31Changed versions of newlib patch.Joel Sherrill1-2/+2
2000-01-31Patch rtems-rc-20000118-1.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill6-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
2000-01-31Updated versions.Joel Sherrill1-2/+2
2000-01-27Removed gnat and made final cleanup.Joel Sherrill8-269/+50
2000-01-27Patch rtems-rc-20000118-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-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.
2000-01-25Now binutils, gcc, and gdb build into a "base" package that is sharedJoel Sherrill8-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.
2000-01-24Attempting to split binutils and gcc into base/shared and CPU specificJoel Sherrill3-31/+71
packages.
2000-01-23Patch from David Fiddes <D.J@fiddes.surfaid.org> which adds basicJoel Sherrill11-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.
2000-01-14Updated versions.Joel Sherrill1-6/+6
2000-01-14Updated list of targets to build.Joel Sherrill1-2/+1
1999-11-30Uncommitted remains of a previous patch from Ralf CorsepiusJoel Sherrill1-106/+0
<corsepiu@faw.uni-ulm.de> which converted fiels to automake.
1999-11-22RTEMS RPM basically working.Joel Sherrill5-20/+30
1999-11-18Corrected to include extra arguments for simulators on sparcJoel Sherrill1-1/+1
and powerpc targets.
1999-11-18Corrected to remove references to non-existent subpackages.Joel Sherrill1-2/+2
1999-11-18Added code to set extra configure arguments for sparc and powerpc targetsJoel Sherrill1-4/+19
such that the simulator is enabled. Also corrected a typo which prevented the simulator files from being included in the file list.
1999-11-18Added ";;" to correct syntactical error.Joel Sherrill1-0/+1
1999-11-16Patch rtems-rc-19991105-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1-1/+6
This is the gdb.spec.in fix patch: * install infos gzip-ed * add gdb to group rtems
1999-11-05Removed.Joel Sherrill1-249/+0
1999-11-05Added this file as a way to build RPMs for CPUs that would onlyJoel Sherrill1-0/+174
successfully build C/C++ and not all of the other languages included in late model egcs/gcc releases.
1999-11-04The files in libcpu should not be directly dependent on any BSP. InJoel Sherrill4-47/+19
particular, using bsp.h, or getting information from the BSP which should properly be obtained from RTEMS is forbidden. This is necessary to strengthen the division between the BSP independent parts of RTEMS and the BSPs themselves. This started after comments and analysis by Ralf Corsepius <corsepiu@faw.uni-ulm.de>. The changes primarily eliminated the need to include bsp.h and peeking at BSP_Configuration. The use of Cpu_table in each BSP needs to be eliminated.
1999-11-04Added first stab at mkgnatnewlib.Joel Sherrill6-0/+692
1999-11-02Fixed typo.Joel Sherrill1-1/+1
1999-11-02Clean up /opt/rtems in case junk is installed in the wrong place.Joel Sherrill1-4/+4
This has been seen on some machine configurations.
1999-10-27Latest version from Ralf Corsepius <corsepiu@faw.uni-ulm.de> whichJoel Sherrill1-44/+103
splits gcc, gcj, chill, f77 and objc into separate rpms..
1999-10-26Removing automatically generated files.Joel Sherrill4-1088/+0
1999-10-26Removed generated file.Joel Sherrill1-1101/+0
1999-10-26New versions for gcc and patch.Joel Sherrill1-2/+2
1999-10-26RegeneratedJoel Sherrill6-27/+34
1999-10-25Patch generated from scripts-19991025-0.tar.gz fromJoel Sherrill10-74/+143
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)