From 27cf5a35ce9698e60063eb0acf2e8c31143bd4bf Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Mon, 12 Dec 2022 08:47:52 +0100 Subject: [PATCH] x86: break gas dependency on libopcodes gas doesn't use anything from libopcodes anymore - suppress linking in that library. --- gas/configure | 2 +- gas/configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gas/configure b/gas/configure index 57c1fa3557e..1b53c03d04f 100755 --- a/gas/configure +++ b/gas/configure @@ -12263,7 +12263,7 @@ _ACEOF # Do we need the opcodes library? case ${cpu_type} in - vax | tic30) + vax | tic30 | i386) ;; *) diff --git a/gas/configure.ac b/gas/configure.ac index feb43399ce8..7a238b6a0f3 100644 --- a/gas/configure.ac +++ b/gas/configure.ac @@ -420,7 +420,7 @@ changequote([,])dnl # Do we need the opcodes library? case ${cpu_type} in - vax | tic30) + vax | tic30 | i386) ;; *) -- 2.30.2