summaryrefslogtreecommitdiffstats
path: root/scripts/mkgccnewlibspec.in (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-11-18Added ";;" to correct syntactical error.Joel Sherrill1-0/+1
1999-11-04The files in libcpu should not be directly dependent on any BSP. InJoel Sherrill1-1/+7
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-10-21Made the RTEMS version get substituted properly even though it isJoel Sherrill1-0/+1
not right yet. Now can specify rpm_build_root via setup.
1999-10-21Changes from Ralf with script-19991021-0. He fixed the %filesJoel Sherrill1-3/+3
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-20Miscellaneous improvements and cleanups committed so I can mergeJoel Sherrill1-4/+1
Ralf's end of day version.
1999-10-20New version from Ralf.Joel Sherrill1-22/+41
1999-10-19Easier to insert tool version number.Joel Sherrill1-9/+20
1999-10-18Working on being able to cut RPMs. It now appears that the processJoel Sherrill1-5/+6
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 Sherrill1-0/+33
help build RPMs.