summaryrefslogtreecommitdiffstats
path: root/scripts/gcc3newlib/target-objc.add
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-04-12 16:51:25 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-04-12 16:51:25 +0000
commit7337984f7546045eda3647923566a754c2eeb718 (patch)
tree9b188b68a739fdf09b78953c3058478a5e73499f /scripts/gcc3newlib/target-objc.add
parent2005-04-12 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-7337984f7546045eda3647923566a754c2eeb718.tar.bz2
Remove.
Diffstat (limited to 'scripts/gcc3newlib/target-objc.add')
-rw-r--r--scripts/gcc3newlib/target-objc.add19
1 files changed, 0 insertions, 19 deletions
diff --git a/scripts/gcc3newlib/target-objc.add b/scripts/gcc3newlib/target-objc.add
deleted file mode 100644
index 5fdc9928f5..0000000000
--- a/scripts/gcc3newlib/target-objc.add
+++ /dev/null
@@ -1,19 +0,0 @@
-%if %build_objc
-# ==============================================================
-# %{gcc_target}-objc
-# ==============================================================
-%package -n %{rpmprefix}%{gcc_target}-objc
-Summary: gcc/objc compiler for %{gcc_target}
-Group: %{rpmgroup}
-Requires: %{rpmprefix}%{gcc_target}-gcc
-
-%description -n %{rpmprefix}%{gcc_target}-objc
-RTEMS is an open source operating system for embedded systems.
-
-This is the gcc/objc compiler for %{gcc_target}
-
-%files -n %{rpmprefix}%{gcc_target}-objc -f build/files.objc
-%defattr(-,root,root)
-%{gcclib}/%{gcc_target}/%{gcc_version}/cc1obj%{_exeext}
-%{gcclib}/%{gcc_target}/%{gcc_version}/include/objc
-%endif