source: rtems/scripts/gcc3newlib/target-objc.add @ 99f97d3f

Last change on this file since 99f97d3f was 8a1d1e0b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/26/03 at 15:52:36

2003-02-26 Ralf Corsepius <corsepiu@…>

  • gcc3newlib/gccnewlib.add: Add %gcc_version, %newlib_version. Apply %gcc_version, %newlib_version.
  • gcc3newlib/target-c++.add: Apply %gcc_version, %newlib_version.
  • gcc3newlib/target-g77.add: Apply %gcc_version, %newlib_version.
  • gcc3newlib/target-gcc.add: Apply %gcc_version, %newlib_version.
  • gcc3newlib/target-gcj.add: Apply %gcc_version, %newlib_version.
  • gcc3newlib/target-gnat.add: Apply %gcc_version, %newlib_version.
  • gcc3newlib/target-objc.add: Apply %gcc_version, %newlib_version.
  • Property mode set to 100644
File size: 689 bytes
Line 
1%if %build_objc
2# ==============================================================
3# @target_alias@-objc
4# ==============================================================
5%package -n @target_alias@-objc
6Provides:       @target_alias@-objc
7Summary:      gcc/objc compiler for @target_alias@
8Group: rtems
9Requires: @target_alias@-gcc
10
11%description -n @target_alias@-objc
12RTEMS is an open source operating system for embedded systems.
13
14This is the gcc/objc compiler for @target_alias@
15
16%files -n @target_alias@-objc -f build/files.objc
17%defattr(-,root,root)
18%{_prefix}/lib/gcc-lib/@target_alias@/%{gcc_version}/cc1obj%{_exeext}
19%{_prefix}/lib/gcc-lib/@target_alias@/%{gcc_version}/include/objc
20%endif
Note: See TracBrowser for help on using the repository browser.