| Index: tests/spec2k/Makefile.common
|
| diff --git a/tests/spec2k/Makefile.common b/tests/spec2k/Makefile.common
|
| index ea7ef2eca27df43fb54522c6d013c43164a99b74..79356176da87688207903da9025033baea528779 100644
|
| --- a/tests/spec2k/Makefile.common
|
| +++ b/tests/spec2k/Makefile.common
|
| @@ -177,7 +177,7 @@ $(IT).js: $(SRC) $(CPPSRC)
|
| --em-config $(WASM_INSTALL_DIR)/emscripten_config_vanilla \
|
| $(CFLAGS) -s TOTAL_MEMORY=268435456 \
|
| -Wno-implicit-function-declaration -O2 \
|
| - $(shell python ../prepare_input.py --gen-emcc-embed- --config \
|
| + $(shell python ../prepare_input.py --gen-emcc-embed --config \
|
| $(SPEC_COMPONENT) ref)
|
| touch $@
|
|
|
|
|