Install C++ runtime libraries without installing toolchain
Warner Losh
imp at bsdimp.com
Mon Oct 21 13:28:03 UTC 2013
On Oct 20, 2013, at 3:16 AM, Sven Hazejager wrote:
> 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.
We may need a new knob for that...
Warner
More information about the freebsd-embedded
mailing list