bug#14323: [PATCH] Fix detection of powerpc64 on Darwin in lib/config.guess.

2013-05-01 Thread Stefano Lattarini
tags 14323 notabug close 14323 Hi Eric, Torsten. On 05/01/2013 03:38 AM, Eric Blake wrote: > On 04/30/2013 10:31 AM, Torsten Mähne wrote: >> Hello, >> >> Please find attached a fix for config.guess, > > Thanks, but this is the wrong list. Automake regularly syncs from the > canonical upstream s

bug#14323: [PATCH] Fix detection of powerpc64 on Darwin in lib/config.guess.

2013-04-30 Thread Eric Blake
On 04/30/2013 10:31 AM, Torsten Mähne wrote: > Hello, > > Please find attached a fix for config.guess, Thanks, but this is the wrong list. Automake regularly syncs from the canonical upstream source, and patches should go upstream first. Per the comments at the head of config.guess: # Please s

bug#14323: [PATCH] Fix detection of powerpc64 on Darwin in lib/config.guess.

2013-04-30 Thread Torsten Mähne
Hello, Please find attached a fix for config.guess, which fixes the detection of powerpc64 on Darwin (Mac OS X). The patch is against commit dc4eaab in git://git.savannah.gnu.org/automake.git. Explanation: On Darwin (OS X) `uname -p' returns powerpc even if the CPU and OS are 64-bit-capable. T