Merge tag 'rust-6.10' of https://github.com/Rust-for-Linux/linux
[sfrench/cifs-2.6.git] / scripts / generate_rust_target.rs
index 54919cf48621e897868677169ddf5e29482969a3..3fcbc3737b2e026fe1b735ee67d1039009882c45 100644 (file)
@@ -154,7 +154,7 @@ fn main() {
         ts.push("arch", "x86_64");
         ts.push(
             "data-layout",
-            "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128",
+            "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128",
         );
         let mut features = "-3dnow,-3dnowa,-mmx,+soft-float".to_string();
         if cfg.has("MITIGATION_RETPOLINE") {