summaryrefslogtreecommitdiffstats
path: root/scripts/gcc3newlib/base-gnat.add
blob: 0996f3034c91bdb06ec1a3dd88138d73d1003451 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
%if %build_gnat
# ==============================================================
# base-gnat
# ==============================================================
%package -n base-gnat
Provides:	base-gnat
Summary:	gcc/gnat tools
Group: rtems

%description -n base-gnat
RTEMS is an open source operating system for embedded systems.

This is the gcc/gnat tools for the gcc/gnat compiler

%files -n base-gnat
%dir %{_prefix}/bin
%{_prefix}/bin/gnat*
%endif