diff options
| author | Patrick Walton <[email protected]> | 2011-05-08 21:10:04 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-05-08 21:10:43 -0700 |
| commit | 269550f6736c911e28ec9f01e88d9afeb47f12ec (patch) | |
| tree | 2b0298d7d807d5786a900791acd45fe1f87c0f65 /mk/rt.mk | |
| parent | rt: Consistently refer to structs as structs and classes as classes. Clang co... (diff) | |
| download | rust-269550f6736c911e28ec9f01e88d9afeb47f12ec.tar.xz rust-269550f6736c911e28ec9f01e88d9afeb47f12ec.zip | |
build: Use clang to compile the runtime if available
Diffstat (limited to 'mk/rt.mk')
| -rw-r--r-- | mk/rt.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ RUNTIME_HDR := rt/globals.h \ RUNTIME_DEF := rt/rustrt$(CFG_DEF_SUFFIX) RUNTIME_INCS := -I $(S)src/rt/isaac -I $(S)src/rt/uthash RUNTIME_OBJS := $(RUNTIME_CS:.cpp=.o) -RUNTIME_LIBS := $(CFG_GCC_POST_LIB_FLAGS) +RUNTIME_LIBS := $(CFG_GCCISH_POST_LIB_FLAGS) rt/%.o: rt/%.cpp $(MKFILES) |