forked from Imagelibrary/rtems
* mkgcc3newlibspec.in: Remove * gcc3newlib/mkspec.in: New. * configure.ac: Reflect changes above. * gcc3newlib/gccnewlib.add: Add build_XXX defines. Add preliminary gnat support. * gcc3newlib/base-g77.add: Add build_g77. * gcc3newlib/base-gcj.add: Add build_gcj. * gcc3newlib/base-gnat.add: New. * gcc3newlib/target-c++.add: Add build_cxx. * gcc3newlib/target-g77.add: Add build_g77. * gcc3newlib/target-gcj.add: Add build_gcj. * gcc3newlib/target-objc.add: Add build_objc. * gcc3newlib/target-gnat.add: New. * gcc3newlib/Makefile.am: Use ./mkspec. Use unified spec.
22 lines
662 B
Plaintext
22 lines
662 B
Plaintext
%if %build_g77
|
|
# ==============================================================
|
|
# @target_alias@-g77
|
|
# ==============================================================
|
|
%package -n @target_alias@-g77
|
|
Provides: @target_alias@-g77
|
|
Summary: gcc/g77 compiler for @target_alias@
|
|
Group: rtems
|
|
Requires: rtems-base-g77 @target_alias@-gcc
|
|
|
|
%description -n @target_alias@-g77
|
|
RTEMS is an open source operating system for embedded systems.
|
|
|
|
This is the gcc/g77 compiler for @target_alias@
|
|
|
|
%files -n @target_alias@-g77 -f build/files.g77
|
|
%dir %{_prefix}/bin
|
|
%{_prefix}/bin/@target_alias@-g77@exe_ext@
|
|
|
|
%{_prefix}/lib/gcc-lib/@target_alias@/@gcc_version@/f771@exe_ext@
|
|
%endif
|