Build libuv with the same C compiler as the rest of rt

This commit is contained in:
Brian Anderson 2011-08-05 11:43:01 -07:00
parent 43313b5504
commit 1758876381
1 changed files with 1 additions and 1 deletions

View File

@ -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.