| Index: Makefile.standalone
|
| diff --git a/Makefile.standalone b/Makefile.standalone
|
| index 82eff152781d0e61a81aac2a022329459035784c..a641ce1969ccdbcd7f0857d559ecc64d9125f22b 100644
|
| --- a/Makefile.standalone
|
| +++ b/Makefile.standalone
|
| @@ -163,8 +163,8 @@ LDFLAGS := $(HOST_FLAGS) -L$(LIBCXX_INSTALL_PATH)/lib -Wl,--gc-sections \
|
| SB_LDFLAGS := $(LINKOPTLEVEL) $(LD_EXTRA)
|
|
|
| SRCS = \
|
| - assembler.cpp \
|
| - assembler_ia32.cpp \
|
| + IceAssembler.cpp \
|
| + IceAssemblerX8632.cpp \
|
| IceBrowserCompileServer.cpp \
|
| IceCfg.cpp \
|
| IceCfgNode.cpp \
|
|
|