Add a note on --enable-predictor

This commit is contained in:
Holger Vogt 2025-12-28 11:09:15 +01:00
parent f6fc256569
commit c51dcb67a3
7 changed files with 12 additions and 0 deletions

View File

@ -26,6 +26,7 @@ fi
if [ $? -ne 0 ]; then echo "./autogen.sh failed"; exit 1 ; fi
echo
# If truncation error correction by voltage is required, add --enable-predictor
cd release64_cyg
if [ $? -ne 0 ]; then echo "cd release64_cyg failed"; exit 1 ; fi
echo

View File

@ -37,6 +37,8 @@ fi
if [ $? -ne 0 ]; then echo "./autogen.sh failed"; exit 1 ; fi
echo
# If truncation error correction by voltage is required, add --enable-predictor
if test "$1" = "d"; then
cd debug
if [ $? -ne 0 ]; then echo "cd debug failed"; exit 1 ; fi

View File

@ -36,6 +36,8 @@ fi
if [ $? -ne 0 ]; then echo "./autogen.sh failed"; exit 1 ; fi
echo
# If truncation error correction by voltage is required, add --enable-predictor
if test "$1" = "d"; then
cd debugsh
if [ $? -ne 0 ]; then echo "cd debugsh failed"; exit 1 ; fi

View File

@ -36,6 +36,8 @@ fi
if [ $? -ne 0 ]; then echo "./autogen.sh failed"; exit 1 ; fi
echo
# If truncation error correction by voltage is required, add --enable-predictor
if test "$1" = "d"; then
cd debug
if [ $? -ne 0 ]; then echo "cd debug failed"; exit 1 ; fi

View File

@ -36,6 +36,8 @@ fi
if [ $? -ne 0 ]; then echo "./autogen.sh failed"; exit 1 ; fi
echo
# If truncation error correction by voltage is required, add --enable-predictor
if test "$1" = "d"; then
cd debug_sh
if [ $? -ne 0 ]; then echo "cd debug_sh failed"; exit 1 ; fi

View File

@ -32,6 +32,7 @@ fi
./autogen.sh
if [ $? -ne 0 ]; then echo "./autogen.sh failed"; exit 1 ; fi
# If truncation error correction by voltage is required, add --enable-predictor
echo
if test "$1" = "d"; then
cd debug-sh

View File

@ -41,6 +41,8 @@ fi
if [ $? -ne 0 ]; then echo "./autogen.sh failed"; exit 1 ; fi
echo
# If truncation error correction by voltage is required, add --enable-predictor
if test "$1" = "d"; then
cd debug
if [ $? -ne 0 ]; then echo "cd debug failed"; exit 1 ; fi