Skip to content

Commit

Permalink
Makefile: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pipcet committed Feb 11, 2021
1 parent f4de425 commit 2e9c3e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ endif

wasm32/cross/stamp/configure/gcc: | wasm32/native/stamp/build/glibc wasm32/cross/stamp/build/gcc-preliminary wasm32/cross/build/gcc wasm32/cross/src/gcc wasm32/cross/stamp/configure
(cd wasm32/cross/build/gcc; ../../src/gcc/configure CFLAGS="-Os" CXXFLAGS="-Os" --target=wasm32-unknown-none --disable-libatomic --disable-libgomp --disable-libquadmath --enable-explicit-exception-frame-registration --disable-libssp --prefix=$(PWD)/wasm32/cross)
touch $@

wasm32/cross/stamp/build/gcc: wasm32/cross/stamp/configure/gcc | wasm32/cross/stamp/build wasm32/cross/src/gcc
$(MKDIR) wasm32/cross/build/gcc/gcc
Expand Down

0 comments on commit 2e9c3e6

Please sign in to comment.