pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/clang



Module Name:    pkgsrc
Committed By:   marino
Date:           Thu Nov 29 11:42:25 UTC 2012

Modified Files:
        pkgsrc/lang/clang: Makefile distinfo
        pkgsrc/lang/clang/patches: patch-tools_clang_lib_Driver_ToolChains.cpp
            patch-tools_clang_lib_Driver_Tools.cpp
Added Files:
        pkgsrc/lang/clang/patches:
            patch-tools_clang_lib_Frontend_InitHeaderSearch.cpp
            patch-tools_clang_test_Driver_dragonfly.c

Log Message:
lang/clang: Improve DragonFly support

1) Don't pass both gcc 4.4 and gcc 4.7 paths to the driver.  Detect
   if gcc47 is available and use those paths, otherwise fall back to
   gcc44.
2) Add support for exception handling
3) Add rdynamic support
4) Add gnu-hash style support
5) Fix (!!) crtstuff (This was obsolete, include PIE support)
6) Remove rpath-link
7) Remove unneeded duplicate libgcc handling
8) Make libgcc handling match gcc specs (different for gcc 4.4 and 4.7)
9) Update dragonfly driver test


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/lang/clang/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/lang/clang/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/lang/clang/patches/patch-tools_clang_lib_Driver_ToolChains.cpp \
    pkgsrc/lang/clang/patches/patch-tools_clang_lib_Driver_Tools.cpp
cvs rdiff -u -r0 -r1.1 \
    
pkgsrc/lang/clang/patches/patch-tools_clang_lib_Frontend_InitHeaderSearch.cpp \
    pkgsrc/lang/clang/patches/patch-tools_clang_test_Driver_dragonfly.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index