summaryrefslogtreecommitdiffstats
path: root/scripts/mkgcc3newlibspec.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-15 16:38:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-15 16:38:16 +0000
commit6e9746a29c23951d259095145c1c60148cacec1a (patch)
treecd8219761e6d3b7fd8d7401eaa2b6e55a30fb4fd /scripts/mkgcc3newlibspec.in
parent2002-05-16 Chris Johns <ccj@acm.org> (diff)
downloadrtems-6e9746a29c23951d259095145c1c60148cacec1a.tar.bz2
2002-06-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mkgcc3newlibspec.in: Remove SETUP (bogus). * gcc3newlib/target-c++.add: New. * gcc3newlib/Makefile.am: Add target-c++.add. * gcc3newlib/base-g77.add: Adapt to gcc-3.1. Reflect having split out c++. Various minor fixes. * gcc3newlib/base-gcc.add: Ditto. * gcc3newlib/gccnewlib.add: Ditto. * gcc3newlib/target-gcc.add: Ditto.
Diffstat (limited to '')
-rw-r--r--scripts/mkgcc3newlibspec.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/mkgcc3newlibspec.in b/scripts/mkgcc3newlibspec.in
index 12d71f193d..00be744092 100644
--- a/scripts/mkgcc3newlibspec.in
+++ b/scripts/mkgcc3newlibspec.in
@@ -62,14 +62,12 @@ if test -n "${gcc3_patch_version}"; then
patchn=`expr $patchn + 1`
PATCH1="Patch${patchn}: gcc-${gcc3_version}-rtems-${gcc3_patch_version}.diff"
PATCH2="%patch${patchn} -p0"
-SETUP="${SETUP} -a${patchn}"
fi
if test -n "${gcc3newlib_patch_version}"; then
patchn=`expr $patchn + 1`
PATCH3="Patch${patchn}: newlib-${gcc3newlib_version}-rtems-${gcc3newlib_patch_version}.diff"
PATCH4="%patch${patchn} -p0"
-SETUP="${SETUP} -a${patchn}"
fi
# note that the variables in the gcc3newlib directory are actually the same
@@ -77,7 +75,6 @@ sed -e "s,@PATCH1\@,${PATCH1}," \
-e "s,@PATCH2\@,${PATCH2}," \
-e "s,@PATCH3\@,${PATCH3}," \
-e "s,@PATCH4\@,${PATCH4}," \
- -e "s,@SETUP\@,${SETUP}," \
-e "s%@Release\@%${gcc3newlib_rpm_release}%g" \
-e "s%@target_alias\@%${target_alias}%g" \
-e "s%@prefix\@%@prefix@%g" \