From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3C31F3858CDB; Sun, 12 Feb 2023 19:22:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3C31F3858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1676229727; bh=A3acBEv6vkyeqeB6U+XTYX0WEEi61NxzifJGzztcSqE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=WgYR9QOh8Zf77txTP9aZXAhAJUxA8l4yCRjb7vg9nIu+ydYU89WCvABNTQY+xDAUN Ssjqw2IwTQZWyK54mrMQbvtYHxVrtvNietIsONrTT2/d7rcujR3ArLprYuBDN76dSq eDkahvFmwQ+QR9AS0XZ9snYWT92brSh2dJ8XnJ9c= From: "noloader at gmail dot com" To: bzip2-devel@sourceware.org Subject: [Bug bzip2/30001] Port to autoconf build system (maybe use sbrabec's patch?) Date: Sun, 12 Feb 2023 19:22:06 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: bzip2 X-Bugzilla-Component: bzip2 X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: noloader at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: nobody at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30001 Jeffrey Walton changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |noloader at gmail dot com --- Comment #3 from Jeffrey Walton --- (In reply to Eli Schwartz from comment #2) > In general my understanding is that autoconfiscation patch you linked was > explicitly rejected several times due to the "Incompatible changes" secti= on. >=20 > My patch series solves this problem and a number of other problems. It > should also still work fine with cross-compilation, just specify > `./configure --host=3D` and it will set up e.g. `$CC` correctly. One comment... To cross-compile, you should specify both --build and --host. --build is easy. config.guess gives that triplet: $ find /usr/share -name config.guess ... /usr/share/autoconf/build-aux/config.guess $ /usr/share/autoconf/build-aux/config.guess x86_64-pc-linux-gnu --host is the trickier one. There is no list of cross-compile triplets. Also see https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Hosts-= and-Cross_002dCompilation.html . --=20 You are receiving this mail because: You are on the CC list for the bug.=