From owner-freebsd-embedded@FreeBSD.ORG Mon Oct 21 13:28:03 2013 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DF82C3A9 for ; Mon, 21 Oct 2013 13:28:03 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-pd0-f170.google.com (mail-pd0-f170.google.com [209.85.192.170]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B6C712808 for ; Mon, 21 Oct 2013 13:28:03 +0000 (UTC) Received: by mail-pd0-f170.google.com with SMTP id v10so2302606pde.29 for ; Mon, 21 Oct 2013 06:28:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=wb4ZsoExSNs/it64kLgnpGy8rzyqSV6+H1vnMR4Gga4=; b=iTjkGXgkijimMMBgpwptgnMMJS4FWInvfoGt/4+sWTwbSHyzUuVlVKtYSpQscmYVTQ MVn2VoPVFQ0y+CcqYx1vlo1LfOGY+uRLitUZsNMoxGt0n8/eKM8zWeaCasSTbKTuHxVg es79YbaF5d5fPxqz1FsB8T456gcp+oUgtfBioCEuy4qHlfDOWrmJpzbUdLlpMTPHI9nF kOdh5J2m+w4Pvxf1A6OkxhtL+lm/p5N1ndQMd8p8fTBfYM1zm0MJgJs0TFFOkIU8Hes5 G9adyhcu0v2cUZxxZlcS1+VXSMZv57/bQ9xB0eeM1BvA8yj5WI4mIddS+C4SgtcENzPF 6n5Q== X-Gm-Message-State: ALoCoQk6i2PkHhTjS5YGYKL46CzEFvel8eULR1wU0HNJkM+OUcyK4H0MZFujWz0b8rgqLqqZrV87 X-Received: by 10.66.250.138 with SMTP id zc10mr18374925pac.72.1382362082751; Mon, 21 Oct 2013 06:28:02 -0700 (PDT) Received: from 53.imp.bsdimp.com (50-78-194-198-static.hfc.comcastbusiness.net. [50.78.194.198]) by mx.google.com with ESMTPSA id yg3sm25809340pab.16.2013.10.21.06.28.01 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 21 Oct 2013 06:28:01 -0700 (PDT) Sender: Warner Losh Subject: Re: Install C++ runtime libraries without installing toolchain Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: Date: Mon, 21 Oct 2013 07:28:00 -0600 Content-Transfer-Encoding: 7bit Message-Id: References: To: Sven Hazejager X-Mailer: Apple Mail (2.1085) Cc: freebsd-embedded@freebsd.org X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Oct 2013 13:28:03 -0000 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