summaryrefslogtreecommitdiffstats
path: root/scripts/mkgccnewlibspec.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Now binutils, gcc, and gdb build into a "base" package that is sharedJoel Sherrill2000-01-251-1/+1
| | | | | | by all targets and one or more target specific RPMs. This significantly reduces the conflicts between the RPMs whether installing one or multiple targets.
* Patch from David Fiddes <D.J@fiddes.surfaid.org> which adds basicJoel Sherrill2000-01-231-0/+2
| | | | | | | | | | | | | | | | 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.
* Added ";;" to correct syntactical error.Joel Sherrill1999-11-181-0/+1
|
* The files in libcpu should not be directly dependent on any BSP. InJoel Sherrill1999-11-041-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.
* 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.
* Changes from Ralf with script-19991021-0. He fixed the %filesJoel Sherrill1999-10-211-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.
* Miscellaneous improvements and cleanups committed so I can mergeJoel Sherrill1999-10-201-4/+1
| | | | Ralf's end of day version.
* New version from Ralf.Joel Sherrill1999-10-201-0/+64