summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-02-21 08:18:29 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-02-21 08:18:29 +0000
commit1259c556035beddab604942aa299a07639d34a66 (patch)
tree9f6a2a1b6c37efe9d166333aafcd9edd706d4ac3 /contrib
parentUse $(MKSPEC) to generate *-w32api.spec. (diff)
downloadrtems-1259c556035beddab604942aa299a07639d34a66.tar.bz2
Eliminate newlib_version
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/cygwin/Makefile.am1
-rw-r--r--contrib/crossrpms/freebsd5.2/Makefile.am1
-rw-r--r--contrib/crossrpms/freebsd6.0/Makefile.am1
-rw-r--r--contrib/crossrpms/mingw32/Makefile.am1
-rw-r--r--contrib/crossrpms/solaris2.7/Makefile.am1
5 files changed, 0 insertions, 5 deletions
diff --git a/contrib/crossrpms/cygwin/Makefile.am b/contrib/crossrpms/cygwin/Makefile.am
index 0b2ed599be..6d493f150c 100644
--- a/contrib/crossrpms/cygwin/Makefile.am
+++ b/contrib/crossrpms/cygwin/Makefile.am
@@ -80,7 +80,6 @@ $(TARGET)-gcc.spec.in: $(GCC_SUBPACKAGES) Makefile.am gcc-sources.add
-e "s/[@]GCC_RPMREL[@]/$(GCC_RPMREL)/g" \
-e "s,rtems[@]osversion[@],rtems,g" \
-e "s,[@]tool_target[@]-libc,@tool_target@-sys-root,g" \
- -e "s,[=<][ ]*%{newlib_version}-%{release},," \
-e "/^%package -n @rpmprefix@@tool_target@-gcc/d" \
-e "s/-n @rpmprefix@@tool_target@-gcc//" \
-e 's,^%define build_newlib.*$$,%define build_newlib 0,' \
diff --git a/contrib/crossrpms/freebsd5.2/Makefile.am b/contrib/crossrpms/freebsd5.2/Makefile.am
index 0276d7da0a..0c98dd4a8f 100644
--- a/contrib/crossrpms/freebsd5.2/Makefile.am
+++ b/contrib/crossrpms/freebsd5.2/Makefile.am
@@ -80,7 +80,6 @@ $(TARGET)-gcc.spec.in: $(GCC_SUBPACKAGES) Makefile.am gcc-sources.add
-e "s/[@]GCC_RPMREL[@]/$(GCC_RPMREL)/g" \
-e "s,rtems[@]osversion[@],rtems,g" \
-e "s,[@]tool_target[@]-libc,@tool_target@-sys-root,g" \
- -e "s,[=<][ ]*%{newlib_version}-%{release},," \
-e "/--with-newlib/d" \
-e "/^%package -n @rpmprefix@@tool_target@-gcc/d" \
-e "s/-n @rpmprefix@@tool_target@-gcc//" \
diff --git a/contrib/crossrpms/freebsd6.0/Makefile.am b/contrib/crossrpms/freebsd6.0/Makefile.am
index 2441b1f834..0ca0cb3e09 100644
--- a/contrib/crossrpms/freebsd6.0/Makefile.am
+++ b/contrib/crossrpms/freebsd6.0/Makefile.am
@@ -80,7 +80,6 @@ $(TARGET)-gcc.spec.in: $(GCC_SUBPACKAGES) Makefile.am gcc-sources.add
-e "s/[@]GCC_RPMREL[@]/$(GCC_RPMREL)/g" \
-e "s,rtems[@]osversion[@],rtems,g" \
-e "s,[@]tool_target[@]-libc,@tool_target@-sys-root,g" \
- -e "s,[=<][ ]*%{newlib_version}-%{release},," \
-e "/--with-newlib/d" \
-e "/^%package -n @rpmprefix@@tool_target@-gcc/d" \
-e "s/-n @rpmprefix@@tool_target@-gcc//" \
diff --git a/contrib/crossrpms/mingw32/Makefile.am b/contrib/crossrpms/mingw32/Makefile.am
index 69eabcd293..c6253c2bcd 100644
--- a/contrib/crossrpms/mingw32/Makefile.am
+++ b/contrib/crossrpms/mingw32/Makefile.am
@@ -102,7 +102,6 @@ $(TARGET)-gcc.spec.in: $(GCC_SUBPACKAGES) Makefile.am gcc-sources.add
-e "s,rtems[@]osversion[@],rtems,g" \
-e "/[@]rpmprefix[@][@]tool_target[@]-libc/d" \
-e "s,^%define[ ]*_cxx[ ]*1,%define _cxx 0," \
- -e "s,[=<][ ]*%{newlib_version}-%{release},," \
-e "/^%package -n @rpmprefix@@tool_target@-gcc/d" \
-e "s/-n @rpmprefix@@tool_target@-gcc//" \
-e 's,^%define build_newlib.*$$,%define build_newlib 0,' \
diff --git a/contrib/crossrpms/solaris2.7/Makefile.am b/contrib/crossrpms/solaris2.7/Makefile.am
index 0ca7f766f8..fdcc89697a 100644
--- a/contrib/crossrpms/solaris2.7/Makefile.am
+++ b/contrib/crossrpms/solaris2.7/Makefile.am
@@ -80,7 +80,6 @@ $(TARGET)-gcc.spec.in: $(GCC_SUBPACKAGES) Makefile.am gcc-sources.add
-e "s/[@]GCC_RPMREL[@]/$(GCC_RPMREL)/g" \
-e "s,rtems[@]osversion[@],rtems,g" \
-e "s,[@]tool_target[@]-libc,@tool_target@-sys-root,g" \
- -e "s,[=<][ ]*%{newlib_version}-%{release},," \
-e "/--with-newlib/d" \
-e "/^%package -n @rpmprefix@@tool_target@-gcc/d" \
-e "s/-n @rpmprefix@@tool_target@-gcc//" \