WORLD_CCVER: Fix buildworld with clangXX
authorJohn Marino <draco@marino.st>
Fri, 22 May 2015 16:40:24 +0000 (09:40 -0700)
committerJohn Marino <draco@marino.st>
Fri, 22 May 2015 17:10:18 +0000 (19:10 +0200)
commitcedddd1dcdf358596ed57db993608e8bc9a49035
treefe21ddddcc67a8321e062043971ac25acd6c0330
parentc7bf93fbd7b8de81ed30bb74e8e35ecdd3de971e
WORLD_CCVER: Fix buildworld with clangXX

The backtrace library requires unwind.h to build.  This file was never
created, so the base GCC's would fall back to the version in /usr/libdata.
Clang compilers from ports don't have unwind.h so they were failing on the
world build (building gcc50).  This modification makes unwind.h available
for backtrace.c and allows the build to complete with WORLD_CCVER=clang36
gnu/usr.bin/cc50/support-libs/libbacktrace/Makefile