summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/mingw32
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-02-24 15:24:03 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-02-24 15:24:03 +0000
commit102c87614a9ace14c1e0b06abb3418b7678e0b54 (patch)
treec3db7466752e420e4af743204fdba618acbe4a11 /contrib/crossrpms/mingw32
parentRemove no-define foreign from AM_INIT_AUTOMAKE. (diff)
downloadrtems-102c87614a9ace14c1e0b06abb3418b7678e0b54.tar.bz2
Add gcc-prep.add
Diffstat (limited to 'contrib/crossrpms/mingw32')
-rw-r--r--contrib/crossrpms/mingw32/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/crossrpms/mingw32/Makefile.am b/contrib/crossrpms/mingw32/Makefile.am
index 3f54fba8c0..a9cf2b5144 100644
--- a/contrib/crossrpms/mingw32/Makefile.am
+++ b/contrib/crossrpms/mingw32/Makefile.am
@@ -92,10 +92,12 @@ GCC_SUBPACKAGES += ../gcc/target-gcc.add
GCC_SUBPACKAGES += ../gcc/base-gcc.add
GCC_SUBPACKAGES += ../gcc/target-c++.add
-$(TARGET)-gcc.spec.in: $(GCC_SUBPACKAGES) Makefile.am gcc-sources.add
+$(TARGET)-gcc.spec.in: $(GCC_SUBPACKAGES) Makefile.am gcc-sources.add gcc-prep.add
cat $(GCC_SUBPACKAGES) | sed \
-e "/[@]SOURCES[@]/r ./gcc-sources.add" \
-e "/[@]SOURCES[@]/d" \
+ -e "/[@]PREP[@]/r ./gcc-prep.add" \
+ -e "/[@]PREP[@]/d" \
-e "s/[@]GCC_VERS[@]/$(GCC_VERS)/g" \
-e "s/[@]GCC_RPMREL[@]/$(GCC_RPMREL)/g" \
-e "/[@]tool_target[@]-newlib/d" \