* added the Unlicense as valid in misc/share/REGISTER
[t2sde.git] / package / rust / rustc / hotfix.patch.mips64
blobbca2605ff60373f6a82ee5ed4b448f635b197eef
1 --- rustc-1.69.0-src/src/llvm-project/compiler-rt/lib/builtins/fp_compare_impl.inc.vanilla      2023-05-02 22:31:25.481228065 +0200
2 +++ rustc-1.69.0-src/src/llvm-project/compiler-rt/lib/builtins/fp_compare_impl.inc      2023-05-02 22:31:38.876228826 +0200
3 @@ -30,8 +30,8 @@
4  // GCC uses a special __libgcc_cmp_return__ mode to define the return type, so
5  // check that we are ABI-compatible when compiling the builtins with GCC.
6  typedef int GCC_CMP_RESULT __attribute__((__mode__(__libgcc_cmp_return__)));
7 -_Static_assert(sizeof(GCC_CMP_RESULT) == sizeof(CMP_RESULT),
8 -               "SOFTFP ABI not compatible with GCC");
9 +//_Static_assert(sizeof(GCC_CMP_RESULT) == sizeof(CMP_RESULT),
10 +//               "SOFTFP ABI not compatible with GCC");
11  #endif
13  enum {