NetBSD-Bugs archive

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

Re: toolchain/59416: tools/mandoc fails to build on host system where cc is not present



The following reply was made to PR toolchain/59416; it has been noted by GNATS.

From: Valery Ushakov <uwe%stderr.spb.ru@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: toolchain/59416: tools/mandoc fails to build on host system
 where cc is not present
Date: Fri, 16 May 2025 17:58:21 +0300

 >  - AR=ar
 >  - CC=cc
 >  + : "${AR:=ar}"
 >  + : "${CC:=cc}"
 >
 >  This would be more suitable for upstreaming too.
 
 tools/mandoc/Makefile might also need AR="${HOST_AR}" added to the
 environment for configure, but I haven't looked too closely
 
 -uwe
 


Home | Main Index | Thread Index | Old Index