mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Oops, make this silent, it should not go into the output (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@283 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
d0f42a9993
commit
4dbeceb0fa
1 changed files with 3 additions and 3 deletions
|
@ -82,9 +82,9 @@ $(obj)/stage0.init: $(STAGE0_OBJ)
|
||||||
$(Q)# 0x4000 - 0x100, we will end up with a 4 gig file.
|
$(Q)# 0x4000 - 0x100, we will end up with a 4 gig file.
|
||||||
$(Q)# I wonder if that behavior is on purpose.
|
$(Q)# I wonder if that behavior is on purpose.
|
||||||
|
|
||||||
# Note: we invoke gcc (instead of ld directly) here, as we hit
|
$(Q)# Note: we invoke gcc (instead of ld directly) here, as we hit
|
||||||
# strange problems in the past. It seems that only gcc knows how to
|
$(Q)# strange problems in the past. It seems that only gcc knows how to
|
||||||
# properly invoke ld.
|
$(Q)# properly invoke ld.
|
||||||
$(Q)printf " CC $(subst $(shell pwd)/,,$(@))\n"
|
$(Q)printf " CC $(subst $(shell pwd)/,,$(@))\n"
|
||||||
$(Q)$(CC) -nostdlib -static -T $(src)/arch/x86/ldscript.ld \
|
$(Q)$(CC) -nostdlib -static -T $(src)/arch/x86/ldscript.ld \
|
||||||
$(STAGE0_OBJ) -o $(obj)/stage0.o
|
$(STAGE0_OBJ) -o $(obj)/stage0.o
|
||||||
|
|
Loading…
Add table
Reference in a new issue