mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
kbuild, x86: use a short log for arch/x86/lib/libgcc.a
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
22dbf14f5d
commit
b6e53eb320
1 changed files with 3 additions and 2 deletions
|
@ -23,5 +23,6 @@ obj-$(CONFIG_CMD_ZBOOT) += zimage.o
|
|||
LIBGCC := $(notdir $(NORMAL_LIBGCC))
|
||||
extra-y := $(LIBGCC)
|
||||
|
||||
$(obj)/$(LIBGCC): $(NORMAL_LIBGCC)
|
||||
$(OBJCOPY) $< $@ --prefix-symbols=__normal_
|
||||
OBJCOPYFLAGS := --prefix-symbols=__normal_
|
||||
$(obj)/$(LIBGCC): $(NORMAL_LIBGCC) FORCE
|
||||
$(call if_changed,objcopy)
|
||||
|
|
Loading…
Reference in a new issue