summaryrefslogtreecommitdiffstats
path: root/scripts/gcc3newlib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-08-12 13:21:46 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-08-12 13:21:46 +0000
commit0e2bfb8d60c7c6b49a285519102519055ca75806 (patch)
treea8a77ede83e396ead07e0f4b3aee715feef6cac4 /scripts/gcc3newlib
parent2002-08-12 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-0e2bfb8d60c7c6b49a285519102519055ca75806.tar.bz2
2002-08-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* gcc3newlib/base-gnat.add: Use -n rtems-base-gnat.
Diffstat (limited to 'scripts/gcc3newlib')
-rw-r--r--scripts/gcc3newlib/base-gnat.add10
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/gcc3newlib/base-gnat.add b/scripts/gcc3newlib/base-gnat.add
index 0996f3034c..01ee537a67 100644
--- a/scripts/gcc3newlib/base-gnat.add
+++ b/scripts/gcc3newlib/base-gnat.add
@@ -1,18 +1,18 @@
%if %build_gnat
# ==============================================================
-# base-gnat
+# rtems-base-gnat
# ==============================================================
-%package -n base-gnat
-Provides: base-gnat
+%package -n rtems-base-gnat
+Provides: rtems-base-gnat
Summary: gcc/gnat tools
Group: rtems
-%description -n base-gnat
+%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 base-gnat
+%files -n rtems-base-gnat
%dir %{_prefix}/bin
%{_prefix}/bin/gnat*
%endif