summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/gcc/prep.add
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-02-20 04:47:29 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-02-20 04:47:29 +0000
commit2fa1b3fa04e9f68f982fda4d13605a113b64641d (patch)
tree9438ed9b0a3153f85cf5af26d02725b7a5f03dc2 /contrib/crossrpms/gcc/prep.add
parentAdd GDB_OPTS (diff)
downloadrtems-2fa1b3fa04e9f68f982fda4d13605a113b64641d.tar.bz2
Sync with rtems-4.8.
Diffstat (limited to 'contrib/crossrpms/gcc/prep.add')
-rw-r--r--contrib/crossrpms/gcc/prep.add4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/crossrpms/gcc/prep.add b/contrib/crossrpms/gcc/prep.add
index 183eecdb5e..93817c5348 100644
--- a/contrib/crossrpms/gcc/prep.add
+++ b/contrib/crossrpms/gcc/prep.add
@@ -35,12 +35,12 @@ cd newlib-%{newlib_version}
%{?PATCH50:%patch50 -p1}
cd ..
# Copy the C library into gcc's source tree
- ln -s ../newlib-%{newlib_version}/newlib gcc-%{gcc_version}
+ ln -s ../newlib-%{newlib_version}/newlib gcc-%{gcc_pkgvers}
%endif
@PREP@
# Fix timestamps
- cd gcc-%{gcc_version}
+ cd gcc-%{gcc_pkgvers}
contrib/gcc_update --touch
cd ..