X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=bfd%2Fconfigure.ac;h=7fcc5d4a947849197c3317bae245e4863c1a99d8;hb=fd67aa1129fd006ad49ed5ecb2b063705211553a;hp=42678065e57fe49dc09fc186834dad8239f7ded6;hpb=c6d6a048f5a6f422e470c7c4bdb21a0c59d7c8fd;p=thirdparty%2Fbinutils-gdb.git diff --git a/bfd/configure.ac b/bfd/configure.ac index 42678065e57..7fcc5d4a947 100644 --- a/bfd/configure.ac +++ b/bfd/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl Copyright (C) 2012-2023 Free Software Foundation, Inc. +dnl Copyright (C) 2012-2024 Free Software Foundation, Inc. dnl dnl This file is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by @@ -280,7 +280,7 @@ changequote([,])dnl fi fi -SHARED_LIBADD="$SHARED_LIBADD $LIBINTL" +SHARED_LIBADD="$SHARED_LIBADD $LTLIBINTL" if test "$enable_shared" = "yes"; then case "${host}" in @@ -590,6 +590,7 @@ do riscv_elf64_vec) tb="$tb elf64-riscv.lo elf64.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;; riscv_elf32_be_vec) tb="$tb elf32-riscv.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf" ;; riscv_elf64_be_vec) tb="$tb elf64-riscv.lo elf64.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;; + riscv64_pei_vec) tb="$tb pei-riscv64.lo pe-riscv64igen.lo $coff"; target_size=64 ;; rl78_elf32_vec) tb="$tb elf32-rl78.lo elf32.lo $elf" ;; rs6000_xcoff64_vec) tb="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size=64 ;; rs6000_xcoff64_aix_vec) tb="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size=64 ;;