mirror of
https://gitlab.com/qemu-project/capstone.git
synced 2025-09-17 02:01:15 +08:00
rename CCLD to LINK
This commit is contained in:
2
Makefile
2
Makefile
@ -311,7 +311,7 @@ endif
|
||||
ifeq ($(CAPSTONE_SHARED),yes)
|
||||
$(LIBRARY): $(LIBOBJ)
|
||||
ifeq ($(V),0)
|
||||
$(call log,CCLD,$(@:$(BLDIR)/%=%))
|
||||
$(call log,LINK,$(@:$(BLDIR)/%=%))
|
||||
@$(create-library)
|
||||
else
|
||||
$(create-library)
|
||||
|
@ -101,11 +101,11 @@ $(TESTDIR)/%$(BIN_EXT): $(OBJDIR)/%.o
|
||||
@mkdir -p $(@D)
|
||||
ifeq ($(V),0)
|
||||
ifeq ($(CAPSTONE_SHARED),yes)
|
||||
$(call log,CCLD,$(notdir $@))
|
||||
$(call log,LINK,$(notdir $@))
|
||||
@$(link-dynamic)
|
||||
endif
|
||||
ifeq ($(CAPSTONE_STATIC),yes)
|
||||
$(call log,CCLD,$(notdir $(call staticname,$@)))
|
||||
$(call log,LINK,$(notdir $(call staticname,$@)))
|
||||
@$(link-static)
|
||||
endif
|
||||
else
|
||||
|
Reference in New Issue
Block a user