From 8e0eb7c6b35b6f390ba64bbb41e4d2bcf78267ba Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Mon, 19 Dec 2022 09:23:13 +0100 Subject: Arm: break gas dependency on libopcodes gas doesn't use anything from libopcodes (anymore?) - suppress linking in that library. --- gas/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/configure') diff --git a/gas/configure b/gas/configure index 1b53c03..4e9bbd9 100755 --- a/gas/configure +++ b/gas/configure @@ -12263,7 +12263,7 @@ _ACEOF # Do we need the opcodes library? case ${cpu_type} in - vax | tic30 | i386) + vax | tic30 | i386 | arm) ;; *) -- cgit v1.1