Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


On Sunday 24 of March 2013, Peter Foley wrote:
 configure.ac                              |   66
+++++++++++++++--------------- i18npool/source/localedata/localedata.cxx | 
 11 ++++-
 2 files changed, 44 insertions(+), 33 deletions(-)

New commits:
commit 02ed2608199f2adc466849d0f4864213ad07c445
Author: Peter Foley <pefoley2@verizon.net>
Date:   Sun Mar 24 17:48:48 2013 -0400

    add configure option to use clang

 That already exists: configure CC=clang CXX=clang++
 What's the point of having such an explicit option? We already have enough 
options that reinvent the wheel.

    Change-Id: Ide63ef8bde7ed739b9bf29e936c01e156e8e3de4

diff --git a/configure.ac b/configure.ac
index 6a31c89..898dedb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1158,6 +1158,11 @@ AC_ARG_ENABLE(winegcc,
          needed for MinGW cross-compilation.]),
 )

+AC_ARG_ENABLE(clang,
+    AS_HELP_STRING([--enable-clang],
+        [Build using the clang compiler.]),
+)
+
-- 
 Lubos Lunak
 l.lunak@suse.cz

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.