On Fri, Mar 15, 2024 at 07:23:04AM +0100, Helmut Grohne wrote:
>  override_dh_auto_configure:
> +     CC='$(CC)' \
>       CFLAGS="${CFLAGS}" \
>       ./configure \
>               PREFIX=/usr \

One more thing: should we also pass AR=$(AR)? It did matter for
WebAssembly (which required the use of llvm-ar) and why I added support
for it to oconfigureĀ¹, but I'm not sure if it makes a difference between
different binutils architectures when cross-building.

Thanks again,
Faidon

1: https://github.com/kristapsdz/oconfigure/pull/23

Reply via email to