summaryrefslogtreecommitdiffstats
path: root/scripts/gccnewlib/target-gcc.add
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-02-12 15:00:11 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-02-12 15:00:11 +0000
commit5333511e9138fceca3545e78267335ef7ff725ca (patch)
tree7f1088fdcf389d1e042ccca7e8a856d4904e0e12 /scripts/gccnewlib/target-gcc.add
parent2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-5333511e9138fceca3545e78267335ef7ff725ca.tar.bz2
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mkgccnewlibspec.in, gccnewlib/.cvsignore, gccnewlib/HISTORY, gccnewlib/Makefile.am, gccnewlib/README, gccnewlib/base-chill.add, gccnewlib/base-g77.add, gccnewlib/base-gcc.add, gccnewlib/base-gcj.add, gccnewlib/gccnewlib.add, gccnewlib/header.add, gccnewlib/target-chill.add, gccnewlib/target-g77.add, gccnewlib/target-gcc.add, gccnewlib/target-gcj.add, gccnewlib/target-objc.add: Remove (Obsolete). * configure.ac, Makefile.am: Reflect changes above.
Diffstat (limited to 'scripts/gccnewlib/target-gcc.add')
-rw-r--r--scripts/gccnewlib/target-gcc.add29
1 files changed, 0 insertions, 29 deletions
diff --git a/scripts/gccnewlib/target-gcc.add b/scripts/gccnewlib/target-gcc.add
deleted file mode 100644
index 3d6f533a08..0000000000
--- a/scripts/gccnewlib/target-gcc.add
+++ /dev/null
@@ -1,29 +0,0 @@
-# ==============================================================
-# @target_alias@-gcc
-# ==============================================================
-%package -n @target_alias@-gcc
-Provides: @target_alias@-gcc
-Summary: rtems gcc and newlib C Library for @target_alias@
-Group: rtems
-Requires: @target_alias@-binutils rtems-base-gcc
-
-%description -n @target_alias@-gcc
-RTEMS is an open source operating system for embedded systems.
-
-This is gcc and newlib C Library for @target_alias@.
-
-%files -n @target_alias@-gcc -f build/files.gcc
-%doc %{_prefix}/man/man1/@target_alias@-gcc.1
-%doc %{_prefix}/man/man1/@target_alias@-g++.1
-
-%{_prefix}/bin/@target_alias@-cpp%{_exeext}
-%{_prefix}/bin/@target_alias@-c++%{_exeext}
-%{_prefix}/bin/@target_alias@-g++%{_exeext}
-%{_prefix}/bin/@target_alias@-gcc%{_exeext}
-%{_prefix}/bin/@target_alias@-protoize%{_exeext}
-%{_prefix}/bin/@target_alias@-unprotoize%{_exeext}
-
-%dir %{_prefix}/lib/gcc-lib/@target_alias@/@gcc_version@/include
-
-%{_prefix}/@target_alias@
-