Skip to content
Snippets Groups Projects
Commit b6e53eb3 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

kbuild, x86: use a short log for arch/x86/lib/libgcc.a


Signed-off-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Simon Glass <sjg@chromium.org>
parent 22dbf14f
No related branches found
No related tags found
No related merge requests found
...@@ -23,5 +23,6 @@ obj-$(CONFIG_CMD_ZBOOT) += zimage.o ...@@ -23,5 +23,6 @@ obj-$(CONFIG_CMD_ZBOOT) += zimage.o
LIBGCC := $(notdir $(NORMAL_LIBGCC)) LIBGCC := $(notdir $(NORMAL_LIBGCC))
extra-y := $(LIBGCC) extra-y := $(LIBGCC)
$(obj)/$(LIBGCC): $(NORMAL_LIBGCC) OBJCOPYFLAGS := --prefix-symbols=__normal_
$(OBJCOPY) $< $@ --prefix-symbols=__normal_ $(obj)/$(LIBGCC): $(NORMAL_LIBGCC) FORCE
$(call if_changed,objcopy)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment