[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#14323: [PATCH] Fix detection of powerpc64 on Darwin in lib/config.gu
From: |
Torsten Mähne |
Subject: |
bug#14323: [PATCH] Fix detection of powerpc64 on Darwin in lib/config.guess. |
Date: |
Tue, 30 Apr 2013 18:31:52 +0200 |
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. This problem has been already observed and resolved for the x86
platform.
The same fix works on the powerpc platform. I observed the bug in GNU automake
1.13.1.
Best regards,
Torsten Maehne
fix-powerpc64-detection-on-darwin.diff
Description: Binary data
- bug#14323: [PATCH] Fix detection of powerpc64 on Darwin in lib/config.guess.,
Torsten Mähne <=