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: Palle Lyckegaard <palle%freeshell.org@localhost>
To: Tobias Nygren <tnn%NetBSD.org@localhost>
Cc: palle%lyckegaard.dk@localhost, gnats-bugs%netbsd.org@localhost
Subject: Re: toolchain/59416: tools/mandoc fails to build on host system
 where cc is not present
Date: Thu, 15 May 2025 19:39:49 +0000 (UTC)

 On Sun, 11 May 2025, Tobias Nygren wrote:
 
 > I suggest instead doing:
 >
 > - AR=ar
 > - CC=cc
 > + : "${AR:=ar}"
 > + : "${CC:=cc}"
 >
 
 
 Yes that does seem to be a much better way to fix the issued - builds fine 
 with your updated patch.
 
 Ok to commit?
 


Home | Main Index | Thread Index | Old Index