Disable C Loop

[..]
FAILED: JavaScriptCore/DerivedSources/LLIntDesiredOffsets.h /builddir/build/BUILD/webkitgtk-2.43.4/redhat-linux-build/webkitgtk-6.0/JavaScriptCore/DerivedSources/LLIntDesiredOffsets.h
cd /builddir/build/BUILD/webkitgtk-2.43.4/redhat-linux-build/webkitgtk-6.0/Source/JavaScriptCore && /usr/bin/ruby /builddir/build/BUILD/webkitgtk-2.43.4/Source/JavaScriptCore/offlineasm/generate_offset_extractor.rb -I/builddir/build/BUILD/webkitgtk-2.43.4/redhat-linux-build/webkitgtk-6.0/JavaScriptCore/DerivedSources/ /builddir/build/BUILD/webkitgtk-2.43.4/Source/JavaScriptCore/llint/LowLevelInterpreter.asm /builddir/build/BUILD/webkitgtk-2.43.4/redhat-linux-build/webkitgtk-6.0/bin/LLIntSettingsExtractor /builddir/build/BUILD/webkitgtk-2.43.4/redhat-linux-build/webkitgtk-6.0/JavaScriptCore/DerivedSources/LLIntDesiredOffsets.h C_LOOP normal
LowLevelInterpreter.asm:2720 in call to entry: Could not find macro entry (MacroError)
ninja: build stopped: subcommand failed.
[..]

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2024-03-05 13:02:00 +02:00
parent 7c2c27ead8
commit 1f82d70ae9
Signed by: davidlt
GPG Key ID: 7A5F42FAF91FACC3
1 changed files with 2 additions and 2 deletions

View File

@ -328,7 +328,7 @@ files for developing applications that use JavaScript engine from webkit2gtk-4.1
%ifarch riscv64
-DENABLE_JIT=OFF \
-DENABLE_WEBASSEMBLY=OFF \
-DENABLE_C_LOOP=ON \
-DENABLE_C_LOOP=OFF \
-DENABLE_SAMPLING_PROFILER=OFF \
%endif
%if 0%{?rhel}
@ -361,7 +361,7 @@ files for developing applications that use JavaScript engine from webkit2gtk-4.1
%ifarch riscv64
-DENABLE_JIT=OFF \
-DENABLE_WEBASSEMBLY=OFF \
-DENABLE_C_LOOP=ON \
-DENABLE_C_LOOP=OFF \
-DENABLE_SAMPLING_PROFILER=OFF \
%endif
%if 0%{?rhel}