[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs build using clang
From: |
dhruva |
Subject: |
Re: Emacs build using clang |
Date: |
Sun, 19 Sep 2010 17:45:45 +0530 |
Hi,
On Sun, Sep 19, 2010 at 5:29 PM, <address@hidden> wrote:
>
> Do you have a recipy how to build with clang? I would like to add that
> environment to my Emacs build server.
- I have 'clang' installed on GNU/Linux (Ubuntu 10.04).
- ./configure CC=clang
Rest remains same as for gcc. I plan to generate llvm byte code and
see how far I can go.
-dhruva