diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-05-01 17:42:27 -0400 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-05-01 17:42:27 -0400 |
commit | 1cea952a55ff91028b4e7f89be26efd3a2cbe04b (patch) | |
tree | 1a230127094561d1d6c5bf1c596dc7c94a80c6b4 /Makefile | |
parent | a52a390780636652db22a705a4dc52b61ce9a9f2 (diff) |
build fix
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ ARCH=$(shell uname -m | sed -e s/i.86/i386/) | |||
7 | ifeq ($(ARCH),sparc64) | 7 | ifeq ($(ARCH),sparc64) |
8 | CPU="-mcpu=v9" | 8 | CPU="-mcpu=v9" |
9 | else | 9 | else |
10 | CPU="" | 10 | CPU= |
11 | endif | 11 | endif |
12 | 12 | ||
13 | 13 | ||