Re: Patch to allow overriding of nm in lorder, genassym.sh

2000-12-15 Thread Benno Rice
On Fri, Dec 15, 2000 at 10:12:05PM -0800, Marcel Moolenaar wrote: > Benno Rice wrote: > > > > As to the use of a prefix, > > I just thought it'd be easier to be able to completely override the name of > > the binary we're using in the same way that I could do: > > > > setenv CC /usr/loca

Re: Patch to allow overriding of nm in lorder, genassym.sh

2000-12-15 Thread Marcel Moolenaar
Benno Rice wrote: > > As to the use of a prefix, > I just thought it'd be easier to be able to completely override the name of > the binary we're using in the same way that I could do: > > setenv CC /usr/local/bin/ultra-funky-c-compiler-pro > > and have it work. But can we not already

Re: Patch to allow overriding of nm in lorder, genassym.sh

2000-12-15 Thread Benno Rice
On Fri, Dec 15, 2000 at 01:09:12AM -0800, Marcel Moolenaar wrote: > Benno Rice wrote: > > > > > genassym.sh and lorder.sh are also missing support for the -aout/-elf > > > command line option, and this breaks building of kernels in a non-native > > > object format. I think the correct fix is is

Re: Patch to allow overriding of nm in lorder, genassym.sh

2000-12-15 Thread Marcel Moolenaar
Benno Rice wrote: > > > genassym.sh and lorder.sh are also missing support for the -aout/-elf > > command line option, and this breaks building of kernels in a non-native > > object format. I think the correct fix is is to set OBJFORMAT before > > running shell scripts that run binary utilities,

Re: Patch to allow overriding of nm in lorder, genassym.sh

2000-12-14 Thread Benno Rice
On Thu, Dec 14, 2000 at 11:18:41PM +1100, Bruce Evans wrote: > On Wed, 13 Dec 2000, Benno Rice wrote: > > > Does anyone object to me committing the attached patch? > > > > It basically allows the overriding of nm in lorder(1) and > > sys/kern/genassym.sh using the environment variable NM. > > >

Re: Patch to allow overriding of nm in lorder, genassym.sh

2000-12-14 Thread Bruce Evans
On Wed, 13 Dec 2000, Benno Rice wrote: > Does anyone object to me committing the attached patch? > > It basically allows the overriding of nm in lorder(1) and sys/kern/genassym.sh > using the environment variable NM. > > I've been using this locally as I've been building with 'powerpc-elf-nm' >

Patch to allow overriding of nm in lorder, genassym.sh

2000-12-13 Thread Benno Rice
Does anyone object to me committing the attached patch? It basically allows the overriding of nm in lorder(1) and sys/kern/genassym.sh using the environment variable NM. I've been using this locally as I've been building with 'powerpc-elf-nm' rather than nm. Comments? Objections? Review? =)