diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2018-09-20 16:25:32 +0100 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-09-23 11:23:23 +0300 |
commit | cf58f56e1619bbd012c9cc68e81916148530b57e (patch) | |
tree | 1f8ee9da449a16499180660916440d679f39fa96 /mesonbuild/compilers/java.py | |
parent | 9453ac6182f19ac0083447b1430b8d6afaa65b6c (diff) | |
download | meson-cf58f56e1619bbd012c9cc68e81916148530b57e.zip meson-cf58f56e1619bbd012c9cc68e81916148530b57e.tar.gz meson-cf58f56e1619bbd012c9cc68e81916148530b57e.tar.bz2 |
linker flags --as-needed and --no-undefined aren't meaningful for PE
--as-needed controls ELF-specific functionality (the emission of DT_NEEDED
tags)
--no-undefined is effectively always on for PE/COFF, as the linkage model
always requires symbols to be defined
binutils ld silently ignores these flags for PE targets, but lld warns that
it's ignoring them, so just don't bother emitting them for PE targets.
Diffstat (limited to 'mesonbuild/compilers/java.py')
0 files changed, 0 insertions, 0 deletions