aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2008-05-01 17:42:27 -0400
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2008-05-01 17:42:27 -0400
commit1cea952a55ff91028b4e7f89be26efd3a2cbe04b (patch)
tree1a230127094561d1d6c5bf1c596dc7c94a80c6b4 /Makefile
parenta52a390780636652db22a705a4dc52b61ce9a9f2 (diff)
build fix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f40460c..46fd9b3 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ ARCH=$(shell uname -m | sed -e s/i.86/i386/)
7ifeq ($(ARCH),sparc64) 7ifeq ($(ARCH),sparc64)
8 CPU="-mcpu=v9" 8 CPU="-mcpu=v9"
9else 9else
10 CPU="" 10 CPU=
11endif 11endif
12 12
13 13