changeset 7391:89266fdfa9e6

8059131: sawindbg.dll is not compiled with /SAFESEH Summary: Make variable SAFESEH_FLAG replaced with /SAFESEH link option. Reviewed-by: mgronlun, sla
author dsamersoff
date Mon, 17 Nov 2014 02:30:15 -0800
parents 8c76e844a7f9
children b2399f0d9611
files make/windows/makefiles/sa.make
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/make/windows/makefiles/sa.make	Sat Nov 15 11:22:07 2014 -0800
+++ b/make/windows/makefiles/sa.make	Mon Nov 17 02:30:15 2014 -0800
@@ -111,7 +111,7 @@
 SA_LFLAGS = $(SA_LFLAGS) -map -debug
 !endif
 !if "$(BUILDARCH)" == "i486"
-SA_LFLAGS = $(SAFESEH_FLAG) $(SA_LFLAGS)
+SA_LFLAGS = /SAFESEH $(SA_LFLAGS)
 !endif
 
 SA_CFLAGS = $(SA_CFLAGS) $(MP_FLAG)