[llvm-bugs] [Bug 42828] New: [FR] update cmake/configure.{guess, sub}
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Jul 30 08:20:04 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=42828
Bug ID: 42828
Summary: [FR] update cmake/configure.{guess,sub}
Product: Build scripts
Version: 8.0
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: cmake
Assignee: unassignedbugs at nondot.org
Reporter: michael.shigorin at yandex.ru
CC: llvm-bugs at lists.llvm.org
Created attachment 22316
--> https://bugs.llvm.org/attachment.cgi?id=22316&action=edit
config.guess output
I've run into this on 6.0.1, checked the problem to still exist in 7.0.1/8.0.1:
cmake/config.guess is *way* out of date to be able to detect my host platform,
e2k; had to add the usual workaround:
cp -at cmake/ -- /usr/share/gnu-config/config.{guess,sub}
Would be nice to actually update the script in tarballs.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190730/41e24bdc/attachment.html>
More information about the llvm-bugs
mailing list