Explorar o código

Makefile.defs: enabled fast locks for amd64

Daniel-Constantin Mierla %!s(int64=8) %!d(string=hai) anos
pai
achega
e6a84b43e0
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      src/Makefile.defs

+ 4 - 0
src/Makefile.defs

@@ -788,6 +788,10 @@ ifeq ($(ARCH), x86_64)
 	use_fast_lock=yes
 endif
 
+ifeq ($(ARCH), amd64)
+	use_fast_lock=yes
+endif
+
 ifeq ($(ARCH), sparc64)
 ifeq 	($(CC_NAME), gcc)
 	use_fast_lock=yes