[LLVMbugs] [Bug 972] NEW: llvm-gcc Makefiles use obolete syntax for "tail" call
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sat Oct 28 14:33:30 PDT 2006
http://llvm.org/bugs/show_bug.cgi?id=972
Summary: llvm-gcc Makefiles use obolete syntax for "tail" call
Product: Build scripts
Version: cvs
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Makefiles
AssignedTo: unassignedbugs at nondot.org
ReportedBy: asl at math.spbu.ru
It seems, that llvm-gcc Makefiles use obsolete syntax of "tail" (during, e.g.
bootstrapping). The syntax of form "+16c" is by default definitely unsupported
with GNU coreutils 6.4.
Solution: replace "+16c" with "-c 16"
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list