6755621: Include SA binaries into Windows JDK
These changes will enable inclusion of sa-jdi.jar and sawindbg.dll into Windows JDK bundle. Reviewed-by: never, jjh, alanb
This commit is contained in:
parent
5ee59847d1
commit
9aab9d4aeb
@ -398,16 +398,7 @@ ifeq ($(ARCH), ia64)
|
|||||||
# SA will never be supported here.
|
# SA will never be supported here.
|
||||||
INCLUDE_SA = false
|
INCLUDE_SA = false
|
||||||
else
|
else
|
||||||
# Hopefully, SA will be supported here one of these days,
|
INCLUDE_SA = true
|
||||||
# and these will be changed to true. Until then,
|
|
||||||
# to build SA on windows, do a control build with
|
|
||||||
# BUILD_WIN_SA=1
|
|
||||||
# on the make command.
|
|
||||||
ifdef BUILD_WIN_SA
|
|
||||||
INCLUDE_SA = true
|
|
||||||
else
|
|
||||||
INCLUDE_SA = false
|
|
||||||
endif
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Settings for the VERSIONINFO tap on windows.
|
# Settings for the VERSIONINFO tap on windows.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user