summaryrefslogtreecommitdiffstats
path: root/scripts/gcc3newlib/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-08-13 14:01:03 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-08-13 14:01:03 +0000
commit513afacb123ae3059180a34d0db09f661f1108dc (patch)
treecaf41fdec20d034acc1e0394b3f8f2c772da8165 /scripts/gcc3newlib/Makefile.am
parent2002-08-12 Eric Norum <eric.norum@usask.ca> (diff)
downloadrtems-513afacb123ae3059180a34d0db09f661f1108dc.tar.bz2
2002-08-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* gcc3newlib/base-gnat.add: Don't use %{%prefix}/bin/gnat*. * gcc3newlib/Makefile.am: Use mkspec for c4x. * gcc3newlib/gccnewlib.add: Rework processing of %if %build_XXX. Rework handing Ada. Don't put adalib and adainclude into files.gcc. * gcc3newlib/target-gnat.add: Add adalib. Add adainclude.
Diffstat (limited to '')
-rw-r--r--scripts/gcc3newlib/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/gcc3newlib/Makefile.am b/scripts/gcc3newlib/Makefile.am
index 6eee24319e..8a23fc2d18 100644
--- a/scripts/gcc3newlib/Makefile.am
+++ b/scripts/gcc3newlib/Makefile.am
@@ -37,8 +37,8 @@ arm-rtems-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
$(MKSPEC) -cfg $(top_builddir)/setup.cache arm-rtems > $@
RPM_SPECS_DATA += arm-rtems-$(GCC3NEWLIBVERS).spec
-c4x-rtems-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIB_C_ONLY_SPEC_DEPS)
- $(MKSPEC) $(C_ONLY_ARG) -cfg $(top_builddir)/setup.cache c4x-rtems > $@
+c4x-rtems-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIB_DEPS)
+ $(MKSPEC) -cfg $(top_builddir)/setup.cache c4x-rtems > $@
RPM_SPECS_DATA += c4x-rtems-$(GCC3NEWLIBVERS).spec
h8300-rtems-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)