diff options
Diffstat (limited to 'meta/classes-recipe/rust-target-config.bbclass')
-rw-r--r-- | meta/classes-recipe/rust-target-config.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes-recipe/rust-target-config.bbclass b/meta/classes-recipe/rust-target-config.bbclass index 61ce7bad8e..6e6b500f5d 100644 --- a/meta/classes-recipe/rust-target-config.bbclass +++ b/meta/classes-recipe/rust-target-config.bbclass | |||
@@ -248,14 +248,14 @@ TARGET_C_INT_WIDTH[powerpc] = "32" | |||
248 | MAX_ATOMIC_WIDTH[powerpc] = "32" | 248 | MAX_ATOMIC_WIDTH[powerpc] = "32" |
249 | 249 | ||
250 | ## powerpc64-unknown-linux-{gnu, musl} | 250 | ## powerpc64-unknown-linux-{gnu, musl} |
251 | DATA_LAYOUT[powerpc64] = "E-m:e-Fi64-i64:64-n32:64-S128-v256:256:256-v512:512:512" | 251 | DATA_LAYOUT[powerpc64] = "E-m:e-Fi64-i64:64-i128:128-n32:64-S128-v256:256:256-v512:512:512" |
252 | TARGET_ENDIAN[powerpc64] = "big" | 252 | TARGET_ENDIAN[powerpc64] = "big" |
253 | TARGET_POINTER_WIDTH[powerpc64] = "64" | 253 | TARGET_POINTER_WIDTH[powerpc64] = "64" |
254 | TARGET_C_INT_WIDTH[powerpc64] = "32" | 254 | TARGET_C_INT_WIDTH[powerpc64] = "32" |
255 | MAX_ATOMIC_WIDTH[powerpc64] = "64" | 255 | MAX_ATOMIC_WIDTH[powerpc64] = "64" |
256 | 256 | ||
257 | ## powerpc64le-unknown-linux-{gnu, musl} | 257 | ## powerpc64le-unknown-linux-{gnu, musl} |
258 | DATA_LAYOUT[powerpc64le] = "e-m:e-Fn32-i64:64-n32:64-S128-v256:256:256-v512:512:512" | 258 | DATA_LAYOUT[powerpc64le] = "e-m:e-Fn32-i64:64-i128:128-n32:64-S128-v256:256:256-v512:512:512" |
259 | TARGET_ENDIAN[powerpc64le] = "little" | 259 | TARGET_ENDIAN[powerpc64le] = "little" |
260 | TARGET_POINTER_WIDTH[powerpc64le] = "64" | 260 | TARGET_POINTER_WIDTH[powerpc64le] = "64" |
261 | TARGET_C_INT_WIDTH[powerpc64le] = "32" | 261 | TARGET_C_INT_WIDTH[powerpc64le] = "32" |