From nobody Tue Jun 14 15:54:57 2022 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 5F2BE830EBE; Tue, 14 Jun 2022 15:55:31 +0000 (UTC) (envelope-from 6yearold@gmail.com) Received: from mail-vs1-f48.google.com (mail-vs1-f48.google.com [209.85.217.48]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4LMtLq1smjz4tvd; Tue, 14 Jun 2022 15:55:31 +0000 (UTC) (envelope-from 6yearold@gmail.com) Received: by mail-vs1-f48.google.com with SMTP id r12so9364775vsg.8; Tue, 14 Jun 2022 08:55:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=kfJ/7cDEUNxvV7EWXTtVJ/rdAZtecBVrXl7Cxcpzjsk=; b=nhkvs8wTiZxqVQjEArd/rsiIvkqxljdZ+m/B317mCoaANea4VQ0hn3ssSOIW0HmDTR Oyu6GxhULyZSK4w9/wyK+F461mNxtpUr3G1XQVgHg+C0XLA3Qb3zUtObwc6X7zLxX0fx LNeII50IgrG010RCAMP4g4HBsmnAznZka+FG7F55y1327A23itsMXo8vxrYcMPN5dWVy Zoh8SDsQcz1mJmWOPlBg146/fIDIUNRBQDFk62Tsm5o4rs5aKQHP+lic8qUq+Ye4tUP/ 74RJEWR6I31fw2szRoV6zVb8seEty5zFiwOHZoUDfuWAL0x05Wjsf2W6CX4nv0+sRd7v fuxg== X-Gm-Message-State: AJIora+4VSJV5Jn/g5oiaOFGwKoFf2tX3hyT87uqCScAynSJmr1GKiYH 3VZx8KP6Pbz9hbM6jiAifPwbFA6gxFPLpA== X-Google-Smtp-Source: AGRyM1uwvgyZq4iwNgfViFSVOhkBTVR3wVB+XQ7qP/9U3X3hgc19gteFZCEbWZfUJuGLKlCYxgpSYQ== X-Received: by 2002:a05:6102:7c8:b0:349:e0ea:16d0 with SMTP id y8-20020a05610207c800b00349e0ea16d0mr2429573vsg.36.1655222124549; Tue, 14 Jun 2022 08:55:24 -0700 (PDT) Received: from mail-vk1-f176.google.com (mail-vk1-f176.google.com. [209.85.221.176]) by smtp.gmail.com with ESMTPSA id k20-20020ab07154000000b00370fe98f896sm1559866uao.7.2022.06.14.08.55.23 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 14 Jun 2022 08:55:24 -0700 (PDT) Received: by mail-vk1-f176.google.com with SMTP id m30so4214466vkf.11; Tue, 14 Jun 2022 08:55:23 -0700 (PDT) X-Received: by 2002:a05:6122:200f:b0:368:990b:3ffc with SMTP id l15-20020a056122200f00b00368990b3ffcmr2625201vkd.2.1655222123796; Tue, 14 Jun 2022 08:55:23 -0700 (PDT) List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 References: <202206141524.25EFO4J3030436@gitrepo.freebsd.org> In-Reply-To: From: Gleb Popov Date: Tue, 14 Jun 2022 18:54:57 +0300 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: git: 8261cd9789e7 - main - devel/efl: Add an option to use luajit-openresty as LUA interpreter. To: Piotr Kubaj Cc: ports-committers , dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Content-Type: multipart/alternative; boundary="000000000000b6cbdf05e16a6eef" X-Rspamd-Queue-Id: 4LMtLq1smjz4tvd X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N --000000000000b6cbdf05e16a6eef Content-Type: text/plain; charset="UTF-8" On Tue, Jun 14, 2022 at 6:39 PM Piotr Kubaj wrote: > This is wrong since it misses powerpc64le. > > It should also make LUAJIT_OR the default on both powerpc64 and > powerpc64le. > Not sure what's the correct fix for that. What are possible values of ARCH for PPC? --000000000000b6cbdf05e16a6eef Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable


=
On Tue, Jun 14, 2022 at 6:39 PM Piotr= Kubaj <pkubaj@anongoth.pl>= wrote:
This is = wrong since it misses powerpc64le.

It should also make LUAJIT_OR the default on both powerpc64 and powerpc64le= .

Not sure what's the correct fix f= or that. What are possible values of ARCH for PPC?
--000000000000b6cbdf05e16a6eef--