From nobody Fri Dec 17 21:43:52 2021 X-Original-To: dev-commits-src-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 815CB18F3340; Fri, 17 Dec 2021 21:44:13 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io1-f45.google.com (mail-io1-f45.google.com [209.85.166.45]) (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 4JG2Yn3DXHz3rtG; Fri, 17 Dec 2021 21:44:13 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io1-f45.google.com with SMTP id b187so4859349iof.11; Fri, 17 Dec 2021 13:44:13 -0800 (PST) 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=N3UVaxjU/mDowxi7+ORqpZSqNAKybvOQi3kKm6g8zq8=; b=tBE7hSBalqbSE6T+AYptvOTG6S6oIl//s4cmDtGQp8ktGu3bnNeJ6wwiyYUeRtcPkY JlK1pNcawe5I0a9UBE/tyhg0To76r+jQA06K4SGhtAVkoq8u92TjDWzuJm2apLRficml OqKtS9wEJl14N6KrgA2E0EnUniQxEtpcC6FfYKHnnFcg5PMwaZjmrK0+jm1kp3f9SbaJ wwPRu7EGuYdGmHiRB1FLdirqI9q4t1NZQprWV9vDuAgaajQjFWwt69wJOZ4S4IyCQETz RFL4GrNztxXlD9iKwjVPuK7weIagk24ECWUxzzGs9WjZHB/CUjRy1HxCxEFFqG+A++uE bmlA== X-Gm-Message-State: AOAM530YWAkbBKU+GgIqNo9Ni75vQMLwizuVGhgJRd5WkKJMMxvCi++h rLeQKPjuJy5nIsKNYU7nSZykr/A0da1jovlPZhcEBMejHlU= X-Google-Smtp-Source: ABdhPJwnZPVRU5ZmZEHqgZBhvAa3WStT7zVUksWMLkMbsAh1RgIc3o5leAvTth6LFSEV+Ggjn5K5Zm9KD2cLU9FsHYc= X-Received: by 2002:a05:6602:2d81:: with SMTP id k1mr2764624iow.112.1639777452396; Fri, 17 Dec 2021 13:44:12 -0800 (PST) List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 References: <202112172128.1BHLSxP5063083@gitrepo.freebsd.org> In-Reply-To: <202112172128.1BHLSxP5063083@gitrepo.freebsd.org> From: Ed Maste Date: Fri, 17 Dec 2021 16:43:52 -0500 Message-ID: Subject: Re: git: 8010f4ad21b6 - main - libusb: remove use of COMPAT_32BIT To: Brooks Davis Cc: src-committers , "" , dev-commits-src-main@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4JG2Yn3DXHz3rtG X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N On Fri, 17 Dec 2021 at 16:29, Brooks Davis wrote: > > The branch main has been updated by brooks: > > URL: https://cgit.FreeBSD.org/src/commit/?id=8010f4ad21b6120e929bda4eed27696e63514677 > > commit 8010f4ad21b6120e929bda4eed27696e63514677 > Author: Brooks Davis > AuthorDate: 2021-12-17 21:28:14 +0000 > Commit: Brooks Davis > CommitDate: 2021-12-17 21:28:14 +0000 > > libusb: remove use of COMPAT_32BIT It was because of the odd USB 32-bit compat that I avoided building libcbor/libfido2 under COMPAT_32BIT in 2e85df652caef. Although those libraries should build with your changes they're not actually needed or used, so I'll leave it as is. We should probably have bsd.lib.mk just skip PRIVATELIBs under COMPAT_32BIT. I'll try to take a look at that sometime.