#4 Enable support for LoongArch64
Merged a year ago by sharkcz. Opened a year ago by mcb30.
rpms/ mcb30/cross-binutils loongarch64  into  rawhide

file modified
+8 -1
@@ -15,6 +15,7 @@ 

  %global build_hppa		%{build_all}

  %global build_hppa64		%{build_all}

  %global build_ia64		%{build_all}

+ %global build_loongarch64	%{build_all}

  %global build_m32r		%{build_all}

  %global build_m68k		%{build_all}

  %global build_metag		%{build_all}
@@ -64,7 +65,7 @@ 

  

  Name: %{cross}-binutils

  Version: 2.39

- Release: 2%{?dist}

+ Release: 3%{?dist}

  Summary: A GNU collection of cross-compilation binary utilities

  License: GPLv3+

  URL: https://sourceware.org/binutils
@@ -271,6 +272,7 @@ 

  %do_package hppa64-linux-gnu	%{build_hppa64}

  %do_package i386-linux-gnu	%{build_i386}

  %do_package ia64-linux-gnu	%{build_ia64}

+ %do_package loongarch64-linux-gnu %{build_loongarch64}

  %do_package m32r-linux-gnu	%{build_m32r}

  %do_package m68k-linux-gnu	%{build_m68k}

  %do_package metag-linux-gnu	%{build_metag}
@@ -389,6 +391,7 @@ 

      prep_target hppa64-linux-gnu	%{build_hppa64}

      prep_target i386-linux-gnu		%{build_i386}

      prep_target ia64-linux-gnu		%{build_ia64}

+     prep_target loongarch64-linux-gnu	%{build_loongarch64}

      prep_target m32r-linux-gnu		%{build_m32r}

      prep_target m68k-linux-gnu		%{build_m68k}

      prep_target metag-linux-gnu		%{build_metag}
@@ -782,6 +785,7 @@ 

  %do_files hppa64-linux-gnu	%{build_hppa64}

  %do_files i386-linux-gnu	%{build_i386}

  %do_files ia64-linux-gnu	%{build_ia64}

+ %do_files loongarch64-linux-gnu	%{build_loongarch64}

  %do_files m32r-linux-gnu	%{build_m32r}

  %do_files m68k-linux-gnu	%{build_m68k}

  %do_files metag-linux-gnu	%{build_metag}
@@ -811,6 +815,9 @@ 

  %do_files xtensa-linux-gnu	%{build_xtensa}

  

  %changelog

+ * Thu Jan 19 2023 Michael Brown <mbrown@fensystems.co.uk> - 2.39-3

+ - Enable support for LoongArch64

+ 

  * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.39-2

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

  

LoongArch64 is supported by the current binutils-2.39 release. Add
the necessary macros to enable support in the cross-binutils package.

Signed-off-by: Michael Brown mbrown@fensystems.co.uk

Michael, could you rebase the PR, please? We have got the mass-rebuild commit in between and there is a conflict now.

rebased onto c03b5de

a year ago

@sharkcz Yes, of course. Sorry I somehow missed that - I thought I'd done a pull before branching. Rebased, bumped release (again), and pushed.

Thanks, it take some time until the rebuild script gets to the particular package to make a commit :-)

Pull-Request has been merged by sharkcz

a year ago
Metadata