Module Name:    src
Committed By:   rin
Date:           Mon Jul  1 02:33:34 UTC 2024

Modified Files:
        src/external/gpl3/binutils/dist/bfd: Makefile.am

Log Message:
binutils: bfd: Makefile.am: Fix copy-paste for previous


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/external/gpl3/binutils/dist/bfd/Makefile.am

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/binutils/dist/bfd/Makefile.am
diff -u src/external/gpl3/binutils/dist/bfd/Makefile.am:1.11 src/external/gpl3/binutils/dist/bfd/Makefile.am:1.12
--- src/external/gpl3/binutils/dist/bfd/Makefile.am:1.11	Sun Jun 30 16:10:15 2024
+++ src/external/gpl3/binutils/dist/bfd/Makefile.am	Mon Jul  1 02:33:34 2024
@@ -909,7 +909,7 @@ pe-loongarch64igen.c: peXXigen.c
 
 pe-riscv64igen.c: peXXigen.c
 	$(AM_V_at)echo "#line 1 \"peXXigen.c\"" > $@
-	$(AM_V_GEN)$(SED) -e s/XX/peAArch64/g < $> >> $@
+	$(AM_V_GEN)$(SED) -e s/XX/peRiscV64/g < $> >> $@
 
 host-aout.lo: Makefile
 

Reply via email to