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
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
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
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,
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.
> >
>
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'
>
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? =)