Date: Sun, 20 Oct 2013 11:16:27 +0200 From: Sven Hazejager <sven@hazejager.nl> To: freebsd-embedded@freebsd.org Subject: Install C++ runtime libraries without installing toolchain Message-ID: <CAKwdyT7dryroA5=%2BwVDPvZ=nagco4Q7wwkh3fP130hHz8vgjow@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
All, Is there a way to install the C++ runtime libraries into a NanoBSD images without installing the whole toolchain? My port needs the libc++ and libcxxrt shared libraries. In my NanoBSD script, I have: CONF_INSTALL=' WITHOUT_INSTALLLIB=1 WITHOUT_TOOLCHAIN=1 ' It's the WITHOUT_TOOLCHAIN knob that I would like to not switch on, so I am looking for alternative ways to get the libraries into my image. I am running 11-CURRENT as of last week. Thanks Sven
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAKwdyT7dryroA5=%2BwVDPvZ=nagco4Q7wwkh3fP130hHz8vgjow>