Skip to content

Commit e0d0ddd

Browse files
committed
Additional toolchains to the official builds for the KL25Z and LPC4088
1 parent cf71d08 commit e0d0ddd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workspace_tools/build_release.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727

2828

2929
OFFICIAL_MBED_LIBRARY_BUILD = (
30-
('KL25Z', ('ARM',)),
30+
('KL25Z', ('ARM', 'GCC_ARM')),
3131
('LPC11U24', ('ARM', 'uARM')),
3232
('LPC1768', ('ARM', 'GCC_ARM', 'GCC_CR', 'GCC_CS', 'IAR')),
3333
('LPC2368', ('ARM',)),
3434
('LPC812', ('uARM',)),
3535
('LPC1347', ('ARM',)),
36-
('LPC4088', ('ARM',)),
36+
('LPC4088', ('ARM', 'GCC_ARM', 'GCC_CR')),
3737
('LPC1114', ('uARM',)),
3838
)
3939

0 commit comments

Comments
 (0)