Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
llvm4.8721
default-to-i586.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File default-to-i586.patch of Package llvm4.8721
Index: cfe-4.0.1.src/lib/Driver/Tools.cpp =================================================================== --- cfe-4.0.1.src/lib/Driver/Tools.cpp.orig +++ cfe-4.0.1.src/lib/Driver/Tools.cpp @@ -1680,8 +1680,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