Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113310
b: refs/heads/master
c: 28f7e66
h: refs/heads/master
v: v3
  • Loading branch information
H. Peter Anvin committed Sep 9, 2008
1 parent 87f1075 commit b70553f
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 43789e21638626d826c0e8d62e50ceb76b9d61ed
refs/heads/master: 28f7e66fc1da53997a545684b21b91fb3ca3f321
5 changes: 5 additions & 0 deletions trunk/arch/x86/Makefile_32.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,8 @@ cflags-$(CONFIG_MGEODEGX1) += -march=pentium-mmx
# cpu entries
cflags-$(CONFIG_X86_GENERIC) += $(call tune,generic,$(call tune,i686))

# Bug fix for binutils: this option is required in order to keep
# binutils from generating NOPL instructions against our will.
ifneq ($(CONFIG_X86_P6_NOP),y)
cflags-y += $(call cc-option,-Wa$(comma)-mtune=generic32,)
endif

0 comments on commit b70553f

Please sign in to comment.