summaryrefslogtreecommitdiffstats
path: root/scripts/gccnewlib/gccnewlib_c_only.spec.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* These files were added or deleted on the 4.5 branch as part ofJoel Sherrill2000-05-281-201/+0
| | | | Ralf's patch to split the .spec files into multiple ".add" parts.
* Removed gnat and made final cleanup.Joel Sherrill2000-01-271-9/+36
|
* Patch from David Fiddes <D.J@fiddes.surfaid.org> which adds basicJoel Sherrill2000-01-231-7/+7
| | | | | | | | | | | | | | | | 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.
* Corrected to remove references to non-existent subpackages.Joel Sherrill1999-11-181-2/+2
|
* 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.