forked from Imagelibrary/rtems
2003-09-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am, configure.ac, autotools/autoconf-rtems.spec.in, autotools/automake-rtems.spec.in, binutils/Makefile.am, binutils/base-binutils.add, binutils/binutils.add, binutils/mkspec.in, binutils/target-binutils.add, common/common.add.in, cpukit/Makefile.am, gcc3newlib/Makefile.am, gcc3newlib/base-g77.add, gcc3newlib/base-gcc.add, gcc3newlib/base-gcj.add, gcc3newlib/base-gnat.add, gcc3newlib/gccnewlib.add, gcc3newlib/mkspec.in, gcc3newlib/target-c++.add, gcc3newlib/target-g77.add, gcc3newlib/target-gcc.add, gcc3newlib/target-gcj.add, gcc3newlib/target-gnat.add, gcc3newlib/target-objc.add, gccnewlib/Makefile.am, gdb/Makefile.am, rtems/Makefile.am, rtemsdoc/Makefile.am: Merger from rtems-4-6-branch. * common/common.am: New.
This commit is contained in:
@@ -2,18 +2,17 @@
|
||||
# ==============================================================
|
||||
# %{gcc_target}-gcj
|
||||
# ==============================================================
|
||||
%package -n %{gcc_target}-gcj
|
||||
Provides: %{gcc_target}-gcj
|
||||
%package -n %{rpmprefix}%{gcc_target}-gcj
|
||||
Summary: gcc/java compiler (gcj) for %{gcc_target}
|
||||
Group: rtems
|
||||
Requires: rtems-base-gcj %{gcc_target}-gcc
|
||||
Group: %{rpmgroup}
|
||||
Requires: %{rpmprefix}rtems-base-gcj %{rpmprefix}%{gcc_target}-gcc
|
||||
|
||||
%description -n %{gcc_target}-gcj
|
||||
%description -n %{rpmprefix}%{gcc_target}-gcj
|
||||
RTEMS is an open source operating system for embedded systems.
|
||||
|
||||
This is the gcc/java compiler for %{gcc_target}
|
||||
|
||||
%files -n %{gcc_target}-gcj -f build/files.gcj
|
||||
%files -n %{rpmprefix}%{gcc_target}-gcj -f build/files.gcj
|
||||
%defattr(-,root,root)
|
||||
%dir %{_prefix}/bin
|
||||
%{_prefix}/bin/%{gcc_target}-gcj%{_exeext}
|
||||
|
||||
Reference in New Issue
Block a user