From cae3783c0f57d394f27d181a37ae6db55cb5bc82 Mon Sep 17 00:00:00 2001 From: Nick Hildenbrandt Date: Mon, 4 Nov 2002 21:03:13 +0000 Subject: [PATCH] Fix typo. -Chris git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4545 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.SunOS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.SunOS b/Makefile.SunOS index 5cfcacf4035..e802173f96a 100644 --- a/Makefile.SunOS +++ b/Makefile.SunOS @@ -12,7 +12,7 @@ MakeSharedObjectOption := -G # PLATFORMLINKOPTS - On sun we need to link to libmalloc.so to get a definition # of mallinfo. -ExportSymbols := -lmalloc +PLATFORMLINKOPTS := -lmalloc # Path to location for LLVM front-end for this architecture. This setting may # be overriden by the Makefile.config option, and should not override it if set.