[LLVMbugs] [Bug 2121] New: Test suite uses wrong compiler
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue Mar 4 14:07:05 PST 2008
http://llvm.org/bugs/show_bug.cgi?id=2121
Summary: Test suite uses wrong compiler
Product: Test Suite
Version: 2.2
Platform: PC
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: DejaGNU
AssignedTo: unassignedbugs at nondot.org
ReportedBy: jo at durchholz.org
CC: llvmbugs at cs.uiuc.edu
Depends on: 2120
Created an attachment (id=1492)
--> (http://llvm.org/bugs/attachment.cgi?id=1492)
Replace calls to gcc and as with %compile_c, calls to g++ with %compile_cxx.
The test suite has hardcoded calls to gcc, g++ and as.
This means the (potentially unsuitable) default compiler will be used, instead
of the compiler that was selected for ./configure.
Fix: See patch.
--
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