[arch-commits] Commit in binutils/trunk (PKGBUILD)
Frederik Schwan
freswa at gemini.archlinux.org
Wed Mar 2 21:51:20 UTC 2022
Date: Wednesday, March 2, 2022 @ 21:51:18
Author: freswa
Revision: 438330
incorporate cleanup changes proposed by @Toolybird FS#73961
Modified:
binutils/trunk/PKGBUILD
----------+
PKGBUILD | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-03-02 19:26:46 UTC (rev 438329)
+++ PKGBUILD 2022-03-02 21:51:18 UTC (rev 438330)
@@ -39,9 +39,6 @@
# Turn off development mode (-Werror, gas run-time checks, date in sonames)
sed -i '/^development=/s/true/false/' bfd/development.sh
- # hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS"
- sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
-
# Creds @Fedora
# Change the gold configuration script to only warn about
# unsupported targets. This allows the binutils to be built with
@@ -111,7 +108,7 @@
install -m644 libiberty/pic/libiberty.a "$pkgdir/usr/lib"
# Remove unwanted files
- rm -f "$pkgdir"/usr/share/man/man1/{dlltool,nlmconv,windres,windmc}*
+ rm -f "$pkgdir"/usr/share/man/man1/{dlltool,windres,windmc}*
# No shared linking to these files outside binutils
rm -f "$pkgdir"/usr/lib/lib{bfd,opcodes}.so
More information about the arch-commits
mailing list