Skip to content

Commit

Permalink
Makefile: revert
Browse files Browse the repository at this point in the history
  • Loading branch information
pipcet committed Jan 28, 2021
1 parent fae2005 commit 55545e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ build/wasm32/gcc-testsuite/site.exp: | build
echo 'set target_triplet wasm32-unknown-none' >> $@
echo 'set target_alias wasm32-unknown-none' >> $@
echo 'set libiconv ""' >> $@
echo 'set CFLAGS " "' >> $@
echo 'set CXXFLAGS " "' >> $@
echo 'set CFLAGS ""' >> $@
echo 'set CXXFLAGS ""' >> $@
echo 'set HOSTCC "gcc"' >> $@
echo 'set HOSTCXX "g++"' >> $@
echo 'set HOSTCFLAGS "-g "' >> $@
Expand Down

0 comments on commit 55545e6

Please sign in to comment.