pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: 64 bit ABI issue on Solaris



On Mon, Feb 14, 2011 at 06:40:54AM +0100, Stefan Palm wrote:
> A far as I remember the problem was that pkgsrc reported MACHINE_GNU_PLATFORM 
> as "sparc-sun-solaris2" (instead of "sparc64-sun-solaris2") to gmp. My 
> "workaround" was to use a fake uname ("#!/bin/sh; echo `/usr/bin/uname $@ | 
> /usr/xpg4/bin/sed 's/sparc/sparc64/g'`") during bootstrap to get the 
> MACHINE_ARCH/MACHINE_GNU_PLATFORM fixed.


Out of interest, what does running the script found at

  
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD

print?

Cheers,

Patrick


Home | Main Index | Thread Index | Old Index