Fixed host architecture on Snow Leopard.

git-svn-id: svn://svn.code.sf.net/p/ctags/code/trunk@749 c5d04d22-be80-434c-894e-aa346cc9e8e8
This commit is contained in:
dhiebert 2009-11-06 02:47:09 +00:00
parent 939b529de5
commit 3312d74a4a
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ win_version = $(subst .,,$(version))
HOST_ARCH := $(shell uname -p)
ifneq ($(findstring $(HOST_ARCH),i386 i686),)
COMP_ARCH := -march=i686
#COMP_ARCH := -march=i686
endif
CC := gcc