#3 Add support for the LoongArch ISA
Closed a year ago by cheeselee. Opened a year ago by cheeselee.
rpms/ cheeselee/cross-gcc loongarch64  into  rawhide

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

  %global build_hppa		%{build_all}

  %global build_hppa64		%{build_all}

  %global build_ia64		%{build_all}

+ %global build_loongarch64	%{build_all}

  %global build_m68k		%{build_all}

  %global build_microblaze	%{build_all}

  %global build_mips64		%{build_all}
@@ -82,7 +83,7 @@ 

  # line.  gcc_release is the Fedora gcc release that the patches were

  # taken from.

  %global gcc_release 1

- %global cross_gcc_release 2

+ %global cross_gcc_release 3

  %global cross_binutils_version 2.37

  %global isl_version 0.16.1

  %global isl_libmajor 15
@@ -235,6 +236,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}
@@ -330,6 +332,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}
@@ -835,6 +838,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}
@@ -865,6 +869,9 @@ 

  %do_files xtensa-linux-gnu	%{build_xtensa}

  

  %changelog

+ * Mon Jan 09 2023 Robin Lee <cheeselee@fedoraproject.org> - 12.2.1-3

+ - Add support for the LoongArch ISA

+ 

  * Sun Jan 01 2023 Dan Horák <dan[at]danny.cz> - 12.2.1-2

  - fix the openrisc toolchain triplet to match binutils (rhbz#2096361)

  

Metadata