Skip to content

Commit 10a06a7

Browse files
Merge pull request #4733 from theotherjimmy/fix-old-builds
Prevent double define in very old builds
2 parents a2896cb + d255603 commit 10a06a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/toolchains/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ def __str__(self):
292292
# standard labels for the "TARGET_" and "TOOLCHAIN_" specific directories, but
293293
# had the knowledge of a list of these directories to be ignored.
294294
LEGACY_IGNORE_DIRS = set([
295-
'LPC11U24', 'LPC1768', 'LPC4088', 'LPC812', 'KL25Z',
295+
'LPC11U24', 'LPC1768', 'LPC2368', 'LPC4088', 'LPC812', 'KL25Z',
296296
'ARM', 'uARM', 'IAR',
297297
'GCC_ARM', 'GCC_CS', 'GCC_CR', 'GCC_CW', 'GCC_CW_EWL', 'GCC_CW_NEWLIB',
298298
])

0 commit comments

Comments
 (0)