From owner-svn-src-head@freebsd.org Wed Sep 28 07:18:02 2016 Return-Path: Delivered-To: svn-src-head@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 668BAC0029E; Wed, 28 Sep 2016 07:18:02 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-oi0-x241.google.com (mail-oi0-x241.google.com [IPv6:2607:f8b0:4003:c06::241]) (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 22D427A1; Wed, 28 Sep 2016 07:18:02 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-oi0-x241.google.com with SMTP id w11so2404324oia.0; Wed, 28 Sep 2016 00:18:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=0J335yidme7Z1h7NOxhdj+seJChBf7yUiH9GU1GUJ2I=; b=vO1kdiyjI2jgs1XZeMiYZdYDBR5h5TOdaIAEflT+oyFhIBna5NoheCz8PinXUF4Apg OFR0b4eXSfPgduJyDPGLfnhZNupSqxVx/EfOfmAKI4qo5pZSnNkDKEVCz7/+tL5ewss4 iR82G9MT29UM9ZIXNjKlV4cjjn0hG7pcam4hstk0kY/Ct1Z7x/rJG/e5g8nW0hGY9Kys gTe5NY1B5NVcPH7paM71EQ2tYq+f/12AN0ZlCt4sOcW2Ccfl8i5avDdgng0ycJdbhlRt DJb936gvU0GUd+ysBXw1tYVdIJdnMwC0NkOdPnItAxS+L/AvucMuKJOdvFLuUnF3QiwY oApw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=0J335yidme7Z1h7NOxhdj+seJChBf7yUiH9GU1GUJ2I=; b=KO8wcmE5c5Z58IwEJkJpFupnXXAogarUQf7Ll8TjPcGMXtIztlymIpaGQptEA5XQ2x AvgfDMxecfoZvS52V7VTn3PGTG+acWSotaCeFoNh/TTzb/xGUbBwSr4v2zL/uSCdztZR piT2hxdc4ZB159uWKXKB+DUQnvcx/7lLBf7KUElakoA5tcF4kwtnSxkgt5LGKpG3G8o7 vlFI0AnlzyIHsZuhOhNoQrl4q7RbbMzd1fj5F5H/833MjS9kqslAmR6fU0eb3sI+Mm0u iedbLOtwQVz0foJhJspcwgQUOOExWjm5B2OqXuLryO6mD/BwfQ7tZGJSZEpH5saKzoUW /JAw== X-Gm-Message-State: AA6/9RlF8GXvShjYc7RHhJ7DnhKj1rm00pAHl7lBPGYrxKBehjVdXG2g0xKGyUu7I3xNdQ== X-Received: by 10.157.53.50 with SMTP id o47mr1666460otc.221.1475047081374; Wed, 28 Sep 2016 00:18:01 -0700 (PDT) Received: from [100.173.229.161] ([172.56.7.236]) by smtp.gmail.com with ESMTPSA id y6sm1984108oty.22.2016.09.28.00.17.59 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 28 Sep 2016 00:18:00 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: svn commit: r306347 - head/lib/libc/tests From: Ngie Cooper X-Mailer: iPhone Mail (13G36) In-Reply-To: Date: Wed, 28 Sep 2016 16:17:56 +0900 Cc: Ruslan Bukin , src-committers , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Transfer-Encoding: 7bit Message-Id: References: <201609261538.u8QFc2Av023865@repo.freebsd.org> To: Warner Losh X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2016 07:18:02 -0000 > On Sep 27, 2016, at 06:25, Warner Losh wrote: > > Shouldn't we have MK_SSP == no on mips instead? That's how it's > supposed to work. If it isn't, perhaps we should set it like that. Thanks. This is what I was going to recommend. -Ngie