summaryrefslogtreecommitdiffstats
path: root/scripts/mkgccnewlibspec.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-25 19:47:32 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-25 19:47:32 +0000
commit5eac93c7cc33640f8fc0786a2071c4466138ed56 (patch)
tree2854e2633ea7ae7f2d9356742d5112bbaed5cec8 /scripts/mkgccnewlibspec.in
parentAttempting to split binutils and gcc into base/shared and CPU specific (diff)
downloadrtems-5eac93c7cc33640f8fc0786a2071c4466138ed56.tar.bz2
Now binutils, gcc, and gdb build into a "base" package that is shared
by all targets and one or more target specific RPMs. This significantly reduces the conflicts between the RPMs whether installing one or multiple targets.
Diffstat (limited to 'scripts/mkgccnewlibspec.in')
-rw-r--r--scripts/mkgccnewlibspec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mkgccnewlibspec.in b/scripts/mkgccnewlibspec.in
index 7fbac44246..a6ff84b465 100644
--- a/scripts/mkgccnewlibspec.in
+++ b/scripts/mkgccnewlibspec.in
@@ -64,7 +64,7 @@ sed -e "s%@Release@%${gccnewlib_rpm_release}%g" \
-e "s%@gcc_patch_version@%${gcc_patch_version}%g" \
-e "s%@newlib_version@%${newlib_version}%g" \
-e "s%@newlib_patch_version@%${newlib_patch_version}%g" \
- -e "s%@ext_ext@%${ext_ext}%g" \
+ -e "s%@exe_ext@%${exe_ext}%g" \
< ${specsrc} \
> ${specfile}