mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-17 01:13:11 +00:00
build: Pass -fPIC to the libuv build
This commit is contained in:
parent
98ca6d0c61
commit
b2fd6121c0
4
mk/rt.mk
4
mk/rt.mk
@ -24,8 +24,8 @@
|
|||||||
# working under these assumptions).
|
# working under these assumptions).
|
||||||
|
|
||||||
# Hack for passing flags into LIBUV, see below.
|
# Hack for passing flags into LIBUV, see below.
|
||||||
LIBUV_FLAGS_i386 = -m32
|
LIBUV_FLAGS_i386 = -m32 -fPIC
|
||||||
LIBUV_FLAGS_x86_64 = -m64
|
LIBUV_FLAGS_x86_64 = -m64 -fPIC
|
||||||
|
|
||||||
define DEF_RUNTIME_TARGETS
|
define DEF_RUNTIME_TARGETS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user