Build libuv with the same C compiler as the rest of rt
This commit is contained in:
parent
43313b5504
commit
1758876381
1 changed files with 1 additions and 1 deletions
2
mk/rt.mk
2
mk/rt.mk
|
@ -106,7 +106,7 @@ rt/libuv/uv.a: $(wildcard \
|
|||
$(S)src/rt/libuv/*/* \
|
||||
$(S)src/rt/libuv/*/*/* \
|
||||
$(S)src/rt/libuv/*/*/*/*)
|
||||
$(Q)CFLAGS=\"-m32\" LDFLAGS=\"-m32\" CC=gcc $(MAKE) -C rt/libuv
|
||||
$(Q)CFLAGS=\"-m32\" LDFLAGS=\"-m32\" CC=$(CC) $(MAKE) -C rt/libuv
|
||||
|
||||
# These could go in rt.mk or rustllvm.mk, they're needed for both.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue