binutils: remove patch

This commit is contained in:
git-bruh 2022-03-06 18:03:31 +05:30
parent af6eee8401
commit 1bc253b6eb
No known key found for this signature in database
GPG Key ID: E1475C50075ADCE6
4 changed files with 0 additions and 21 deletions

View File

@ -1,12 +1,5 @@
#!/bin/sh -e
# Latest binutils tarball has falsely generated (empty) manual pages.
# Generating them requires perl. Temporary fix until next release.
! kiss l perl || {
patch -p1 < fix-empty-man.patch
rm -f binutils/doc/*.1 ld/ld.1 gas/doc/as.1 gprof/gprof.1
}
cat > makeinfo <<EOF
#!/bin/sh
printf 'makeinfo (GNU texinfo) 5.2\n'

View File

@ -1,2 +1 @@
e316477a914f567eccc34d5d29785b8b0f5a10208d36bbacedcc39048ecfe024
10cbf96312ae3662a0fb9606e0f9c36ce483fe95006fd215d7bceb00b81169ac

View File

@ -1,12 +0,0 @@
diff --git a/etc/texi2pod.pl b/etc/texi2pod.pl
index 11f70d1..8e50c08 100644
--- a/etc/texi2pod.pl
+++ b/etc/texi2pod.pl
@@ -59,6 +59,7 @@ while ($_ = shift) {
$flag = shift;
}
push (@ipath, $flag);
+ } elsif (/^--no-split$/) {
} elsif (/^-/) {
usage();
} else {

View File

@ -1,2 +1 @@
https://ftp.gnu.org/gnu/binutils/binutils-VERSION.tar.xz
patches/fix-empty-man.patch