From c51dcb67a346437d2e8fcd54f4eac7d66c165f33 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sun, 28 Dec 2025 11:09:15 +0100 Subject: [PATCH] Add a note on --enable-predictor --- compile_cyg_make_short_check_64.sh | 1 + compile_linux.sh | 2 ++ compile_linux_shared.sh | 2 ++ compile_macos_clang_M2.sh | 2 ++ compile_macos_clang_M2_shared.sh | 2 ++ compile_macos_shared.sh | 1 + compile_min.sh | 2 ++ 7 files changed, 12 insertions(+) diff --git a/compile_cyg_make_short_check_64.sh b/compile_cyg_make_short_check_64.sh index a71effb93..3e5b7f7ff 100644 --- a/compile_cyg_make_short_check_64.sh +++ b/compile_cyg_make_short_check_64.sh @@ -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 diff --git a/compile_linux.sh b/compile_linux.sh index a51fafe22..602c3fc50 100755 --- a/compile_linux.sh +++ b/compile_linux.sh @@ -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 diff --git a/compile_linux_shared.sh b/compile_linux_shared.sh index 72fe12194..85c8e83f9 100755 --- a/compile_linux_shared.sh +++ b/compile_linux_shared.sh @@ -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 diff --git a/compile_macos_clang_M2.sh b/compile_macos_clang_M2.sh index 0e8150baf..605b2daa2 100644 --- a/compile_macos_clang_M2.sh +++ b/compile_macos_clang_M2.sh @@ -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 diff --git a/compile_macos_clang_M2_shared.sh b/compile_macos_clang_M2_shared.sh index 31a778bbb..5a96f42fa 100644 --- a/compile_macos_clang_M2_shared.sh +++ b/compile_macos_clang_M2_shared.sh @@ -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 diff --git a/compile_macos_shared.sh b/compile_macos_shared.sh index 9cd8664a0..a2370c409 100755 --- a/compile_macos_shared.sh +++ b/compile_macos_shared.sh @@ -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 diff --git a/compile_min.sh b/compile_min.sh index 6f030acc0..22cea900c 100755 --- a/compile_min.sh +++ b/compile_min.sh @@ -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