Skip to content

Commit cd90077

Browse files
authored
Fixed the issue of ports_arch_check failed on the step of copy ports arch on ARMv8 ports. (#300)
https://msazure.visualstudio.com/One/_workitems/edit/25154735/
1 parent bc8bed4 commit cd90077

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ports_arch/ARMv8-A/update.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Write-Verbose ("Patch files: $PatchFiles")
7878
Write-Verbose ("LogDir: $LogDir")
7979

8080
$cores = @("cortex_a35", "cortex_a53", "cortex_a55", "cortex_a57", "cortex_a65", "cortex_a65ae", "cortex_a72", "cortex_a73", "cortex_a75", "cortex_a76", "cortex_a76ae", "cortex_a77")
81-
$compilers = @("ac6", "gnu", "iar", "ghs")
81+
$compilers = @("ac6", "gnu")
8282
$patches = (
8383
('example_build\sample_threadx\.cproject', (
8484
(('value="cortex-a35"'), ('value="cortex-$core_short_lower"')),

0 commit comments

Comments
 (0)