From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1386) id 9822A3DA7747; Mon, 19 Dec 2022 08:23:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9822A3DA7747 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Jan Beulich To: bfd-cvs@sourceware.org Subject: [binutils-gdb] Arm: break gas dependency on libopcodes X-Act-Checkin: binutils-gdb X-Git-Author: Jan Beulich X-Git-Refname: refs/heads/master X-Git-Oldrev: 4fdeb2a3799c0e04ef03b2128c33d756205f7d7d X-Git-Newrev: 8e0eb7c6b35b6f390ba64bbb41e4d2bcf78267ba Message-Id: <20221219082359.9822A3DA7747@sourceware.org> Date: Mon, 19 Dec 2022 08:23:59 +0000 (GMT) X-BeenThere: binutils-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2022 10:32:21 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D8e0eb7c6b35b= 6f390ba64bbb41e4d2bcf78267ba commit 8e0eb7c6b35b6f390ba64bbb41e4d2bcf78267ba Author: Jan Beulich Date: Mon Dec 19 09:23:13 2022 +0100 Arm: break gas dependency on libopcodes =20 gas doesn't use anything from libopcodes (anymore?) - suppress linking in that library. Diff: --- gas/configure | 2 +- gas/configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gas/configure b/gas/configure index 1b53c03d04f..4e9bbd9dfdc 100755 --- a/gas/configure +++ b/gas/configure @@ -12263,7 +12263,7 @@ _ACEOF =20 # Do we need the opcodes library? case ${cpu_type} in - vax | tic30 | i386) + vax | tic30 | i386 | arm) ;; =20 *) diff --git a/gas/configure.ac b/gas/configure.ac index 7a238b6a0f3..787ee53f021 100644 --- a/gas/configure.ac +++ b/gas/configure.ac @@ -420,7 +420,7 @@ changequote([,])dnl =20 # Do we need the opcodes library? case ${cpu_type} in - vax | tic30 | i386) + vax | tic30 | i386 | arm) ;; =20 *)