Lines Matching full:linker
21 # Preprocess a linker script and turn it into a target.
23 # In lieu of direct GN support for linker scripts, this template makes it
24 # possible to run the C Preprocessor on a linker script file so defines can
25 # be properly evaluated before the linker script is passed to the dir_pw_build
28 # linker scripts is added.
31 # linker_script: The linker script to send through the C preprocessor.
37 # inputs: Files that, when changed, should trigger a re-build of the linker
53 "$target_name did not set `linker_script` to refer to a valid linker " +
54 "script. This variable is required for linker script targets.")
59 # linker script.
99 # This config adds a the linker script produced by the preprocess action to
100 # the linker flags.
109 # The target that adds the linker script config to this library and everything