diff options
author | midipix <writeonce@midipix.org> | 2021-01-09 02:16:22 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-01-09 02:16:22 +0000 |
commit | 47a39891b8688d7eaacdb7573a978207572ad9fb (patch) | |
tree | 378affb464f89998d93ac16fefb1dedd5a2646e3 | |
parent | f2a400481ce5a8d1ee9319b8f8badee31bbed0d5 (diff) | |
download | cbb-gcc-4.6.4-47a39891b8688d7eaacdb7573a978207572ad9fb.tar.bz2 cbb-gcc-4.6.4-47a39891b8688d7eaacdb7573a978207572ad9fb.tar.xz |
midipix (musl-pe) targets: mark executable images as Terminal Services Aware.
-rw-r--r-- | libc/cbb-musl-pe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/cbb-musl-pe.h b/libc/cbb-musl-pe.h index f84ccf17f..132366250 100644 --- a/libc/cbb-musl-pe.h +++ b/libc/cbb-musl-pe.h @@ -129,6 +129,7 @@ extern "C" { "%{shared:--entry __so_entry_point} " \ "%{shared:--enable-auto-image-base} " \ "--subsystem %{mconsole:console;:windows} " \ + "%{!shared:--tsaware} " \ LINK_DSO_SYM_SPEC #undef SUBTARGET_EXTRA_SPECS |