pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/52817: devel/lldb build on i386 fails with undefined reference
The following reply was made to PR pkg/52817; it has been noted by GNATS.
From: Onno van der Linden <o.vd.linden%quicknet.nl@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/52817: devel/lldb build on i386 fails with undefined
reference
Date: Wed, 13 Dec 2017 21:25:28 +0100
Probably devel/lldb/Makefile needs something like
.if ${MACHINE_ARCH} == "i386"
CFLAGS+= -march=i586
CXXFLAGS+= -march=i586
.endif
Home |
Main Index |
Thread Index |
Old Index