From owner-freebsd-stable@freebsd.org Mon Mar 4 18:12:13 2019 Return-Path: Delivered-To: freebsd-stable@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 AAAE7151D68C; Mon, 4 Mar 2019 18:12:13 +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 46C1377319; Mon, 4 Mar 2019 18:12:13 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-lj1-f182.google.com (mail-lj1-f182.google.com [209.85.208.182]) (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 D2E5611614; Mon, 4 Mar 2019 18:12:12 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-lj1-f182.google.com with SMTP id d24so5147266ljc.12; Mon, 04 Mar 2019 10:12:12 -0800 (PST) X-Gm-Message-State: APjAAAWZNWOP1ip5dXIRZvp4nRX3bBtKk7SRRc1w6gndUIR1+znxjhKL a6Y/t3OvuIcEG15RoeJ476JJqFl9GpkRpDkOrXA= X-Google-Smtp-Source: APXvYqwPqF6qXCDlTpmS5K6FZh5bHBNP2DpyyrI6vmKShYNcKnqDmUR/c0pe4S0RVoNJK3V1Da0ilsSTW31/NJhU95M= X-Received: by 2002:a2e:88d0:: with SMTP id a16mr8798063ljk.77.1551723131321; Mon, 04 Mar 2019 10:12:11 -0800 (PST) MIME-Version: 1.0 References: <20190304175001.GB46091@rpi3.zyxst.net> In-Reply-To: <20190304175001.GB46091@rpi3.zyxst.net> From: Kyle Evans Date: Mon, 4 Mar 2019 12:11:32 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: possibly silly binmiscctl question To: "freebsd-arm@freebsd.org" , FreeBSD-STABLE Mailing List Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 46C1377319 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.985,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Mar 2019 18:12:13 -0000 On Mon, Mar 4, 2019 at 11:50 AM tech-lists wrote: > > Hi, > > If I give binmiscctl the magic for arm6 and then for say mips64, will > this break things? > > Let's say I'm using an amd64 box to cross-compile using poudriere > for arm6 and mips64 ports. Can I do both on the same box at the same time? > Or do I need to let's say the arm6 run to finish, then give binmiscctl > its magic strings for mips64, and THEN run the build run for that arch? > This is what the qemu-user-static rc script does -- there are no problems.