diff make/windows/makefiles/sa.make @ 12919:7638e35cabc6

8015614: Update build settings Reviewed-by: tbell, dholmes, ahgross
author erikj
date Mon, 19 Aug 2013 17:47:21 +0200
parents 5a98bf7d847b
children 1a93f2c5945a
line wrap: on
line diff
--- a/make/windows/makefiles/sa.make	Thu Aug 15 21:33:37 2013 +0100
+++ b/make/windows/makefiles/sa.make	Mon Aug 19 17:47:21 2013 +0200
@@ -107,6 +107,9 @@
 !if "$(ENABLE_FULL_DEBUG_SYMBOLS)" == "1"
 SA_LFLAGS = $(SA_LFLAGS) -map -debug
 !endif
+!if "$(BUILDARCH)" == "i486"
+SA_LFLAGS = $(SAFESEH_FLAG) $(SA_LFLAGS)
+!endif
 
 # Note that we do not keep sawindbj.obj around as it would then
 # get included in the dumpbin command in build_vm_def.sh