Subject: Re: misc/33807: netbsd-current fails to compile on linux
To: None <misc-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Sean Davidson <dsean@charter.net>
List: netbsd-bugs
Date: 06/24/2006 03:20:04
The following reply was made to PR misc/33807; it has been noted by GNATS.
From: Sean Davidson <dsean@charter.net>
To: gnats-bugs@netbsd.org
Cc:
Subject: Re: misc/33807: netbsd-current fails to compile on linux
Date: Fri, 23 Jun 2006 20:26:04 -0400
Ok. I'll agree the shell variable change is not necessary. I
must have had that left over when I was trying different compilers.
Maybe the cc in ${$1-cc -E} should be ${CC} to work with alternate
toolchains when CC is defined to build.sh.
The sort option still will not work on linux or some other unix's
that have deprecated the +<number>n options. Maybe sort should
be added to the src/tools and this script changed to use nbsort.
Sean