# BEGIN SourceDeps(oneline): BuildRequires: /usr/bin/expect /usr/bin/m4 /usr/bin/runtest gcc-c++ texinfo # END SourceDeps(oneline) %set_compress_method off # see https://bugzilla.altlinux.org/show_bug.cgi?id=10382 %define _localstatedir %{_var} %global cross cross %global rpmprefix %{nil} %global build_all 1 %global build_aarch64 %{build_all} %global build_alpha %{build_all} %global build_arc %{build_all} %global build_arm %{build_all} %global build_avr32 %{build_all} %global build_blackfin %{build_all} %global build_c6x %{build_all} %global build_cris %{build_all} %global build_frv %{build_all} %global build_h8300 %{build_all} %global build_hppa %{build_all} %global build_hppa64 %{build_all} %global build_ia64 %{build_all} %global build_m32r %{build_all} %global build_m68k %{build_all} %global build_metag %{build_all} %global build_microblaze %{build_all} %global build_mips64 %{build_all} %global build_mn10300 %{build_all} %global build_nios2 %{build_all} %global build_openrisc %{build_all} %global build_powerpc64 %{build_all} %global build_powerpc64le %{build_all} %global build_riscv64 %{build_all} %global build_s390x %{build_all} %global build_score %{build_all} %global build_sh %{build_all} %global build_sparc64 %{build_all} %global build_tile %{build_all} %global build_x86_64 %{build_all} %global build_xtensa %{build_all} # 32-bit packages we don't build as we can use the 64-bit package instead %global build_i386 0 %global build_mips 0 %global build_powerpc 0 %global build_s390 0 %global build_sparc 0 %global build_sh4 0 # not available in binutils-2.27 %global build_hexagon 0 %global build_unicore32 0 # Do not create deterministic archives by default (cf: BZ 1195883) %global enable_deterministic_archives 0 # Disable the default generation of compressed debug sections. %define default_compress_debug 0 # Default to read-only-relocations (relro) in shared binaries. %define default_relro 1 # Disable the default generation of GNU Build notes by the assembler. # This has turned out to be problematic for the i686 architecture. # although the exact reason has not been determined. (See BZ 1572485) # It also breaks building EFI binaries on AArch64, as these cannot have # relocations against absolute symbols. %define default_generate_notes 0 Summary: A GNU collection of cross-compilation binary utilities Name: %{cross}-binutils Version: 2.31.1 Release: alt1_1 License: GPLv3+ Group: Development/Tools URL: https://sourceware.org/binutils # Note - the Linux Kernel binutils releases are too unstable and contain too # many controversial patches so we stick with the official FSF version # instead. Source: http://ftp.gnu.org/gnu/binutils/binutils-%{version}.tar.xz Source2: binutils-2.19.50.0.1-output-format.sed #---------------------------------------------------------------------------- # Purpose: Use /lib64 and /usr/lib64 instead of /lib and /usr/lib in the # default library search path of 64-bit targets. # Lifetime: Permanent, but it should not be. This is a bug in the libtool # sources used in both binutils and gcc, (specifically the # libtool.m4 file). These are based on a version released in 2009 # (2.2.6?) rather than the latest version. (Definitely fixed in # libtool version 2.4.6). Patch01: binutils-2.20.51.0.2-libtool-lib64.patch # Purpose: Appends a RHEL or Fedora release string to the generic binutils # version string. # Lifetime: Permanent. This is a RHEL/Fedora specific patch. Patch02: binutils-2.25-version.patch # Purpose: Exports the demangle.h header file (associated with the libiberty # sources) with the binutils-devel rpm. # Lifetime: Permanent. This is a RHEL/Fedora specific patch. Patch03: binutils-2.31-export-demangle.h.patch # Purpose: Disables the check in the BFD library's bfd.h header file that # config.h has been included before the bfd.h header. See BZ # #845084 for more details. # Lifetime: Permanent - but it should not be. The bfd.h header defines # various types that are dependent upon configuration options, so # the order of inclusion is important. # FIXME: It would be better if the packages using the bfd.h header were # fixed so that they do include the header files in the correct # order. Patch04: binutils-2.22.52.0.4-no-config-h-check.patch # Purpose: Import H.J.Lu's Kernel LTO patch. # Lifetime: Permanent, but needs continual updating. # FIXME: Try removing.... # Patch05: binutils-2.26-lto.patch # Purpose: Include the filename concerned in readelf error messages. This # makes readelf's output more helpful when it is run on multiple # input files. # Lifetime: Permanent. This patch changes the format of readelf's output, # making it better (IMHO) but also potentially breaking tools that # depend upon readelf's current format. Hence it remains a local # patch. Patch06: binutils-2.29-filename-in-error-messages.patch # Purpose: Disable an x86/x86_64 optimization that moves functions from the # PLT into the GOTPLT for faster access. This optimization is # problematic for tools that want to intercept PLT entries, such # as ltrace and LD_AUDIT. See BZs 1452111 and 1333481. # Lifetime: Permanent. But it should not be. # FIXME: Replace with a configure time option. Patch07: binutils-2.29-revert-PLT-elision.patch # Purpose: Changes readelf so that when it displays extra information about # a symbol, this information is placed at the end of the line. # Lifetime: Permanent. # FIXME: The proper fix would be to update the scripts that are expecting # a fixed output from readelf. But it seems that some of them are # no longer being maintained. Patch08: binutils-readelf-other-sym-info.patch # Purpose: Do not create PLT entries for AARCH64 IFUNC symbols referenced in # debug sections. # Lifetime: Permanent. # FIXME: Find related bug. Decide on permanency. Patch09: binutils-2.27-aarch64-ifunc.patch # Purpose: Fix linker testsuite failures # Lifetime: Fixed in 2.32 (probably) Patch10: binutils-fix-testsuite-failures.patch # Purpose: Revert fix for PR 23161 which was placing unversioned section # symbols (_edata, _end, __bss_start) into shared libraries. # See also PR 23499 and BZ 1614920 # Lifetime: Fixed in 2.32 # Patch11: binutils-do-not-provide-shared-section-symbols.patch Patch11: binutils-clear-version-info.patch # Purpose: Stop gold from complaining about relocs in the .gnu.build.attribute # section that reference symbols in discarded sections. # Lifetime: Fixed in 2.32 (maybe) Patch12: binutils-gold-ignore-discarded-note-relocs.patch # Purpose: Improve partial relro support for 64-bit s/390. # Lifetime: Fixed in 2.32 Patch13: binutils-s390-partial-relro.patch # Purpose: Merge .gnu.build.attribute sections into a single section. # Lifetime: Fixed in 2.32 Patch14: binutils-merge-attribute-sections.patch # Purpose: Improve objcopy's --merge-notes option. # Lifetime: Fixed in 2.32 Patch15: binutils-note-merge-improvements.patch # Purpose: Detect and report corrupt symbol version information. # Lifetime: Fixed in 2.32 Patch16: binutils-detect-corrupt-sym-version-info.patch # Purpose: Delay the evaluation of linker script constants until # after the configuration options have been set. # Lifetime: Fixed in 2.32 Patch17: binutils-delay-ld-script-constant-eval.patch # Purpose: Stop readelf's reports of gaps in build notes - they are unreliable. # Lifetime: Unknown. Patch18: binutils-disable-readelf-gap-reports.patch # Purpose: Stop the binutils from statically linking with libstdc++. # Lifetime: Permanent. Patch20: binutils-do-not-link-with-static-libstdc++.patch # Purpose: Add a .attach_to_group pseudo-op to the assembler for # use by the annobin gcc plugin. # Lifetime: Permanent. Patch21: binutils-attach-to-group.patch # Purpose: Fix a potential buffer overrun when parsing a corrupt ELF file. # Lifetime: Fixed in 2.32. Patch22: binutils-CVE-2018-17358.patch # Purpose: Allow OS specific sections in section groups. # Lifetime: Might be fixed in 2.32 Patch23: binutils-special-sections-in-groups.patch # NOTE!!! Don't add cross-binutils patches here as "binutils-xxx". Name them # cross-binutils-xxx instead! #---------------------------------------------------------------------------- BuildRequires: makeinfo >= 4.0 gettext gettext-tools, flex, bison, zlib-devel # BZ 920545: We need pod2man in order to build the manual pages. BuildRequires: /usr/bin/pod2man # Perl, sed and touch are all used in the %prep section of this spec file. BuildRequires: gcc, perl, sed, coreutils BuildRequires: findutils # Required for: ld-bootstrap/bootstrap.exp bootstrap with --static # It should not be required for: ld-elf/elf.exp static {preinit,init,fini} array Conflicts: gcc-c++ < 4.0.0 %ifarch ia64 Obsoletes: gnupro <= 1117-1 %endif Provides: bundled(libiberty) Source44: import.info %description Binutils is a collection of binary utilities, including ar (for creating, modifying and extracting from archives), as (a family of GNU assemblers), gprof (for displaying call graph profile data), ld (the GNU linker), nm (for listing symbols from object files), objcopy (for copying and translating object files), objdump (for displaying information from object files), ranlib (for generating an index for the contents of an archive), readelf (for displaying detailed information about binary files), size (for listing the section sizes of an object or archive file), strings (for listing printable strings from files), strip (for discarding symbols), and addr2line (for converting addresses to file and line). %package -n %{cross}-binutils-common Summary: Cross-build binary utility documentation and translation files Group: Development/Tools BuildArch: noarch Obsoletes: binutils-sh64-linux-gnu < 2.27-1 %description -n %{cross}-binutils-common Documentation, manual pages and translation files for cross-build binary image generation, manipulation and query tools. %global do_package() \ %if %2 \ %package -n %{rpmprefix}binutils-%1 \ Summary: Cross-build binary utilities for %1 \ Group: Development/Tools \ Requires: %{cross}-binutils-common == %{version}-%{release} \ %description -n %{rpmprefix}binutils-%1 \ Cross-build binary image generation, manipulation and query tools. \ %endif %global do_symlink() \ %if %2 \ %package -n %{rpmprefix}binutils-%1 \ Summary: Cross-build binary utilities for %1 \ Group: Development/Tools \ Requires: binutils-%3 == %{version}-%{release} \ Provides: /usr/lib/%3 \ %description -n %{rpmprefix}binutils-%1 \ Cross-build binary image generation, manipulation and query tools. \ %endif %do_package aarch64-linux-gnu %{build_aarch64} %do_package alpha-linux-gnu %{build_alpha} %do_package arc-linux-gnu %{build_arc} %do_package arm-linux-gnu %{build_arm} %do_package avr32-linux-gnu %{build_avr32} %do_package bfin-linux-gnu %{build_blackfin} %do_package c6x-linux-gnu %{build_c6x} %do_package cris-linux-gnu %{build_cris} %do_package frv-linux-gnu %{build_frv} %do_package h8300-linux-gnu %{build_h8300} %do_package hexagon-linux-gnu %{build_hexagon} %do_package hppa-linux-gnu %{build_hppa} %do_package hppa64-linux-gnu %{build_hppa64} %do_package i386-linux-gnu %{build_i386} %do_package ia64-linux-gnu %{build_ia64} %do_package m32r-linux-gnu %{build_m32r} %do_package m68k-linux-gnu %{build_m68k} %do_package metag-linux-gnu %{build_metag} %do_package microblaze-linux-gnu %{build_microblaze} %do_package mips-linux-gnu %{build_mips} %do_package mips64-linux-gnu %{build_mips64} %do_package mn10300-linux-gnu %{build_mn10300} %do_package nios2-linux-gnu %{build_nios2} %do_package openrisc-linux-gnu %{build_openrisc} or1k-linux-gnu %do_package powerpc-linux-gnu %{build_powerpc} %do_package powerpc64-linux-gnu %{build_powerpc64} %do_package powerpc64le-linux-gnu %{build_powerpc64le} %do_symlink ppc-linux-gnu %{build_powerpc} powerpc-linux-gnu %do_symlink ppc64-linux-gnu %{build_powerpc64} powerpc64-linux-gnu %do_symlink ppc64le-linux-gnu %{build_powerpc64le} powerpc64le-linux-gnu %do_package riscv64-linux-gnu %{build_riscv64} %do_package s390-linux-gnu %{build_s390} %do_package s390x-linux-gnu %{build_s390x} %do_package score-linux-gnu %{build_score} %do_package sh-linux-gnu %{build_sh} %do_package sh4-linux-gnu %{build_sh4} %do_package sparc-linux-gnu %{build_sparc} %do_package sparc64-linux-gnu %{build_sparc64} %do_package tile-linux-gnu %{build_tile} %do_package unicore32-linux-gnu %{build_unicore32} %do_package x86_64-linux-gnu %{build_x86_64} %do_package xtensa-linux-gnu %{build_xtensa} # ALTLinux: Where the binaries aimed at gcc will live (ie. /usr/lib//bin/) %define auxbin_prefix %{_libexecdir} ############################################################################### # # Preparation # ############################################################################### %prep %global srcdir binutils-%{version} %setup -q -n %{srcdir} -c cd %{srcdir} %patch01 -p1 %patch02 -p1 %patch03 -p1 %patch04 -p1 %patch06 -p1 %patch07 -p1 %patch08 -p1 %patch09 -p1 %patch10 -p1 %patch11 -p1 %patch12 -p1 %patch13 -p1 %patch14 -p1 %patch15 -p1 %patch16 -p1 %patch17 -p1 %patch18 -p1 %patch20 -p1 %patch21 -p1 %patch22 -p1 %patch23 -p1 # We cannot run autotools as there is an exact requirement of autoconf-2.59. # On ppc64 and aarch64, we might use 64KiB pages sed -i -e '/#define.*ELF_COMMONPAGESIZE/s/0x1000$/0x10000/' bfd/elf*ppc.c sed -i -e '/#define.*ELF_COMMONPAGESIZE/s/0x1000$/0x10000/' bfd/elf*aarch64.c sed -i -e '/common_pagesize/s/4 /64 /' gold/powerpc.cc sed -i -e '/pagesize/s/0x1000,/0x10000,/' gold/aarch64.cc # LTP sucks perl -pi -e 's/i\[3-7\]86/i[34567]86/g' */conf* sed -i -e 's/%''{release}/%{release}/g' bfd/Makefile{.am,.in} sed -i -e '/^libopcodes_la_\(DEPENDENCIES\|LIBADD\)/s,$, ../bfd/libbfd.la,' opcodes/Makefile.{am,in} # Build libbfd.so and libopcodes.so with -Bsymbolic-functions if possible. if gcc %{optflags} -v --help 2>&1 | grep -q -- -Bsymbolic-functions; then sed -i -e 's/^libbfd_la_LDFLAGS = /&-Wl,-Bsymbolic-functions /' bfd/Makefile.{am,in} sed -i -e 's/^libopcodes_la_LDFLAGS = /&-Wl,-Bsymbolic-functions /' opcodes/Makefile.{am,in} fi # $PACKAGE is used for the gettext catalog name. sed -i -e 's/^ PACKAGE=/ PACKAGE=%{cross}-/' */configure # Undo the name change to run the testsuite. for tool in binutils gas ld do sed -i -e "2aDEJATOOL = $tool" $tool/Makefile.am sed -i -e "s/^DEJATOOL = .*/DEJATOOL = $tool/" $tool/Makefile.in done touch */configure function prep_target () { target=$1 cond=$2 if [ $cond != 0 ] then echo $1 >&5 fi } cd .. ( prep_target aarch64-linux-gnu %{build_aarch64} prep_target alpha-linux-gnu %{build_alpha} prep_target arc-linux-gnu %{build_arc} prep_target arm-linux-gnu %{build_arm} prep_target avr32-linux-gnu %{build_avr32} prep_target bfin-linux-gnu %{build_blackfin} prep_target c6x-linux-gnu %{build_c6x} prep_target cris-linux-gnu %{build_cris} prep_target frv-linux-gnu %{build_frv} prep_target h8300-linux-gnu %{build_h8300} prep_target hexagon-linux-gnu %{build_hexagon} prep_target hppa-linux-gnu %{build_hppa} prep_target hppa64-linux-gnu %{build_hppa64} prep_target i386-linux-gnu %{build_i386} prep_target ia64-linux-gnu %{build_ia64} prep_target m32r-linux-gnu %{build_m32r} prep_target m68k-linux-gnu %{build_m68k} prep_target metag-linux-gnu %{build_metag} prep_target microblaze-linux-gnu %{build_microblaze} prep_target mips-linux-gnu %{build_mips} prep_target mips64-linux-gnu %{build_mips64} prep_target mn10300-linux-gnu %{build_mn10300} prep_target nios2-linux-gnu %{build_nios2} prep_target openrisc-linux-gnu %{build_openrisc} prep_target powerpc-linux-gnu %{build_powerpc} prep_target powerpc64-linux-gnu %{build_powerpc64} prep_target powerpc64le-linux-gnu %{build_powerpc64le} prep_target riscv64-linux-gnu %{build_riscv64} prep_target s390-linux-gnu %{build_s390} prep_target s390x-linux-gnu %{build_s390x} prep_target score-linux-gnu %{build_score} prep_target sh-linux-gnu %{build_sh} prep_target sh4-linux-gnu %{build_sh4} prep_target sparc-linux-gnu %{build_sparc} prep_target sparc64-linux-gnu %{build_sparc64} prep_target tile-linux-gnu %{build_tile} prep_target unicore32-linux-gnu %{build_unicore32} prep_target x86_64-linux-gnu %{build_x86_64} prep_target xtensa-linux-gnu %{build_xtensa} ) 5>target.list n=0 for target in `cat target.list` do n=1 break done if [ $n = 0 ] then echo "No targets selected" >&2 exit 8 fi ############################################################################### # # Build # ############################################################################### %build function config_target () { arch=$1 prefix=$arch- build_dir=${1%%%%-*} case $arch in aarch64-*) target=aarch64-linux-gnu;; arc-*) target=arc-linux-gnu;; arm-*) target=arm-linux-gnueabi;; avr32-*) target=avr-linux;; bfin-*) target=bfin-uclinux;; c6x-*) target=c6x-uclinux;; h8300-*) target=h8300-elf;; m32r-*) target=m32r-elf;; mn10300-*) target=am33_2.0-linux;; m68knommu-*) target=m68k-linux;; openrisc-*) target=or1k-linux-gnu;; parisc-*) target=hppa-linux;; score-*) target=score-elf;; tile-*) target=tilegx-linux;; v850-*) target=v850e-linux;; x86-*) target=x86_64-linux;; *) target=$arch;; esac echo $arch: target is $target export CFLAGS="$RPM_OPT_FLAGS -Wno-unused-const-variable" CARGS= case $target in i?86*|sparc*|ppc*|powerpc*|s390*|sh*|arm*) CARGS="$CARGS --enable-64-bit-bfd" ;; esac case $target in ia64*) CARGS="$CARGS --enable-targets=i386-linux" ;; esac case $target in ppc*|ppc64*) CARGS="$CARGS --enable-targets=spu" ;; esac case $target in ppc64-*) CARGS="$CARGS --enable-targets=powerpc64le-linux" ;; esac case $target in sh-*) CARGS="$CARGS --enable-targets=sh-linux,sh4-linux" # sh-elf is dropped for now as it makes for ambiguity in format recognition ;; esac case $target in x86_64*|i?86*|arm*|aarch64*) CARGS="$CARGS --enable-targets=x86_64-pep" ;; esac %if %{default_relro} CARGS="$CARGS --enable-relro=yes" %else CARGS="$CARGS --enable-relro=no" %endif mkdir $build_dir cd $build_dir # We could optimize the cross builds size by --enable-shared but the produced # binaries may be less convenient in the embedded environment. echo LDFLAGS: $RPM_LD_FLAGS LDFLAGS="$RPM_LD_FLAGS " \ ../%{srcdir}/configure \ --disable-dependency-tracking \ --disable-silent-rules \ --enable-checking \ --prefix=%{_prefix} \ --exec-prefix=%{auxbin_prefix} \ --bindir=%{_bindir} \ --sbindir=%{_sbindir} \ --sysconfdir=%{_sysconfdir} \ --datadir=%{_datadir} \ --includedir=%{_includedir} \ --libdir=%{_libdir} \ --libexecdir=%{_libexecdir} \ --localstatedir=%{_localstatedir} \ --sharedstatedir=%{_sharedstatedir} \ --mandir=%{_mandir} \ --infodir=%{_infodir} \ --build=%{_target_platform} \ --host=%{_target_platform} \ --target=$target \ --program-prefix=$prefix \ --disable-shared \ --disable-install_libbfd \ --with-sysroot=%{auxbin_prefix}/$arch/sys-root \ %if %{enable_deterministic_archives} --enable-deterministic-archives \ %else --enable-deterministic-archives=no \ %endif %if %{default_compress_debug} --enable-compressed-debug-sections=all \ %else --enable-compressed-debug-sections=none \ %endif %if %{default_generate_notes} --enable-generate-build-notes=yes \ %else --enable-generate-build-notes=no \ %endif --enable-lto \ $CARGS \ --enable-plugins \ --with-bugurl=http://bugzilla.altlinux.org/ cd .. } for target in `cat target.list` do config_target $target done function build_target () { build_dir=${1%%%%-*} %make_build -C $build_dir tooldir=%{_prefix} all } for target in `cat target.list` do build_target $target done # for documentation purposes only mkdir %{cross}-binutils cd %{cross}-binutils ../%{srcdir}/configure \ --disable-dependency-tracking \ --disable-silent-rules \ --prefix=%{_prefix} \ --exec-prefix=%{auxbin_prefix} \ --bindir=%{_bindir} \ --sbindir=%{_sbindir} \ --sysconfdir=%{_sysconfdir} \ --datadir=%{_datadir} \ --includedir=%{_includedir} \ --libdir=%{_libdir} \ --libexecdir=%{_libexecdir} \ --localstatedir=%{_localstatedir} \ --sharedstatedir=%{_sharedstatedir} \ --mandir=%{_mandir} \ --infodir=%{_infodir} \ --program-prefix=%{cross}- \ --disable-shared \ --with-bugurl=http://bugzilla.altlinux.org/ %make_build tooldir=%{_prefix} all cd .. ############################################################################### # # Installation # ############################################################################### %install function install_bin () { cpu=${1%%%%-*} build_dir=$cpu %makeinstall_std -C $build_dir DESTDIR=%{buildroot} # We want links for ppc and ppc64 also if we make powerpc or powerpc64 case $cpu in powerpc*) cd %{buildroot}/usr/bin for i in $cpu-* do ln -s $i ppc${i#powerpc} done cd - cd %{buildroot}%{auxbin_prefix} for i in $cpu-* do ln -s $i ppc${i#powerpc} done cd - cd %{buildroot}/usr/share/man/man1 for i in $cpu-* do ln -s $i ppc${i#powerpc} done cd - ;; esac } for target in `cat target.list` do echo "=== INSTALL target $target ===" mkdir -p %{buildroot}%{auxbin_prefix}/$target/sys-root install_bin $target done echo "=== INSTALL man targets ===" make install-man1 -C %{cross}-binutils/binutils/doc DESTDIR=%{buildroot} make install-man1 -C %{cross}-binutils/gas/doc DESTDIR=%{buildroot} make install-man1 -C %{cross}-binutils/ld DESTDIR=%{buildroot} make install-man1 -C %{cross}-binutils/gprof DESTDIR=%{buildroot} echo "=== INSTALL po targets ===" %makeinstall_std -C %{cross}-binutils/binutils/po DESTDIR=%{buildroot} %makeinstall_std -C %{cross}-binutils/gas/po DESTDIR=%{buildroot} %makeinstall_std -C %{cross}-binutils/ld/po DESTDIR=%{buildroot} %makeinstall_std -C %{cross}-binutils/gprof/po DESTDIR=%{buildroot} %makeinstall_std -C %{cross}-binutils/bfd/po DESTDIR=%{buildroot} %makeinstall_std -C %{cross}-binutils/opcodes/po DESTDIR=%{buildroot} # Add the additional symlink-only targets grep ^powerpc target.list | sed -e s/powerpc/ppc/ >symlink-target.list cat symlink-target.list >>target.list # For cross-binutils we drop the documentation. echo "=== REMOVE documentation ===" rm -rf %{buildroot}%{_infodir} rm -f %{buildroot}%{_infodir}/dir echo "=== REMOVE libraries and scripts ===" rm -rf %{buildroot}%{_libdir}/libiberty.a rm -rf %{buildroot}%{auxbin_prefix}/*/lib/ldscripts rmdir %{buildroot}%{auxbin_prefix}/*/lib || : echo "=== BUILD file lists ===" function build_file_list () { arch=$1 cpu=${arch%%%%-*} case $cpu in avr32) target_cpu=avr;; bfin) target_cpu=bfin;; h8300) target_cpu=h8300;; mn10300) target_cpu=am33_2.0;; openrisc) target_cpu=or1k;; score) target_cpu=score;; tile) target_cpu=tilegx;; v850) target_cpu=v850e;; *) target_cpu=$cpu;; esac ( echo %{_bindir}/$arch-[!l]\* echo %{_bindir}/$arch-ld\* echo %{_mandir}/man1/$arch-\* echo %{auxbin_prefix}/$target_cpu-\* ) >files.$arch } for target in `cat target.list` do build_file_list $target done # All the installed manual pages and translation files for each program are the # same, so symlink them to the core package echo "=== CROSSLINK man pages ===" cd %{buildroot}%{_mandir}/man1 for i in %{cross}-*.1* do j=${i#%{cross}-} for k in *-$j do if [ $k != $i ] then ln -sf $i $k fi done done # Add ld.bfd manual pages find * -name "*ld.1*" -a ! -name "%{cross}-ld.1*" -print | while read x do y=`echo $x | sed -e s/ld[.]1/ld.bfd.1/` ln -s $x $y done cd - # Find the language files which only exist in the common package ( %find_lang %{cross}-binutils %find_lang %{cross}-opcodes %find_lang %{cross}-bfd %find_lang %{cross}-gas %find_lang %{cross}-ld %find_lang %{cross}-gprof cat %{cross}-binutils.lang cat %{cross}-opcodes.lang cat %{cross}-bfd.lang cat %{cross}-gas.lang cat %{cross}-ld.lang cat %{cross}-gprof.lang ) >files.cross # inside a symlink - not for rpm404 # see %%do_symlink ppc*-linux-gnu sed -i -e /sys-root/d files.ppc64*-linux-gnu ############################################################################### # # Cleanup # ############################################################################### ############################################################################### # # Filesets # ############################################################################### %files -n %{cross}-binutils-common -f files.cross %doc %{srcdir}/README %doc %{srcdir}/COPYING* %{_mandir}/man1/%{cross}-* %global do_files() \ %if %2 \ %files -n %{rpmprefix}binutils-%1 -f files.%1 \ %endif %do_files aarch64-linux-gnu %{build_aarch64} %do_files alpha-linux-gnu %{build_alpha} %do_files arc-linux-gnu %{build_arc} %do_files arm-linux-gnu %{build_arm} %do_files avr32-linux-gnu %{build_avr32} %do_files bfin-linux-gnu %{build_blackfin} %do_files c6x-linux-gnu %{build_c6x} %do_files cris-linux-gnu %{build_cris} %do_files frv-linux-gnu %{build_frv} %do_files h8300-linux-gnu %{build_h8300} %do_files hexagon-linux-gnu %{build_hexagon} %do_files hppa-linux-gnu %{build_hppa} %do_files hppa64-linux-gnu %{build_hppa64} %do_files i386-linux-gnu %{build_i386} %do_files ia64-linux-gnu %{build_ia64} %do_files m32r-linux-gnu %{build_m32r} %do_files m68k-linux-gnu %{build_m68k} %do_files metag-linux-gnu %{build_metag} %do_files microblaze-linux-gnu %{build_microblaze} %do_files mips-linux-gnu %{build_mips} %do_files mips64-linux-gnu %{build_mips64} %do_files mn10300-linux-gnu %{build_mn10300} %do_files nios2-linux-gnu %{build_nios2} %do_files openrisc-linux-gnu %{build_openrisc} %do_files powerpc-linux-gnu %{build_powerpc} %do_files powerpc64-linux-gnu %{build_powerpc64} %do_files powerpc64le-linux-gnu %{build_powerpc64le} %do_files ppc-linux-gnu %{build_powerpc} %do_files ppc64-linux-gnu %{build_powerpc64} %do_files ppc64le-linux-gnu %{build_powerpc64le} %do_files riscv64-linux-gnu %{build_riscv64} %do_files s390-linux-gnu %{build_s390} %do_files s390x-linux-gnu %{build_s390x} %do_files score-linux-gnu %{build_score} %do_files sh-linux-gnu %{build_sh} %do_files sh4-linux-gnu %{build_sh4} %do_files sparc-linux-gnu %{build_sparc} %do_files sparc64-linux-gnu %{build_sparc64} %do_files tile-linux-gnu %{build_tile} %do_files unicore32-linux-gnu %{build_unicore32} %do_files x86_64-linux-gnu %{build_x86_64} %do_files xtensa-linux-gnu %{build_xtensa} %changelog * Sat Feb 09 2019 Igor Vlasenko 2.31.1-alt1_1 - update to new release by fcimport * Wed Oct 10 2018 Igor Vlasenko 2.30-alt1_6 - update to new release by fcimport * Sat Jul 14 2018 Igor Vlasenko 2.30-alt1_4 - update to new release by fcimport * Sat Jun 09 2018 Igor Vlasenko 2.30-alt1_2 - update to new release by fcimport * Fri May 25 2018 Igor Vlasenko 2.29.1-alt1_4 - update to new release by fcimport * Sun Oct 08 2017 Igor Vlasenko 2.29-alt1_3 - update to new release by fcimport * Thu Mar 16 2017 Igor Vlasenko 2.27-alt1_6 - update to new release by fcimport * Wed Jan 11 2017 Igor Vlasenko 2.27-alt1_5 - new version * Sun Sep 20 2015 Igor Vlasenko 2.25.1-alt1_1 - update to new release by fcimport * Tue Apr 07 2015 Igor Vlasenko 2.25-alt1_3 - update to new release by fcimport * Wed Aug 27 2014 Igor Vlasenko 2.24-alt1_6 - update to new release by fcimport * Sun Jul 27 2014 Igor Vlasenko 2.24-alt1_5 - new version * Thu Apr 03 2014 Igor Vlasenko 2.24-alt1_2 - new version * Fri Mar 28 2014 Igor Vlasenko 2.23.88.0.1-alt1_2 - new version * Thu Aug 15 2013 Alexey Shabalin 2.23.51.0.3-alt2_1 - fix build * Wed Aug 14 2013 Igor Vlasenko 2.23.51.0.3-alt1_1 - fc import