|
From: | Paul D. Smith |
Subject: | [bug #36397] cross compiling make for Windows on Linux with mingw, small configure bug |
Date: | Sat, 06 Apr 2013 15:00:39 +0000 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22 |
Update of bug #36397 (project make): Status: None => Fixed Assigned to: None => psmith Open/Closed: Open => Closed Fixed Release: None => SCM _______________________________________________________ Follow-up Comment #1: The config.guess script is part of autoconf, not GNU make. However, checking with the latest version of autoconf this problem seems to be resolved: *:MINGW64*:*) echo ${UNAME_MACHINE}-pc-mingw64 exit ;; *:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; If this is sufficient then it will be resolved in the next version of GNU make. In the meantime you can re-run autoconf for GNU make on your system if you like. _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?36397> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |