-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Closed
Labels
Description
| Bugzilla Link | 2121 |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 13:59 |
| Version | 2.2 |
| OS | Linux |
| Depends On | #2492 |
| Attachments | Replace calls to gcc and as with %compile_c, calls to g++ with %compile_cxx. |
| Reporter | LLVM Bugzilla Contributor |
Extended Description
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.