Opened 9 years ago
Closed 9 years ago
#49778 closed enhancement (fixed)
libcxxabi @3.7.0_0 should use clang-3.4 or newer on 10.6.8
Reported by: | udbraumann | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.4 |
Keywords: | Cc: | jeremyhu (Jeremy Huddleston Sequoia) | |
Port: | libcxxabi |
Description
Building libcxxabi @3.7.0_0
on 10.6.8 applies old /usr/bin/clang shipped with Xcode (3.2.6 or 4.2), which however cannot treat the -stdlib=libc++ switch, so on 10.6.8 clang-3.4
(or newer) should be used, e.g. this works:
$ sudo port upgrade libcxxabi configure.compiler=macports-clang-3.4
Change History (1)
comment:1 Changed 9 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Thanks. r142796 should handle that.