summaryrefslogtreecommitdiffstats
path: root/scripts (unfollow)
Commit message (Collapse)AuthorFilesLines
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)
1999-10-25Regnenerated following update from Ralf.Joel Sherrill6-27/+34
1999-10-25Merged scripts-19991022-0 changes from Ralf.Joel Sherrill10-122/+82
1999-10-25Changed version number.Joel Sherrill1-1/+1
1999-10-21Now builds RPM without complete source. Each target is only 15K.Joel Sherrill6-9/+59
1999-10-21Made the RTEMS version get substituted properly even though it isJoel Sherrill14-9/+27
not right yet. Now can specify rpm_build_root via setup.
1999-10-21Now can specify rpm_build_root via setup.Joel Sherrill1-2/+2
Changed package name so generated RPM would have a nicer name.
1999-10-21Added sh-rtemself and m68k-rtemself.Joel Sherrill10-143/+176
1999-10-21Changes from Ralf with script-19991021-0. He fixed the %filesJoel Sherrill19-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.
1999-10-21Shipping this all to Ralf.Joel Sherrill2-6/+7
1999-10-20Moved stuff to rtems subdirectory and made sure the system stillJoel Sherrill7-19/+42
functioned.
1999-10-20Moved stuff to rtems subdirectory and made sure the system stillJoel Sherrill2-34/+37
functioned. Merged Ralf's changes into gccnewlib.spec.in.
1999-10-20New file.Joel Sherrill1-0/+50
1999-10-20Miscellaneous improvements and cleanups committed so I can mergeJoel Sherrill13-199/+35
Ralf's end of day version.
1999-10-20Moved rtems specific files into here.Joel Sherrill1-0/+80
1999-10-20Moving things to an rtems subdirectory like the other tools.Joel Sherrill2-80/+0
1999-10-20New file.Joel Sherrill1-0/+177
1999-10-20Added RPM release numbers.Joel Sherrill2-10/+25
1999-10-20Generated files removed.Joel Sherrill11-307/+155
1999-10-20Obsoleted.Joel Sherrill1-34/+0
1999-10-20Obsoleted as they were distributed to subdirectories.Joel Sherrill4-473/+0
1999-10-20Made this more binutils like. :)Joel Sherrill1-5/+9
1999-10-20New file.Joel Sherrill1-0/+104
1999-10-20New files.Joel Sherrill2-0/+285
1999-10-20Adding the infrastructure for gdb.Joel Sherrill10-47/+155
1999-10-20Corrected typo.Joel Sherrill1-3/+3
1999-10-20Restored joel's changes after merging old version from Ralf.Joel Sherrill1-19/+90
1999-10-20New version from Ralf.Joel Sherrill28-213/+3357
1999-10-20Committing changes before Ralf's changed.Joel Sherrill4-24/+92
1999-10-19Left to build overnight.Joel Sherrill7-10/+123
1999-10-19Made it easier to change version numbers.Joel Sherrill2-15/+21
1999-10-19Now easier to modify version numbers in scripts.Joel Sherrill2-14/+20
1999-10-19Easier to insert tool version number.Joel Sherrill2-20/+31
1999-10-18Making sparc-rtems rpms available.Joel Sherrill3-2/+3
1999-10-18Working on being able to cut RPMs. It now appears that the processJoel Sherrill12-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.
1999-10-15Ralf Corsepius (corsepiu@faw.uni-ulm.de) submitted these scripts toJoel Sherrill7-0/+399
help build RPMs.