File tree 5 files changed +0
-14
lines changed
compiler/rustc_target/src/spec
5 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -1690,12 +1690,8 @@ supported_targets! {
1690
1690
( "x86_64h-apple-darwin" , x86_64h_apple_darwin) ,
1691
1691
( "i686-apple-darwin" , i686_apple_darwin) ,
1692
1692
1693
- // FIXME(#106649): Remove aarch64-fuchsia in favor of aarch64-unknown-fuchsia
1694
- ( "aarch64-fuchsia" , aarch64_fuchsia) ,
1695
1693
( "aarch64-unknown-fuchsia" , aarch64_unknown_fuchsia) ,
1696
1694
( "riscv64gc-unknown-fuchsia" , riscv64gc_unknown_fuchsia) ,
1697
- // FIXME(#106649): Remove x86_64-fuchsia in favor of x86_64-unknown-fuchsia
1698
- ( "x86_64-fuchsia" , x86_64_fuchsia) ,
1699
1695
( "x86_64-unknown-fuchsia" , x86_64_unknown_fuchsia) ,
1700
1696
1701
1697
( "avr-unknown-gnu-atmega328" , avr_unknown_gnu_atmega328) ,
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -138,7 +138,6 @@ target | std | notes
138
138
[ ` aarch64-apple-ios ` ] ( platform-support/apple-ios.md ) | ✓ | ARM64 iOS
139
139
[ ` aarch64-apple-ios-macabi ` ] ( platform-support/apple-ios-macabi.md ) | ✓ | Mac Catalyst on ARM64
140
140
[ ` aarch64-apple-ios-sim ` ] ( platform-support/apple-ios.md ) | ✓ | Apple iOS Simulator on ARM64
141
- ` aarch64-fuchsia ` | ✓ | Alias for ` aarch64-unknown-fuchsia `
142
141
[ ` aarch64-unknown-fuchsia ` ] ( platform-support/fuchsia.md ) | ✓ | ARM64 Fuchsia
143
142
[ ` aarch64-linux-android ` ] ( platform-support/android.md ) | ✓ | ARM64 Android
144
143
[ ` aarch64-pc-windows-gnullvm ` ] ( platform-support/pc-windows-gnullvm.md ) | ✓ | ARM64 MinGW (Windows 10+), LLVM ABI
@@ -199,7 +198,6 @@ target | std | notes
199
198
[ ` x86_64-apple-ios ` ] ( platform-support/apple-ios.md ) | ✓ | 64-bit x86 iOS
200
199
[ ` x86_64-apple-ios-macabi ` ] ( platform-support/apple-ios-macabi.md ) | ✓ | Mac Catalyst on x86_64
201
200
[ ` x86_64-fortanix-unknown-sgx ` ] ( platform-support/x86_64-fortanix-unknown-sgx.md ) | ✓ | [ Fortanix ABI] for 64-bit Intel SGX
202
- ` x86_64-fuchsia ` | ✓ | Alias for ` x86_64-unknown-fuchsia `
203
201
[ ` x86_64-unknown-fuchsia ` ] ( platform-support/fuchsia.md ) | ✓ | 64-bit x86 Fuchsia
204
202
[ ` x86_64-linux-android ` ] ( platform-support/android.md ) | ✓ | 64-bit x86 Android
205
203
` x86_64-pc-solaris ` | ✓ | 64-bit Solaris 11, illumos
Original file line number Diff line number Diff line change 9
9
//@ revisions: aarch64_be_unknown_netbsd
10
10
//@ [aarch64_be_unknown_netbsd] compile-flags: --target aarch64_be-unknown-netbsd
11
11
//@ [aarch64_be_unknown_netbsd] needs-llvm-components: aarch64
12
- //@ revisions: aarch64_fuchsia
13
- //@ [aarch64_fuchsia] compile-flags: --target aarch64-fuchsia
14
- //@ [aarch64_fuchsia] needs-llvm-components: aarch64
15
12
//@ revisions: aarch64_kmc_solid_asp3
16
13
//@ [aarch64_kmc_solid_asp3] compile-flags: --target aarch64-kmc-solid_asp3
17
14
//@ [aarch64_kmc_solid_asp3] needs-llvm-components: aarch64
525
522
//@ revisions: x86_64_fortanix_unknown_sgx
526
523
//@ [x86_64_fortanix_unknown_sgx] compile-flags: --target x86_64-fortanix-unknown-sgx
527
524
//@ [x86_64_fortanix_unknown_sgx] needs-llvm-components: x86
528
- //@ revisions: x86_64_fuchsia
529
- //@ [x86_64_fuchsia] compile-flags: --target x86_64-fuchsia
530
- //@ [x86_64_fuchsia] needs-llvm-components: x86
531
525
//@ revisions: x86_64_linux_android
532
526
//@ [x86_64_linux_android] compile-flags: --target x86_64-linux-android
533
527
//@ [x86_64_linux_android] needs-llvm-components: x86
You can’t perform that action at this time.
0 commit comments