소스 검색

Makefile.defs: enabled fast locks for amd64

Daniel-Constantin Mierla 8 년 전
부모
커밋
e6a84b43e0
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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