# 
# The GNU binary utilities.
# 
# Binutils is a collection of programming tools for the manipulation
# of object code in various object file formats.  These tools consist
# of the GNU linker (ld), the GNU assembler (as) and the profiler
# (gprof).  There is also a collection of other binary tools like
# the disassembler (objdump).
# 

QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe"
QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe"
QILDFLAGS="-s"
QICPPFLAGS="-D_FORTIFY_SOURCE=2"
pkgname=binutils
pkgversion=2.38.20220801_dc2474e7d20
arch=amd64
release=1
pkgcategory="devel"
full_pkgname=binutils_2.38.20220801_dc2474e7d20_amd64-1@devel
blurb="The GNU binary utilities."
homepage="https://www.gnu.org/software/binutils"
license="GPLv2+, GPLv3+, LGPLv2, LGPLv3"
fetch="https://ftp.gnu.org/gnu/binutils/binutils-2.38.20220801_dc2474e7d20.tar.lz"
replace=""