forked from Imagelibrary/rtems
2003-08-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* common/common.add.in: s/www.oarcorp.com/www.rtems.com/.
Add %define __os_install_post %{nil} to prevent RH-9's rpm-brp-strip
from running (Chokes on foreign object formats).
* gcc3newlib/base-g77.add:
Use %{gcc_version} instead of @gcc_version@.
* gcc3newlib/gccnewlib.add:
Use %{gcc_version} instead of @gcc_version@.
Reflect gcc >= 3.3 shipping monolytic infos.
* gcc3newlib/target-c++.add:
Use %{gcc_version} instead of @gcc_version@.
Don't pickup c++filt.
* gcc3newlib/target-g77.add:
Use %{gcc_version} instead of @gcc_version@.
* gcc3newlib/target-gcc.add:
Use %{gcc_version} instead of @gcc_version@.
* gcc3newlib/target-gcj.add:
Use %{gcc_version} instead of @gcc_version@.
* gcc3newlib/target-gnat.add:
Use %{gcc_version} instead of @gcc_version@.
* gcc3newlib/target-objc.add:
Use %{gcc_version} instead of @gcc_version@.
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
%if %build_objc
|
||||
# ==============================================================
|
||||
# @target_alias@-objc
|
||||
# %{gcc_target}-objc
|
||||
# ==============================================================
|
||||
%package -n @target_alias@-objc
|
||||
Provides: @target_alias@-objc
|
||||
Summary: gcc/objc compiler for @target_alias@
|
||||
%package -n %{gcc_target}-objc
|
||||
Provides: %{gcc_target}-objc
|
||||
Summary: gcc/objc compiler for %{gcc_target}
|
||||
Group: rtems
|
||||
Requires: @target_alias@-gcc
|
||||
Requires: %{gcc_target}-gcc
|
||||
|
||||
%description -n @target_alias@-objc
|
||||
%description -n %{gcc_target}-objc
|
||||
RTEMS is an open source operating system for embedded systems.
|
||||
|
||||
This is the gcc/objc compiler for @target_alias@
|
||||
This is the gcc/objc compiler for %{gcc_target}
|
||||
|
||||
%files -n @target_alias@-objc -f build/files.objc
|
||||
%files -n %{gcc_target}-objc -f build/files.objc
|
||||
%defattr(-,root,root)
|
||||
%{_prefix}/lib/gcc-lib/@target_alias@/%{gcc_version}/cc1obj%{_exeext}
|
||||
%{_prefix}/lib/gcc-lib/@target_alias@/%{gcc_version}/include/objc
|
||||
%{_prefix}/lib/gcc-lib/%{gcc_target}/%{gcc_version}/cc1obj%{_exeext}
|
||||
%{_prefix}/lib/gcc-lib/%{gcc_target}/%{gcc_version}/include/objc
|
||||
%endif
|
||||
|
||||
Reference in New Issue
Block a user