Pull in r177252 from upstream clang trunk:
Make sure to use same EABI version for external assembler as for integrated as. This allows us to use gcc on a world built with clang on ARM.
This commit is contained in:
parent
ca2bfdcda7
commit
24e611a89b
@ -5438,6 +5438,7 @@ void freebsd::Assemble::ConstructJob(Compilation &C, const JobAction &JA,
|
||||
switch(getToolChain().getTriple().getEnvironment()) {
|
||||
case llvm::Triple::GNUEABI:
|
||||
case llvm::Triple::EABI:
|
||||
CmdArgs.push_back("-meabi=5");
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user