From owner-svn-ports-all@freebsd.org Sun Apr 8 23:37:32 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82994F8AEF1; Sun, 8 Apr 2018 23:37:32 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) (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 0248C78CB3; Sun, 8 Apr 2018 23:37:31 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: by mail-wm0-f47.google.com with SMTP id 66so8302597wmd.3; Sun, 08 Apr 2018 16:37:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=I/m9U0FblcUR6C0ngP9Yi0tuj4Ensijmv7FvWZCpo4Y=; b=nqc3nXEkvIWfbxOj/EN8esyacuqdtLhf1qoIddFSylmpfbu4su3pt8+UiNoBsmCqG+ cm0+pFk3IwynKRV18DbWF+BzTvtv5hJwBKwh9EJsOfXeZT+O+u+fKIlOuaUlYDlCdWNs zYeqQEUHj9dzAz/jaySWRWlIuSkJWW8E3HSPxG9McPsprv6qx7uVlm6misGnO2wDjBF+ v7telK2zad5fJPBXDMTEhlPcpwqRm2hauyRIGb3ZvHoRVVo9OV0Uxc4yQ5uHXXlg8qej HMI3BYIW/Lz8BZsjdysqY2BxbMzX1pbjTI3URWYckSW+Y6hdRA9/aJXAmk1nmj4rBlHh TijA== X-Gm-Message-State: ALQs6tDZ+csyxtdwTPhthcvQ+HdXgGQIH1agP4UkNs2pMhI3AcgYQayQ CUO36XGIDs1SLFcLdJ7E2BBxLW/7 X-Google-Smtp-Source: AIpwx4/GWGhRZmKWWnCWRjAvuhs3ShjOl7ig4QCewNXP/xnHwAJW7qKs1xWpBd/B2YuJadx0lw8URA== X-Received: by 10.80.247.202 with SMTP id i10mr18502112edn.291.1523230317781; Sun, 08 Apr 2018 16:31:57 -0700 (PDT) Received: from mail-wr0-f179.google.com (mail-wr0-f179.google.com. [209.85.128.179]) by smtp.gmail.com with ESMTPSA id b8sm9074945edi.14.2018.04.08.16.31.57 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 08 Apr 2018 16:31:57 -0700 (PDT) Received: by mail-wr0-f179.google.com with SMTP id p53so7024712wrc.10; Sun, 08 Apr 2018 16:31:57 -0700 (PDT) X-Received: by 2002:a19:d911:: with SMTP id q17-v6mr9647686lfg.99.1523230317397; Sun, 08 Apr 2018 16:31:57 -0700 (PDT) MIME-Version: 1.0 Received: by 10.46.129.90 with HTTP; Sun, 8 Apr 2018 16:31:36 -0700 (PDT) In-Reply-To: <201804070026.w370QlpG080009@repo.freebsd.org> References: <201804070026.w370QlpG080009@repo.freebsd.org> From: Kyle Evans Date: Sun, 8 Apr 2018 18:31:36 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r466699 - in head/devel: aarch64-none-elf-gcc arm-none-eabi-gcc powerpc64-gcc To: John Baldwin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, ports-secteam@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2018 23:37:32 -0000 On Fri, Apr 6, 2018 at 7:26 PM, John Baldwin wrote: > Author: jhb (src,doc committer) > Date: Sat Apr 7 00:26:46 2018 > New Revision: 466699 > URL: https://svnweb.freebsd.org/changeset/ports/466699 > > Log: > Fix two more issues with r465416. > > - Force build of a cross-compiler by defining CROSS_DIRECTORY_STRUCTURE > in CFLAGS even if the build host matches the build target. This > fixes such a cross compiler to not include /usr/local/lib in its default > library path (e.g. amd64-gcc when built on amd64). > - Don't remove the include-fixed headers for the aarch64-none-elf-gcc > and arm-none-eabi-gcc packages. > - Bump PORTREVISION. > > Reported by: kevans (2) > Reviewed by: bdrewery, kevans > Differential Revision: https://reviews.freebsd.org/D14925 > Hey John, Do you mind MFH'ing this to 2018Q2 to unbreak arm-none-eabi-newlib in quarterly, or may I MFH it? I've CC'd ports-secteam@ to get approval for this. Thanks, Kyle Evans