summaryrefslogtreecommitdiffstats
path: root/scripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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-044-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.
* Added first stab at mkgnatnewlib.Joel Sherrill1999-11-046-0/+692
|
* Fixed typo.Joel Sherrill1999-11-021-1/+1
|
* Clean up /opt/rtems in case junk is installed in the wrong place.Joel Sherrill1999-11-021-4/+4
| | | | This has been seen on some machine configurations.
* 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-264-1088/+0
|
* Removed generated file.Joel Sherrill1999-10-261-1101/+0
|
* New versions for gcc and patch.Joel Sherrill1999-10-261-2/+2
|
* RegeneratedJoel Sherrill1999-10-266-27/+34
|
* Patch generated from scripts-19991025-0.tar.gz fromJoel Sherrill1999-10-2510-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)
* Regnenerated following update from Ralf.Joel Sherrill1999-10-256-27/+34
|
* Merged scripts-19991022-0 changes from Ralf.Joel Sherrill1999-10-2510-122/+82
|
* Changed version number.Joel Sherrill1999-10-251-1/+1
|
* Now builds RPM without complete source. Each target is only 15K.Joel Sherrill1999-10-216-9/+59
|
* Made the RTEMS version get substituted properly even though it isJoel Sherrill1999-10-2114-9/+27
| | | | | | 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-2110-143/+176
|
* Changes from Ralf with script-19991021-0. He fixed the %filesJoel Sherrill1999-10-2119-135/+231
| | | | | | | | 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.
* Shipping this all to Ralf.Joel Sherrill1999-10-212-6/+7
|
* Moved stuff to rtems subdirectory and made sure the system stillJoel Sherrill1999-10-207-19/+42
| | | | functioned.
* 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.
* New file.Joel Sherrill1999-10-201-0/+50
|
* Miscellaneous improvements and cleanups committed so I can mergeJoel Sherrill1999-10-2013-199/+35
| | | | Ralf's end of day version.
* Moved rtems specific files into here.Joel Sherrill1999-10-201-0/+80
|
* Moving things to an rtems subdirectory like the other tools.Joel Sherrill1999-10-202-80/+0
|
* New file.Joel Sherrill1999-10-201-0/+177
|
* Added RPM release numbers.Joel Sherrill1999-10-202-10/+25
|
* Generated files removed.Joel Sherrill1999-10-2011-307/+155
|
* Obsoleted.Joel Sherrill1999-10-201-34/+0
|
* Obsoleted as they were distributed to subdirectories.Joel Sherrill1999-10-204-473/+0
|
* Made this more binutils like. :)Joel Sherrill1999-10-201-5/+9
|
* New file.Joel Sherrill1999-10-201-0/+104
|
* New files.Joel Sherrill1999-10-202-0/+285
|