Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11703
b: refs/heads/master
c: 9e3699e
h: refs/heads/master
i:
  11701: c5a0612
  11699: 3ec470a
  11695: 9e1e04f
v: v3
  • Loading branch information
Lee Nicks authored and Paul Mackerras committed Oct 29, 2005
1 parent 417f0ed commit 9707ede
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f78541dcec327b0c46b150ee7d727f3db80275c4
refs/heads/master: 9e3699ea7b8d63eabde7fefa9892e3a258c9c27d
4 changes: 4 additions & 0 deletions trunk/arch/ppc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ CPPFLAGS += -Iarch/$(ARCH) -Iarch/$(ARCH)/include
AFLAGS += -Iarch/$(ARCH)
CFLAGS += -Iarch/$(ARCH) -msoft-float -pipe \
-ffixed-r2 -mmultiple

# No AltiVec instruction when building kernel
CFLAGS += $(call cc-option, -mno-altivec)

CPP = $(CC) -E $(CFLAGS)
# Temporary hack until we have migrated to asm-powerpc
LINUXINCLUDE += -Iarch/$(ARCH)/include
Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/ppc64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ else
CFLAGS += $(call cc-option,-mtune=power4)
endif

# No AltiVec instruction when building kernel
CFLAGS += $(call cc-option, -mno-altivec)

# Enable unit-at-a-time mode when possible. It shrinks the
# kernel considerably.
CFLAGS += $(call cc-option,-funit-at-a-time)
Expand Down

0 comments on commit 9707ede

Please sign in to comment.