forked from Imagelibrary/rtems
2001-03-28 Joel Sherrill <joel@OARcorp.com>
* Per PR64 added support for gcc 3.x RPMs * Makefile.am, configure.ac, mkspec, setup, setup.def: Modified. * mkgcc3newlibspec.in: New file. * gcc3newlib: New subdirectory. * base-g77.add, base-gcc.add, base-gcj.add, gccnewlib.add, gccnewlib_c_only.spec.in, gccnewlib.spec.in, HISTORY, Makefile.am, README, target-g77.add, target-gcc.add, target-gcj.add, target-objc.add: New files.
This commit is contained in:
20
scripts/gcc3newlib/base-gcj.add
Normal file
20
scripts/gcc3newlib/base-gcj.add
Normal file
@@ -0,0 +1,20 @@
|
||||
# ==============================================================
|
||||
# rtems-base-gcj
|
||||
# ==============================================================
|
||||
%package -n rtems-base-gcj
|
||||
Provides: rtems-base-gcj
|
||||
Summary: base package for rtems gcc/java compiler (gcj).
|
||||
Group: rtems
|
||||
Requires: rtems-base-gcc
|
||||
|
||||
%description -n rtems-base-gcj
|
||||
RTEMS is an open source operating system for embedded systems.
|
||||
|
||||
This is the files for gcc/java (gcj) that are shared by all targets.
|
||||
|
||||
%files -n rtems-base-gcj
|
||||
%dir %{_prefix}/bin
|
||||
%{_prefix}/bin/jcf-dump@exe_ext@
|
||||
%{_prefix}/bin/jv-scan@exe_ext@
|
||||
%{_prefix}/bin/gcjh@exe_ext@
|
||||
|
||||
Reference in New Issue
Block a user