mirror of
https://github.com/darlinghq/darling-openjdk.git
synced 2024-12-02 17:36:50 +00:00
8220784: hsdis cannot be built with MinGW64
Reviewed-by: iklam, dholmes
This commit is contained in:
parent
2c4b9e0778
commit
0f0d24ebb4
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (c) 2008, 2017, Oracle and/or its affiliates. All rights reserved.
|
||||
# Copyright (c) 2008, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# The Universal Permissive License (UPL), Version 1.0
|
||||
@ -201,6 +201,10 @@ LIBRARIES = $(TARGET_DIR)/bfd/libbfd.a \
|
||||
$(TARGET_DIR)/opcodes/libopcodes.a \
|
||||
$(TARGET_DIR)/libiberty/libiberty.a
|
||||
|
||||
ifneq ($(MINGW),)
|
||||
LIBRARIES += $(TARGET_DIR)/zlib/libz.a
|
||||
endif
|
||||
|
||||
DEMO_TARGET = $(TARGET_DIR)/hsdis-demo
|
||||
DEMO_SOURCE = hsdis-demo.c
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user