diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-09-22 00:03:52 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-09-22 00:03:52 +0000 |
commit | 885b1dbc6e48db318f7a6b72c1592e8fb46b081a (patch) | |
tree | a6efbbb2c5ff4a2a18be6549d9c4b2fddc0068f4 /runtime/Makefile | |
parent | 4f209445c06a43283c6f72dda7c925538b1578e9 (diff) |
Driver/Darwin: Add a runtime library just for ___eprintf -- when targeting i386
some projects still depend on ___eprintf being available.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114509 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/Makefile')
-rw-r--r-- | runtime/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Makefile b/runtime/Makefile index 0e8b359123..4307604b8a 100644 --- a/runtime/Makefile +++ b/runtime/Makefile @@ -39,7 +39,7 @@ ifeq ($(shell test -d $(COMPILERRT_SRC_ROOT) && echo OK),OK) RuntimeDirs := ifeq ($(OS),Darwin) RuntimeDirs += darwin -RuntimeLibrary.darwin.Configs = 10.4 armv6 cc_kext +RuntimeLibrary.darwin.Configs = eprintf 10.4 armv6 cc_kext endif # Rule to build the compiler-rt libraries we need. |