libgccjit: Add support for the x87 CPU feature
diff --git a/gcc/config/i386/i386-rust-and-jit.inc b/gcc/config/i386/i386-rust-and-jit.inc
index 998f44c..0a701a0 100644
--- a/gcc/config/i386/i386-rust-and-jit.inc
+++ b/gcc/config/i386/i386-rust-and-jit.inc
@@ -91,3 +91,5 @@
   ADD_TARGET_INFO ("target_feature", "cmpxchg16b");
 if (TARGET_MOVBE)
   ADD_TARGET_INFO ("target_feature", "movbe");
+if (TARGET_80387)
+  ADD_TARGET_INFO ("target_feature", "x87");