Skip to content

Commit 443c2e5

Browse files
committed
Remove obsolete warning about linker script settings
Resolves #745
1 parent 91d444f commit 443c2e5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

builder/main.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -347,14 +347,6 @@ def __configure_upload_port(env):
347347

348348
AlwaysBuild(env.Alias("upload", upload_source, upload_actions))
349349

350-
#
351-
# Information about obsolete method of specifying linker scripts
352-
#
353-
354-
if any("-Wl,-T" in f for f in env.get("LINKFLAGS", [])):
355-
print("Warning! '-Wl,-T' option for specifying linker scripts is deprecated. "
356-
"Please use 'board_build.ldscript' option in your 'platformio.ini' file.")
357-
358350
#
359351
# Default targets
360352
#

0 commit comments

Comments
 (0)