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

%description -n rtems-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 rtems-base-gnat
%defattr(-,root,root)
%dir %{_prefix}/bin
# %{_prefix}/bin/gnat*
%endif