summaryrefslogtreecommitdiffstats
path: root/scripts/configure
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--scripts/configure7
-rw-r--r--scripts/configure.in3
2 files changed, 9 insertions, 1 deletions
diff --git a/scripts/configure b/scripts/configure
index e917aa451d..da668e4913 100644
--- a/scripts/configure
+++ b/scripts/configure
@@ -692,7 +692,7 @@ fi
PACKAGE=scripts
-VERSION=19991020-0
+VERSION=19991020-1
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
@@ -798,6 +798,8 @@ BINUTILSVERS="binutils-${binutils_version}"
GDBVERS="gdb-${gdb_version}"
+BSPVERS="RTEMS-no_version_yet"
+
trap '' 1 2 15
cat > confcache <<\EOF
@@ -917,6 +919,7 @@ buildall
mkbinutilspec
mkgccnewlibspec
mkgdbspec
+mkbspspec
binutils/Makefile
gccnewlib/Makefile
gdb/Makefile
@@ -968,6 +971,7 @@ s%@RPM_SPECSdir@%$RPM_SPECSdir%g
s%@GCCNEWLIBVERS@%$GCCNEWLIBVERS%g
s%@BINUTILSVERS@%$BINUTILSVERS%g
s%@GDBVERS@%$GDBVERS%g
+s%@BSPVERS@%$BSPVERS%g
CEOF
EOF
@@ -1014,6 +1018,7 @@ buildall
mkbinutilspec
mkgccnewlibspec
mkgdbspec
+mkbspspec
binutils/Makefile
gccnewlib/Makefile
gdb/Makefile
diff --git a/scripts/configure.in b/scripts/configure.in
index 7ceff551c5..aaa3f10221 100644
--- a/scripts/configure.in
+++ b/scripts/configure.in
@@ -30,6 +30,8 @@ BINUTILSVERS="binutils-${binutils_version}"
AC_SUBST(BINUTILSVERS)
GDBVERS="gdb-${gdb_version}"
AC_SUBST(GDBVERS)
+BSPVERS="RTEMS-no_version_yet"
+AC_SUBST(BSPVERS)
AC_OUTPUT(
Makefile
@@ -37,6 +39,7 @@ buildall
mkbinutilspec
mkgccnewlibspec
mkgdbspec
+mkbspspec
binutils/Makefile
gccnewlib/Makefile
gdb/Makefile