Changeset 1c88866a in rtems
- Timestamp:
- Oct 31, 2005, 5:04:39 PM (15 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 0850b08
- Parents:
- 1a585016
- Location:
- scripts
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/ChangeLog
r1a585016 r1c88866a 1 2005-10-31 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * gccnewlib/gccnewlib.add: Rename src.rpm to *-gcc.src.rpm. 4 * gccnewlib/target-gcc.add: Reflect changes above. 5 * gccnewlib/Makefile.am: Re-sort sub-package fragments. 6 1 7 2005-09-15 Ralf Corsepius <ralf.corsepius@rtems.org> 2 8 -
scripts/gccnewlib/gccnewlib.add
r1a585016 r1c88866a 6 6 %define gcc_target @target_alias@ 7 7 8 Name: @rpmprefix@%{gcc_target}-gcc -newlib8 Name: @rpmprefix@%{gcc_target}-gcc 9 9 Summary: gcc and newlib C Library for %{gcc_target}. 10 10 Group: %{rpmgroup} … … 140 140 %endif 141 141 142 %description 143 RTEMS is an open source operating system for embedded systems. 144 145 This is gcc's and newlib C Library's sources with patches for RTEMS. 142 # %%description 143 # RTEMS is an open source operating system for embedded systems. 144 # 145 # This is gcc's and newlib C Library's sources with patches for RTEMS. 146 # 146 147 147 148 %prep -
scripts/gccnewlib/target-gcc.add
r1a585016 r1c88866a 2 2 # %{gcc_target}-gcc 3 3 # ============================================================== 4 %package -n @rpmprefix@%{gcc_target}-gcc5 Summary: rtems gcc and newlib C Libraryfor %{gcc_target}4 # %%package -n @rpmprefix@%{gcc_target}-gcc 5 Summary: gcc for %{gcc_target} 6 6 Group: %{rpmgroup} 7 7 Version: %{gcc_version}
Note: See TracChangeset
for help on using the changeset viewer.