bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gawk build hardcodes AR and ARFLAGS


From: Jacob Burkholder
Subject: gawk build hardcodes AR and ARFLAGS
Date: Sat, 14 Aug 2021 11:43:01 -0700

Hi, I had trouble compiling gawk on a system that has
x86_64-pc-linux-gnu-ar but not ar.  I don't want to cross compile, I want
to override the ar used during the build with AR= like I do for CC=, but
gawk hardcodes AR and ARFLAGS in support/Makefile.in.  I fixed it with the
attached patch, other packages like m4 have a lot more logic for setting AR
in configure that I didn't duplicate.  Any chance to get this fixed?

Attachment: 0-configure
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]