Received: from listserv.local (listserv [172.16.8.22]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTP id BFB8F7810FA; Sun, 12 Jun 2022 14:36:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit To: Drew DeVault From: alice Cc: ~alpine/aports@lists.alpinelinux.org In-Reply-To: <20220612102811.31633-1-sir@cmpwn.com> Subject: Re: [RFC PATCH] community/binutils-cross: new aport Date: Sun, 12 Jun 2022 14:36:15 -0000 Message-ID: <165504457573.985.16212714495590711567.gitlab.35287.977986ca48da90983a0b530df61d37c43169ea0a@listserv.local> On Sun, 12 Jun 2022 12:28:11 +0200, Drew DeVault wrote: > + if [ "$target" = "x86_64" ]; then > + _arch_configure="--enable-targets=x86_64-pep" > + fi not sure if this is the cause, but for x86-64 on x86-64 specifically, the target has the top-level files: ``` +usr/bin/strings +usr/bin/strip +usr/include/ +usr/include/ansidecl.h ``` on all other arches for all targets it doesn't place things in /usr/include or /usr/bin- i would assume that's not intended, but maybe i'm wrong -- via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/35287#note_241557