Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114523
b: refs/heads/master
c: ce400c0
h: refs/heads/master
i:
  114521: e543a9b
  114519: 4d883e3
v: v3
  • Loading branch information
Thiemo Seufer authored and Paul Mackerras committed Sep 15, 2008
1 parent 73f19eb commit 19f7a40
Show file tree
Hide file tree
Showing 2 changed files with 4 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: d6c93adbeb98c56e19f7df37633566b39fbcd4c9
refs/heads/master: ce400c0102d8e1367266115ce6bc22333e5e3da6
3 changes: 3 additions & 0 deletions trunk/arch/powerpc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,10 @@ endif
KBUILD_CFLAGS += $(call cc-option,-mno-altivec)

# No SPE instruction when building kernel
# (We use all available options to help semi-broken compilers)
KBUILD_CFLAGS += $(call cc-option,-mno-spe)
KBUILD_CFLAGS += $(call cc-option,-mspe=no)
KBUILD_CFLAGS += $(call cc-option,-mabi=no-spe)

# Enable unit-at-a-time mode when possible. It shrinks the
# kernel considerably.
Expand Down

0 comments on commit 19f7a40

Please sign in to comment.