Skip to content

Commit de128a3

Browse files
nikomatsakisbrson
authored andcommitted
---
yaml --- r: 6103 b: refs/heads/master c: f0c1f99 h: refs/heads/master i: 6101: eba36c2 6099: c9e4cbb 6095: c38ede3 v: v3
1 parent be17a2e commit de128a3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 20946e697010f886cb9aec2390e083439b274123
2+
refs/heads/master: f0c1f999ac8c1ee2d823806429b6eebce0b7e854

trunk/mk/rt.mk

+4-4
Original file line numberDiff line numberDiff line change
@@ -84,21 +84,21 @@ RUNTIME_HDR := rt/globals.h \
8484

8585
ifeq ($(CFG_WINDOWSY), 1)
8686
LIBUV_OSTYPE := win
87-
LIBUV_ARCH := i386
87+
LIBUV_ARCH := ia32
8888
LIBUV_LIB := rt/libuv/Default/obj.target/src/rt/libuv/libuv.a
8989
else ifeq ($(CFG_OSTYPE), apple-darwin)
9090
LIBUV_OSTYPE := mac
91-
LIBUV_ARCH := i386
91+
LIBUV_ARCH := ia32
9292
LIBUV_LIB := rt/libuv/Default/libuv.a
9393
else
9494
LIBUV_OSTYPE := unix
95-
LIBUV_ARCH := i386
95+
LIBUV_ARCH := ia32
9696
LIBUV_LIB := rt/libuv/Default/obj.target/src/rt/libuv/libuv.a
9797
endif
9898

9999
RUNTIME_DEF := rt/rustrt$(CFG_DEF_SUFFIX)
100100
RUNTIME_INCS := -I $(S)src/rt/isaac -I $(S)src/rt/uthash \
101-
-I $(S)src/rt/arch/x86_64 \
101+
-I $(S)src/rt/arch/i386 \
102102
-I $(S)src/rt/libuv/include
103103
RUNTIME_OBJS := $(RUNTIME_CS:.cpp=.o) $(RUNTIME_LL:.ll=.o) $(RUNTIME_S:.S=.o)
104104
RUNTIME_LIBS := $(LIBUV_LIB)

0 commit comments

Comments
 (0)