From owner-svn-src-all@freebsd.org Sun Jun 28 06:50:14 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC48E98F9AC; Sun, 28 Jun 2015 06:50:14 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pd0-x233.google.com (mail-pd0-x233.google.com [IPv6:2607:f8b0:400e:c02::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BB9CE1D33; Sun, 28 Jun 2015 06:50:14 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by pdcu2 with SMTP id u2so98355297pdc.3; Sat, 27 Jun 2015 23:50:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=uXYTcuE1HvML5EJVHoVTIMnoee7u8ZngtxWIiAFuFXA=; b=FMMaxugvPuG5iQVN7g3qHNYYz14QHp4zHGkQ2KGz0Qc9N9gPX5OifMkVVU+0OdYA7d 9bLxBcZ4Euz6k0y4gdBRdjdST7/lgazRPyWKydD5CuG+9ICthU5jjqTgEFmhf5fuH0mm /eHEtSLBLewmNwSTjn+mELDohITdnFkWrvWn+RVqbUgYsm3sPtkHsZcY8N09TkwkuzKi MoNo5rBWSSDmY0nHVsyKCFHwAbfTOmfszAQjEL0E7+IYnT1h1M9P2DmqzJrRGFVAumcq YrAuQ7LSKa3zQm1B5aex+VnsBHzY9fx7kWvaLGiqAcOkWxiw5dwquFWdIy3pjy+kgsq8 n4zw== X-Received: by 10.66.122.144 with SMTP id ls16mr19819831pab.47.1435474214288; Sat, 27 Jun 2015 23:50:14 -0700 (PDT) Received: from [192.168.245.140] (c-67-182-131-225.hsd1.wa.comcast.net. [67.182.131.225]) by mx.google.com with ESMTPSA id vy6sm25956280pbc.72.2015.06.27.23.50.13 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 27 Jun 2015 23:50:13 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: svn commit: r284898 - in head: . share/mk From: Garrett Cooper X-Mailer: iPhone Mail (12F70) In-Reply-To: Date: Sat, 27 Jun 2015 23:50:12 -0700 Cc: Baptiste Daroussin , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: References: <201506272328.t5RNSvQS063168@svn.freebsd.org> <260A448A-7195-49E6-8CCD-9F0753B61A18@gmail.com> To: Adrian Chadd X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 06:50:15 -0000 > On Jun 27, 2015, at 22:31, Adrian Chadd wrote: >=20 >> On 27 June 2015 at 20:37, Garrett Cooper wrote: >>=20 >>> On Jun 27, 2015, at 16:28, Baptiste Daroussin wrote: >>>=20 >>> Author: bapt >>> Date: Sat Jun 27 23:28:56 2015 >>> New Revision: 284898 >>> URL: https://svnweb.freebsd.org/changeset/base/284898 >>>=20 >>> Log: >>> Make all shared library a relative symlink >>>=20 >>> This makes sysroot usable for cross building, it also removes the need f= or >>> _SHLIBDIRPREFIX (keeps its definition since picobsd uses it and I have n= o time >>> to test it) >>>=20 >>> Differential Revision: https://reviews.freebsd.org/D2920 >>> Submitted by: imp, adrian >>> Tested by: adrian >>=20 >> Thank you!!! Now all you need to do is fix the ldscripts (lib/libc, etc) t= o not have absolute paths. >=20 > Yup! But it's baby steps. >=20 > I'm looking at the netbsd gcc patches right now to see how they fixed > up sysroot. It doesn't look like they fully fixed gcc sysroot > behaviour. :( How is it broken?=