summaryrefslogtreecommitdiffstats
path: root/scripts/mkgdbspec.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/mkgdbspec.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/mkgdbspec.in')
-rw-r--r--scripts/mkgdbspec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mkgdbspec.in b/scripts/mkgdbspec.in
index 24b95f27f6..1b38b83a4c 100644
--- a/scripts/mkgdbspec.in
+++ b/scripts/mkgdbspec.in
@@ -70,7 +70,7 @@ sed -e "s%@Release@%${gdb_rpm_release}%g" \
-e "s%@gdb_version@%${gdb_version}%g" \
-e "s%@gdb_patch_version@%${gdb_patch_version}%g" \
-e "s%@extra_configure_arguments@%${extra_configure_arguments}%g" \
- -e "s%@ext_ext@%${ext_ext}%g" \
+ -e "s%@exe_ext@%${exe_ext}%g" \
< ${RTEMS_DIR}/gdb/gdb.spec.in \
> ${specfile}