Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 510906
Collapse All | Expand All

(-)a/tools/clang/lib/Driver/Tools.cpp (-1 / +1 lines)
Lines 747-753 static StringRef getARMFloatABI(const Driver &D, Link Here
747
        FloatABI = "hard";
747
        FloatABI = "hard";
748
        break;
748
        break;
749
      case llvm::Triple::GNUEABI:
749
      case llvm::Triple::GNUEABI:
750
        FloatABI = "softfp";
750
        FloatABI = Triple.getVendorName() == "hardfloat" ? "hard" : "softfp";
751
        break;
751
        break;
752
      case llvm::Triple::EABI:
752
      case llvm::Triple::EABI:
753
        // EABI is always AAPCS, and if it was not marked 'hard', it's softfp
753
        // EABI is always AAPCS, and if it was not marked 'hard', it's softfp

Return to bug 510906