Harbour builds cleanly with clang now. To try, use:

$ make HB_CCPREFIX=/Developer/usr/bin/ HB_COMPILER=clang

This frontend is much faster than gcc (especially than latest 4.2.1).

Brgds,
Viktor

On 2009.09.08., at 2:09, vszak...@users.sourceforge.net wrote:

Revision: 12443
         
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12443&view=rev
Author:   vszakats
Date:     2009-09-08 12:09:22 +0000 (Tue, 08 Sep 2009)

Log Message:
-----------
2009-09-08 14:06 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
 * include/hbsetup.h
 * config/darwin/clang.mk
+ Added manual compiler macro HB_CC_CLANG until we find the official
     predefined macro to detect this compiler.
Actually we could roll our own HB_CC_<comp> set of macros to do compiler detection in central headers and clean compiler specific macros from
     code.
   ! Fixed '__attribute (( flatten ))' not being supported with clang.
     (Thanks Przemek)
   ! Deleted extra parameters from libtool command line.

 * INSTALL
   + Added clang to the darwin compiler list.

Modified Paths:
--------------
   trunk/harbour/ChangeLog
   trunk/harbour/INSTALL
   trunk/harbour/config/darwin/clang.mk
   trunk/harbour/include/hbsetup.h


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to