Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71899
b: refs/heads/master
c: 437374e
h: refs/heads/master
i:
  71897: ce143fb
  71895: fac3b7b
v: v3
  • Loading branch information
Milton Miller authored and Sam Ravnborg committed Oct 20, 2007
1 parent ad48550 commit 5a05d08
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a54bb701c248d65f761d366f94f2809abdc39f04
refs/heads/master: 437374e9a95062fe310b901e48585691edaf5dd0
2 changes: 2 additions & 0 deletions trunk/arch/ppc/boot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
# modified by Cort (cort@cs.nmt.edu)
#

# KBUILD_CFLAGS used when building rest of boot (takes effect recursively)
KBUILD_CFLAGS += -fno-builtin -D__BOOTER__ -Iarch/$(ARCH)/boot/include
HOSTCFLAGS += -Iarch/$(ARCH)/boot/include

BOOT_TARGETS = zImage zImage.initrd znetboot znetboot.initrd
Expand Down
3 changes: 2 additions & 1 deletion trunk/arch/xtensa/boot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
#


EXTRA_CFLAGS += -fno-builtin -Iarch/$(ARCH)/boot/include
# KBUILD_CFLAGS used when building rest of boot (takes effect recursively)
KBUILD_CFLAGS += -fno-builtin -Iarch/$(ARCH)/boot/include
HOSTFLAGS += -Iarch/$(ARCH)/boot/include

BIG_ENDIAN := $(shell echo -e __XTENSA_EB__ | $(CC) -E - | grep -v "\#")
Expand Down

0 comments on commit 5a05d08

Please sign in to comment.