< prev index next >

make/copy/Copy-java.base.gmk

Print this page

        

*** 224,233 **** --- 224,246 ---- )) TARGETS += $(COPY_LEGAL) ################################################################################ + # Copy softfloat license to the image + + ifneq ($(SOFTFLOAT_CFLAGS), ) + $(eval $(call SetupCopyFiles, COPY_SOFTFLOAT_LICENSE, \ + FILES := $(SOFTFLOAT_LICENSE), \ + DEST := $(LEGAL_DST_DIR), \ + )) + + TARGETS += $(COPY_SOFTFLOAT_LICENSE) + endif + + + ################################################################################ # Optionally copy libffi.so.? into the the image ifeq ($(ENABLE_LIBFFI_BUNDLING), true) $(eval $(call SetupCopyFiles, COPY_LIBFFI, \ FILES := $(LIBFFI_LIB_FILE), \
< prev index next >