summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@theqtcompany.com>2015-07-02 12:01:51 +0200
committerRobert Loehning <robert.loehning@theqtcompany.com>2015-07-08 15:52:50 +0000
commit1443cdcfe03fc07c7718e36b8fdd53ac4b33a5ff (patch)
treebeba2566605d6c0de5ed166341deec59266c01e9
parent32d646d0a6676f5749bc14a51c47838588a7d389 (diff)
configure: Mention availability of linux-clang
Change-Id: I2e99832b06a59b1587f98041a7d36ed69e22be94 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 314f780178..9a64b563e1 100755
--- a/configure
+++ b/configure
@@ -2842,7 +2842,7 @@ if [ -z "$PLATFORM" ]; then
Linux:*)
PLATFORM=linux-g++
PLATFORM_NOTES="
- - Also available for Linux: linux-kcc linux-icc linux-cxx
+ - Also available for Linux: linux-clang linux-kcc linux-icc linux-cxx
"
;;
SunOS:5*)