From owner-svn-src-all@freebsd.org Mon Feb 10 18:17:11 2020 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0A9D3240449; Mon, 10 Feb 2020 18:17:11 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48GYyt6SySz3L7J; Mon, 10 Feb 2020 18:17:10 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qt1-f174.google.com (mail-qt1-f174.google.com [209.85.160.174]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id CDC6735A9; Mon, 10 Feb 2020 18:17:10 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qt1-f174.google.com with SMTP id t13so5876002qto.3; Mon, 10 Feb 2020 10:17:10 -0800 (PST) X-Gm-Message-State: APjAAAU2ZBrcjtazq/VusTPBcJ3SHBKsDvRN9Qagumlu+mEOoo+mT7Bx g729JcL/iGax26X3XTEhawcu0W5tggplqBhkV8Q= X-Google-Smtp-Source: APXvYqxZiLL91NrTLxEfHgKz5sIi+RxlsBANud+DlugEG262Q8RcD0+zm8x86moL+q0vPyiangYRaf1tZwED+N3Czho= X-Received: by 2002:ac8:83d:: with SMTP id u58mr8761064qth.60.1581358630312; Mon, 10 Feb 2020 10:17:10 -0800 (PST) MIME-Version: 1.0 References: <202002091853.019IrsaI054316@repo.freebsd.org> <068de386-53b4-0fe6-cdff-22b4d940fc44@FreeBSD.org> In-Reply-To: <068de386-53b4-0fe6-cdff-22b4d940fc44@FreeBSD.org> From: Kyle Evans Date: Mon, 10 Feb 2020 12:16:58 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r357703 - head/share/mk To: John Baldwin Cc: Kyle Evans , src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 10 Feb 2020 18:17:11 -0000 On Mon, Feb 10, 2020 at 12:13 PM John Baldwin wrote: > > On 2/9/20 10:53 AM, Kyle Evans wrote: > > Author: kevans > > Date: Sun Feb 9 18:53:53 2020 > > New Revision: 357703 > > URL: https://svnweb.freebsd.org/changeset/base/357703 > > > > Log: > > mips: mark GOOGLETEST broken, due to no fault of its own > > > > As explained in the comment; GOOGLETEST cannot currently be compiled on any > > mips variant at the moment due to the cross toolchain seemingly using the > > wrong spec and not pulling in libgcc. We'll be fine when llvm 10 lands, at > > which point this should be reverted most expeditiously. > > Hmm, I thought you were going to do this for any external GCC? It's also > broken on amd64, etc. as well when using external GCC. > My main concern at the moment is we haven't had any functional default builds for mips since I had unbroken it over a month ago -- I was hoping we'd be able to come up with a fix for the external GCC spec issue in relatively short order so as not to worry about it, but I can look at expanding this to all external GCC.