From 1c302c6289a6eddc92b48815dd420bd58eb2f286 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Sun, 22 Dec 2019 09:36:53 +0100 Subject: while at it rename XCode to the official Xcode --- compiler/main/SysTools/Info.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'compiler/main') diff --git a/compiler/main/SysTools/Info.hs b/compiler/main/SysTools/Info.hs index e61846d4e6..93c2819528 100644 --- a/compiler/main/SysTools/Info.hs +++ b/compiler/main/SysTools/Info.hs @@ -231,13 +231,13 @@ getCompilerInfo' dflags = do -- FreeBSD clang | any ("FreeBSD clang version" `isInfixOf`) stde = return Clang - -- XCode 5.1 clang + -- Xcode 5.1 clang | any ("Apple LLVM version 5.1" `isPrefixOf`) stde = return AppleClang51 - -- XCode 5 clang + -- Xcode 5 clang | any ("Apple LLVM version" `isPrefixOf`) stde = return AppleClang - -- XCode 4.1 clang + -- Xcode 4.1 clang | any ("Apple clang version" `isPrefixOf`) stde = return AppleClang -- Unknown linker. -- cgit v1.2.1