RFR: 8284661: Reproducible assembly builds without relative linking
Andrew Haley
aph at openjdk.java.net
Tue Apr 12 08:42:48 UTC 2022
On Mon, 11 Apr 2022 17:27:35 GMT, Andrew Leonard <aleonard at openjdk.org> wrote:
> I excluded all kinds of debuginfo files because I didn't know if they could be made free of absolute paths, and it was out of scope for what I was doing at the time.
GCC, I believe, uses whatever pathname you give to the compiler in the debuginfo. If you give GCC relative pathnames, that's what it emits.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8177
More information about the build-dev
mailing list