Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56614
b: refs/heads/master
c: 8995ac8
h: refs/heads/master
v: v3
  • Loading branch information
Segher Boessenkool authored and Paul Mackerras committed May 17, 2007
1 parent 4e3b564 commit cb549c8
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 847f5976f90d5637a86a826c1c594091d08f3156
refs/heads/master: 8995ac8702737147115e1c75879a1a2d75627b9e
3 changes: 2 additions & 1 deletion trunk/arch/powerpc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ CROSS32CC := $(CC) -m32
CROSS32AS := $(AS) -a32
CROSS32LD := $(LD) -m elf32ppc
CROSS32OBJCOPY := $(OBJCOPY)
CROSS32AR := $(AR)
CROSS32AR := GNUTARGET=elf32-powerpc $(AR)
endif
endif

Expand Down Expand Up @@ -58,6 +58,7 @@ ifeq ($(HAS_BIARCH),y)
override AS += -a$(SZ)
override LD += -m elf$(SZ)ppc
override CC += -m$(SZ)
override AR := GNUTARGET=elf$(SZ)-powerpc $(AR)
endif

LDFLAGS_vmlinux := -Bstatic
Expand Down

0 comments on commit cb549c8

Please sign in to comment.