Opened 12 years ago
Closed 12 years ago
#36753 closed defect (fixed)
clang-3.2: Syntax error in projects/compiler-rt/make/platform/clang_darwin.mk, l.84
Reported by: | yaseppochi (Stephen J. Turnbull) | Owned by: | jeremyhu (Jeremy Huddleston Sequoia) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | Cc: | ||
Port: | clang-3.2 |
Description
filter-out requires two arguments in lines 84-87. I used "nonesuch" for the first argument and got a build. Haven't tested yet, just depending on the comment that this is only relevant to the ARM/iOS platform, which my host isn't.
I suspect that the real problem may be elsewhere. Specifically, the ifneq that checks version is including native builds for Mac OS X with cross-compiled builds for iOS, and since this build isn't for iOS, configure isn't DTRTing with these lines.
Change History (2)
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to jeremyhu@… |
---|---|
Summary: | Syntax error in projects/compiler-rt/make/platform/clang_darwin.mk, l.84 → clang-3.2: Syntax error in projects/compiler-rt/make/platform/clang_darwin.mk, l.84 |
comment:2 Changed 12 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I think I fixed this a while ago. Closing...