Home
last modified time | relevance | path

Searched refs:WASI_CC (Results 1 – 9 of 9) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/lucet-wasi-wasmsbx/examples/
H A DMakefile1 WASI_CC ?= /opt/wasi-sdk/bin/clang macro
20 $(WASI_CC) $< -o $@
34 $(WASI_CC) $< -o $@
47 NOSTRIP=1 CC=$(WASI_CC) LD=$(WASI_LD) pmake -C build/kgt -r all
H A DREADME.md9 environment variables `WASI_CC` and `WASI_LD` with paths to your own `clang` and `wasm-ld`.
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/lucet-wasi/examples/
H A DMakefile1 WASI_CC ?= /opt/wasi-sdk/bin/clang macro
20 $(WASI_CC) $< -o $@
34 $(WASI_CC) $< -o $@
47 NOSTRIP=1 CC=$(WASI_CC) LD=$(WASI_LD) pmake -C build/kgt -r all
H A DREADME.md9 environment variables `WASI_CC` and `WASI_LD` with paths to your own `clang` and `wasm-ld`.
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/lucet-wasi-wasmsbx/examples/
H A DMakefile1 WASI_CC ?= /opt/wasi-sdk/bin/clang macro
20 $(WASI_CC) $< -o $@
34 $(WASI_CC) $< -o $@
47 NOSTRIP=1 CC=$(WASI_CC) LD=$(WASI_LD) pmake -C build/kgt -r all
H A DREADME.md9 environment variables `WASI_CC` and `WASI_LD` with paths to your own `clang` and `wasm-ld`.
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/lucet-wasi/examples/
H A DMakefile1 WASI_CC ?= /opt/wasi-sdk/bin/clang macro
20 $(WASI_CC) $< -o $@
34 $(WASI_CC) $< -o $@
47 NOSTRIP=1 CC=$(WASI_CC) LD=$(WASI_LD) pmake -C build/kgt -r all
H A DREADME.md9 environment variables `WASI_CC` and `WASI_LD` with paths to your own `clang` and `wasm-ld`.
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/benchmarks/shootout/
H A DMakefile4 WASI_CC?=$(WASI_SDK)/bin/clang macro
64 $(WASI_CC) $(COMMON_CFLAGS) -c $^ -o $@
68 $(WASI_CC) $^ -o $@ -nostartfiles -Wl,--no-entry -Wl,--export-all