summaryrefslogtreecommitdiffstats
path: root/scripts-ada/mkgdbspec.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-27 23:48:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-27 23:48:28 +0000
commit7150605481632dc6eed0ed31dd1b8d5a2e556c9b (patch)
treeeda6d03bb5bee4bab6a27bc3997167bea1a383b2 /scripts-ada/mkgdbspec.in
parentPatch to fix typo from Ralf Corsepius <corsepiu@faw.uni-ulm.de>. (diff)
downloadrtems-7150605481632dc6eed0ed31dd1b8d5a2e556c9b.tar.bz2
GNAT/RTEMS RPMs have built for the binutils/gnat/gcc combination
and appear to be close for gdb.
Diffstat (limited to 'scripts-ada/mkgdbspec.in')
-rw-r--r--scripts-ada/mkgdbspec.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts-ada/mkgdbspec.in b/scripts-ada/mkgdbspec.in
index 0d8a197110..389321eb17 100644
--- a/scripts-ada/mkgdbspec.in
+++ b/scripts-ada/mkgdbspec.in
@@ -69,6 +69,8 @@ sed -e "s%@Release@%${gdb_rpm_release}%g" \
-e "s%@target_alias@%${target_alias}%g" \
-e "s%@gdb_version@%${gdb_version}%g" \
-e "s%@gdb_patch_version@%gnat-${gdb_patch_version}%g" \
+ -e "s%@gnat_version@%${gnat_version}%g" \
+ -e "s%@gnat_patch_version@%${gnat_patch_version}%g" \
-e "s%@extra_configure_arguments@%${extra_configure_arguments}%g" \
-e "s%@exe_ext@%${exe_ext}%g" \
< ${RTEMS_DIR}/gdb/gdb.spec.in \