Skip to content

Commit

Permalink
Makefile: Use "-mtune=ultrasparc3 -mv8plus" on Linux/Sparc.
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
lnussel committed Mar 2, 2009
1 parent 48d8c88 commit 913e815
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -281,6 +281,9 @@ ifeq ($(PLATFORM),linux)
BASE_CFLAGS += -maltivec
HAVE_VM_COMPILED=true
endif
ifeq ($(ARCH),sparc)
OPTIMIZE += -mtune=ultrasparc3 -mv8plus
endif
endif
endif

Expand Down

0 comments on commit 913e815

Please sign in to comment.