[PATCH 3/4] makedep: Use -Wl,-delayload on cross targets when supported by linker.
11 Nov
2019
11 Nov
'19
6:59 p.m.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- Makefile.in | 1 + configure.ac | 2 ++ tools/makedep.c | 22 +++++++++++++++++----- 3 files changed, 20 insertions(+), 5 deletions(-)
12 Nov
12 Nov
10:09 p.m.
New subject: [PATCH 3/4] makedep: Use -Wl, -delayload on cross targets when supported by linker.
Jacek Caban <jacek(a)codeweavers.com> writes:
@@ -1085,6 +1085,8 @@ then esac done
+ WINE_TRY_CFLAGS([-Wl,-delayload,autoconftest.dll], [], [AC_SUBST(USEDELAYLIBS,"true")])
Using "true" in a makefile is a bit strange. You probably want to store the actual flags to use instead. -- Alexandre Julliard julliard(a)winehq.org
2313
Age (days ago)
2314
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alexandre Julliard -
Jacek Caban