Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2
llvm
default-to-i586.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File default-to-i586.patch of Package llvm
Index: cfe-3.8.0.src/lib/Driver/Tools.cpp =================================================================== --- cfe-3.8.0.src/lib/Driver/Tools.cpp +++ cfe-3.8.0.src/lib/Driver/Tools.cpp @@ -1322,8 +1322,8 @@ static const char *getX86TargetCPU(const case llvm::Triple::Bitrig: return "i686"; default: - // Fallback to p4. - return "pentium4"; + // Fallback to i586. + return "i586"; } }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor