mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-27 15:00:16 +00:00
Merged from 4.5.0-beta3a
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# ==============================================================
|
||||
# @target_alias@-gcj
|
||||
# ==============================================================
|
||||
%package -n @target_alias@-gcj
|
||||
Provides: @target_alias@-gcj
|
||||
Summary: gcc/java compiler (gcj) for @target_alias@
|
||||
Group: rtems
|
||||
Requires: rtems-base-gcj @target_alias@-gcc
|
||||
|
||||
%description -n @target_alias@-gcj
|
||||
RTEMS is an open source operating system for embedded systems.
|
||||
|
||||
This is the gcc/java compiler for @target_alias@
|
||||
|
||||
%files -n @target_alias@-gcj -f build/files.gcj
|
||||
%dir /opt/rtems/bin
|
||||
/opt/rtems/bin/@target_alias@-gcj@exe_ext@
|
||||
|
||||
/opt/rtems/lib/gcc-lib/@target_alias@/@gcc_version@/jc1@exe_ext@
|
||||
/opt/rtems/lib/gcc-lib/@target_alias@/@gcc_version@/jvgenmain@exe_ext@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user