[LLVMbugs] [Bug 3771] New: [PATCH] EXEEXT missing in tool install, causes llvm-gcc configure error in cygwin
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Mar 9 22:14:25 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=3771
Summary: [PATCH] EXEEXT missing in tool install, causes llvm-gcc
configure error in cygwin
Product: Build scripts
Version: 2.5
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Makefiles
AssignedTo: unassignedbugs at nondot.org
ReportedBy: baffo32 at gmail.com
CC: llvmbugs at cs.uiuc.edu, baffo32 at gmail.com
Patch for llvm/Makefile.rules
Although the binaries compiled by the llvm makefiles are given .exe extensions
on Windows, the extension is stripped when they are installed. The gcc
front-end package then refuses to configure against this installed llvm path
because the gcc configure script uses $(EXEEXT) when checking for llc. Adding
$(EXEEXT) to installed tool paths (as it already is for built tool paths) in
the llvm suite resolves this.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list