summaryrefslogtreecommitdiffstats
path: root/scripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Adding the infrastructure for gdb.Joel Sherrill1999-10-2010-47/+155
|
* Corrected typo.Joel Sherrill1999-10-201-3/+3
|
* Restored joel's changes after merging old version from Ralf.Joel Sherrill1999-10-201-19/+90
|
* New version from Ralf.Joel Sherrill1999-10-2028-213/+3357
|
* Committing changes before Ralf's changed.Joel Sherrill1999-10-204-24/+92
|
* Left to build overnight.Joel Sherrill1999-10-197-10/+123
|
* Made it easier to change version numbers.Joel Sherrill1999-10-192-15/+21
|
* Now easier to modify version numbers in scripts.Joel Sherrill1999-10-192-14/+20
|
* Easier to insert tool version number.Joel Sherrill1999-10-192-20/+31
|
* Making sparc-rtems rpms available.Joel Sherrill1999-10-183-2/+3
|
* Working on being able to cut RPMs. It now appears that the processJoel Sherrill1999-10-1812-27/+788
| | | | | | | | | | | | | is working mostly for sparc at least. There is one major problem -- the current process generates a unique source file per RPM when in fact all of the source files are nearly the same -- it is only the spec part of the rpm which differs. The new file mkbinutils_subpackage_version is an attempt to address this. It does part of the job right -- one source file produces multiple binary RPMs. BUT the end user can not produce the resulting RPMS themselves from SRPMS unless they also build all targets.
* Ralf Corsepius (corsepiu@faw.uni-ulm.de) submitted these scripts toJoel Sherrill1999-10-157-0/+399
help build RPMs.