Bill Allombert on Thu, 10 Sep 2009 11:04:59 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: [PATCH] Dynamic Linking fixes for NetBSD/amd64 |
On Thu, Sep 10, 2009 at 08:24:58AM +0200, Lorenz Minder wrote: > Hi, > > Bill Allombert wrote: > > Actually the fix is to change arch-osname to report x86_64-netbsd. > > Please try SVN revision at least 11897. > > Thanks. I can confirm that this revision works fine for me. > > I have a small comment, though. On FreeBSD, the arch is reported as > "amd64" as well. (I don't have FreeBSD installed currently, but if you > go on their website and check any bug report reported from an amd64 > user, you'll be able to see the "uname -a" string of such a machine.) > > OpenBSD also reports it as amd64 apparently. Thanks, I changed it to handle freebsd and openbsd like netbsd. Cheers, Bill.