summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2014-03-07 18:08:54 +0000
committerNico Weber <nicolasweber@gmx.de>2014-03-07 18:08:54 +0000
commitf456d37c4f6b70a5e5bd272fe9e2b01ab6ee9417 (patch)
treeb576ef14be62b549f223885b80895d94b31b210c /Makefile.rules
parentfeed88059f2ad150865b037c91aa0246ebcc8f76 (diff)
downloadllvm-f456d37c4f6b70a5e5bd272fe9e2b01ab6ee9417.tar.gz
llvm-f456d37c4f6b70a5e5bd272fe9e2b01ab6ee9417.tar.bz2
llvm-f456d37c4f6b70a5e5bd272fe9e2b01ab6ee9417.tar.xz
"Mac OS/X" -> "Mac OS X" spelling fixes for llvm.
Patch from Sean McBride <sean@rogue-research.com>! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203258 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.rules b/Makefile.rules
index ddd6a1c343..01489a570f 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -681,13 +681,13 @@ ifeq ($(HOST_OS),HP-UX)
CompileCommonOpts := -D_REENTRANT -D_HPUX_SOURCE
endif
-# If we are building a universal binary on Mac OS/X, pass extra options. This
+# If we are building a universal binary on Mac OS X, pass extra options. This
# is useful to people that want to link the LLVM libraries into their universal
# apps.
#
# The following can be optionally specified:
# UNIVERSAL_SDK_PATH variable can be specified as a path to the SDK to use.
-# For Mac OS/X 10.4 Intel machines, the traditional one is:
+# For Mac OS X 10.4 Intel machines, the traditional one is:
# UNIVERSAL_SDK_PATH=/Developer/SDKs/MacOSX10.4u.sdk/
# UNIVERSAL_ARCH can be optionally specified to be a list of architectures
# to build for, e.g. UNIVERSAL_ARCH="i386 ppc ppc64". This defaults to