CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2018/05/05 13:06:22
Modified files: gnu/llvm/tools/clang/lib/Driver/ToolChains/Arch: ARM.cpp Log message: Switch armv7 to the "softfp" floating-point ABI. The ABI is identical to the "soft" floating-point ABI but this does allow the compiler to generate FPU instructions. ok deraadt@