summaryrefslogtreecommitdiffstats
path: root/scripts/gccnewlib
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--scripts/gccnewlib/Makefile.am17
1 files changed, 6 insertions, 11 deletions
diff --git a/scripts/gccnewlib/Makefile.am b/scripts/gccnewlib/Makefile.am
index 9c44c1d0ce..e7e90578b1 100644
--- a/scripts/gccnewlib/Makefile.am
+++ b/scripts/gccnewlib/Makefile.am
@@ -10,11 +10,8 @@ SUBPACKAGES = header.add
SUBPACKAGES += ../common/common.add
SUBPACKAGES += gccnewlib.add
SUBPACKAGES += ../common/clean.add
-SUBPACKAGES += base-gcc.add target-gcc.add \
- base-chill.add target-chill.add \
- base-g77.add target-g77.add \
- base-gcj.add target-gcj.add \
- target-objc.add
+SUBPACKAGES += base-gcc.add target-gcc.add base-chill.add target-chill.add \
+ base-g77.add target-g77.add base-gcj.add target-gcj.add target-objc.add
gccnewlib.spec.in: $(SUBPACKAGES)
cat $^ \
@@ -70,13 +67,11 @@ sh-rtemself-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
sparc-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
$(MKGCCNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems
-RPM_SPECS_DATA = \
- arm-rtems-$(GCCNEWLIBVERS).spec \
- c4x-rtems-$(GCCNEWLIBVERS).spec \
- h8300-rtems-$(GCCNEWLIBVERS).spec \
+RPM_SPECS_DATA = arm-rtems-$(GCCNEWLIBVERS).spec \
+ c4x-rtems-$(GCCNEWLIBVERS).spec h8300-rtems-$(GCCNEWLIBVERS).spec \
i386-rtems-$(GCCNEWLIBVERS).spec i960-rtems-$(GCCNEWLIBVERS).spec \
- m68k-rtems-$(GCCNEWLIBVERS).spec \
- mips-rtems-$(GCCNEWLIBVERS).spec mips64orion-rtems-$(GCCNEWLIBVERS).spec \
+ m68k-rtems-$(GCCNEWLIBVERS).spec mips-rtems-$(GCCNEWLIBVERS).spec \
+ mips64orion-rtems-$(GCCNEWLIBVERS).spec \
powerpc-rtems-$(GCCNEWLIBVERS).spec sh-rtems-$(GCCNEWLIBVERS).spec \
sh-rtemself-$(GCCNEWLIBVERS).spec sparc-rtems-$(GCCNEWLIBVERS).spec
CLEANFILES += $(RPM_SPECS_DATA)