diff options
author | Daniel Dunbar <daniel@zuster.org> | 2011-06-28 22:30:17 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2011-06-28 22:30:17 +0000 |
commit | ade490a8297f7d7c9763ef173ce8b7607355b4e7 (patch) | |
tree | 874a1e093d14d89700d192081a61d3d6fe9390aa /Makefile.rules | |
parent | 5876298e36b29a4cd723fbc447ffa4dc1a7dc198 (diff) |
build/Darwin: Fix epic typo fail.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134036 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r-- | Makefile.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules index 46a3f1bdb9..19520dd555 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -1377,7 +1377,7 @@ endif #--------------------------------------------------------- ifeq ($(HOST_OS),Darwin) -ifdef TOOL_ORDER_FINE +ifdef TOOL_ORDER_FILE LD.Flags += -Wl,-order_file,$(TOOL_ORDER_FILE) |