Ticket #71728: rosetta.patch
| File rosetta.patch, 510 bytes (added by potmj (Michael Pot), 8 months ago) |
|---|
-
Makefile
old new 56 56 endif 57 57 58 58 # automatically enable runtime vector dispatch on x86/64 targets 59 detect_x86_arch = $(shell $(CC) -dumpmachine | grep -E 'i[3-6]86|x86_64') 59 # ticket 7172 fix 60 detect_x86_arch = $(shell $(CC) $(CFLAGS) -dumpmachine | grep -E 'i[3-6]86|x86_64') 60 61 ifneq ($(strip $(call detect_x86_arch)),) 61 62 #note: can be overridden at compile time, by setting DISPATCH=0 62 63 DISPATCH ?= 1
