From 547c1eac6a563ff07d92568e07e080df266427e8 Mon Sep 17 00:00:00 2001 From: mescalinum Date: Wed, 15 Sep 2010 12:37:05 +0000 Subject: remove -mcpu/-mtune flags as it breaks x64 build. we should eventually figure a way of determining automatically the CPU, but 'uname -m' doesn't tell the truth svn path=/trunk/externals/hcs/; revision=14145 --- usbhid/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usbhid/Makefile') diff --git a/usbhid/Makefile b/usbhid/Makefile index 2b62dd0..7df9795 100644 --- a/usbhid/Makefile +++ b/usbhid/Makefile @@ -118,7 +118,7 @@ ifeq (MINGW,$(findstring MINGW,$(UNAME))) SOURCES += $(SOURCES_windows) EXTENSION = dll OS = windows - OPT_CFLAGS = -O3 -funroll-loops -fomit-frame-pointer -march=i686 -mtune=pentium4 + OPT_CFLAGS = -O3 -funroll-loops -fomit-frame-pointer WINDOWS_HACKS = -D'O_NONBLOCK=1' CFLAGS += -mms-bitfields $(WINDOWS_HACKS) LDFLAGS += -s -shared -Wl,--enable-auto-import -- cgit v1.2.1