summaryrefslogtreecommitdiffstats
path: root/scripts/gcc3newlib/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-08-15 23:12:04 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-08-15 23:12:04 +0000
commit682c7502d2e80e3d405f137cfe04c3e8dd818b0f (patch)
tree0194f33317d7e6b4c8156fb89de5427d50cfe172 /scripts/gcc3newlib/Makefile.am
parent2002-08-14 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-682c7502d2e80e3d405f137cfe04c3e8dd818b0f.tar.bz2
2002-08-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* gcc3newlib/Makefile.am: Remove c_only remnants. * gcc3newlib/gccnewlib.add: Reflect gcc-3.2 putting c++ headers into c++ instead of g++. * gcc3newlib/target-c++.add: Ditto.
Diffstat (limited to '')
-rw-r--r--scripts/gcc3newlib/Makefile.am12
1 files changed, 1 insertions, 11 deletions
diff --git a/scripts/gcc3newlib/Makefile.am b/scripts/gcc3newlib/Makefile.am
index 8a23fc2d18..37c9f051ac 100644
--- a/scripts/gcc3newlib/Makefile.am
+++ b/scripts/gcc3newlib/Makefile.am
@@ -12,24 +12,14 @@ SUBPACKAGES = gccnewlib.add \
target-c++.add \
base-gnat.add target-gnat.add
-noinst_DATA = gccnewlib.spec.in gccnewlib_c_only.spec.in
+noinst_DATA = gccnewlib.spec.in
gccnewlib.spec.in: $(SUBPACKAGES)
cat $^ > $@
CLEANFILES = gccnewlib.spec.in
-gccnewlib_c_only.spec.in: gccnewlib.add base-gcc.add target-gcc.add \
- target-c++.add
- cat $^ \
- | sed -e "s%@GCCLANGS@%\'--enable-languages=c,c++\'%g" > $@
-CLEANFILES += gccnewlib_c_only.spec.in
-
-C_ONLY_ARG = -a $(top_builddir)/gcc3newlib/gccnewlib_c_only.spec.in
-
MKGCCNEWLIBSPEC_DEPS = $(top_builddir)/mkgcc3newlibspec gccnewlib.spec.in \
$(top_builddir)/setup.cache
-MKGCCNEWLIB_C_ONLY_SPEC_DEPS = $(top_builddir)/mkgcc3newlibspec \
- gccnewlib_c_only.spec.in $(top_builddir)/setup.cache
RPM_SPECS_DATA =