From 5c3dbb91a256f810d30e0c8940bf3e90aa70a4a2 Mon Sep 17 00:00:00 2001 From: weidai Date: Mon, 4 Aug 2003 18:56:15 +0000 Subject: [PATCH] use -msse2 on x86_64 --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 15fe037f..c017de4f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -9,7 +9,7 @@ CXXFLAGS = -g ARFLAGS = -cr # ar needs the dash on OpenBSD RANLIB = ranlib UNAME = $(shell uname) -ISX86 = $(shell uname -m | grep -c "i.86") +ISX86 = $(shell uname -m | grep -c "i.86\|x86_64") GCC33ORLATER = $(shell gcc -v 2>&1 | grep -c "gcc version \(3.[3-9]\|[4-9]\)") ifeq ($(ISX86) $(GCC33ORLATER),1 1)