summaryrefslogtreecommitdiffstats
path: root/scripts/gccnewlib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Port of RTEMS to the ARM processor family by Eric ValetteJoel Sherrill2000-07-272-6/+17
| | | | | | <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-111-3/+11
|
* Using RPM names for versions now.Joel Sherrill2000-06-291-6/+6
|
* New file.Joel Sherrill2000-06-291-0/+37
|
* 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-291-1/+5
|
* Merged from 4.5.0-beta3aJoel Sherrill2000-06-1213-29/+437
|
* These files were added or deleted on the 4.5 branch as part ofJoel Sherrill2000-05-282-591/+0
| | | | Ralf's patch to split the .spec files into multiple ".add" parts.
* Added on 4.5 branchJoel Sherrill2000-05-2810-0/+0
|
* Patch rtems-rc-4.5.0-13-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill2000-04-131-0/+4
| | | | adds .cvsignore.
* Patch from David Fiddes <D.J.Fiddes@hw.ac.uk> to match his CygwinJoel Sherrill2000-02-081-2/+2
| | | | for RTEMS toolkit.
* Patch rtems-rc-20000118-1.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-01-312-102/+162
| | | | | | | | | | | | | | 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-272-10/+40
|
* Attempting to split binutils and gcc into base/shared and CPU specificJoel Sherrill2000-01-241-10/+25
| | | | packages.
* Patch from David Fiddes <D.J@fiddes.surfaid.org> which adds basicJoel Sherrill2000-01-232-21/+21
| | | | | | | | | | | | | | | | 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.
* Corrected to remove references to non-existent subpackages.Joel Sherrill1999-11-181-2/+2
|
* Added this file as a way to build RPMs for CPUs that would onlyJoel Sherrill1999-11-051-0/+174
| | | | | successfully build C/C++ and not all of the other languages included in late model egcs/gcc releases.
* The files in libcpu should not be directly dependent on any BSP. InJoel Sherrill1999-11-041-2/+5
| | | | | | | | | | | 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.
* Latest version from Ralf Corsepius <corsepiu@faw.uni-ulm.de> whichJoel Sherrill1999-10-271-44/+103
| | | | splits gcc, gcj, chill, f77 and objc into separate rpms..
* 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-40/+118
| | | | | | | | | | | | | | | | 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-59/+42
|
* Now builds RPM without complete source. Each target is only 15K.Joel Sherrill1999-10-211-3/+16
|
* Made the RTEMS version get substituted properly even though it isJoel Sherrill1999-10-211-0/+1
| | | | | | not right yet. Now can specify rpm_build_root via setup.
* Now can specify rpm_build_root via setup.Joel Sherrill1999-10-211-2/+2
| | | | Changed package name so generated RPM would have a nicer name.
* Added sh-rtemself and m68k-rtemself.Joel Sherrill1999-10-212-39/+47
|
* Changes from Ralf with script-19991021-0. He fixed the %filesJoel Sherrill1999-10-213-22/+64
| | | | | | | | 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-202-34/+37
| | | | | | functioned. Merged Ralf's changes into gccnewlib.spec.in.
* Miscellaneous improvements and cleanups committed so I can mergeJoel Sherrill1999-10-201-1/+2
| | | | Ralf's end of day version.
* Generated files removed.Joel Sherrill1999-10-201-2/+7
|
* Adding the infrastructure for gdb.Joel Sherrill1999-10-201-5/+6
|
* New version from Ralf.Joel Sherrill1999-10-203-0/+426