[OE-core] [PATCH] boost: Improve reproducibility

Alexander Kanavin alex.kanavin at gmail.com
Fri Jun 1 17:56:22 UTC 2018


2018-06-01 20:07 GMT+03:00 Khem Raj <raj.khem at gmail.com>:
> these symbols are added by assembler, if you have .file asm directive
> either explicitly added to .s file or emitted by compiler, compiler
> would emit it if the path specified to source file is absolute during
> compiler invocation, it will take it verbatim and put it in generated .s
> file

The .s file is not generated and it does not contain any .file
directives. The .o file also does not contain the path. It appears in
the final .so library at linking stage.

Alex



More information about the Openembedded-core mailing list