CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/06/26 08:39:12
Modified files:
gnu/llvm/tools/clang/lib/Driver/ToolChains: Gnu.cpp
Log message:
In LLVM 8 somebody had the glorious idea to enable the integrated assembler
for OpenBSD sparc64. The problem is that the integrated assembler is not
even able to compile the .S files in lib/csu or lib/libc so revert this
and use gas again. Fixes build issues with clang on sparc64.
Issue identified by jca@
OK deraadt@, patrick@, jca@
