Skip to content

Commit

Permalink
Makefile.defs: enabled fast locks for amd64
Browse files Browse the repository at this point in the history
(cherry picked from commit e6a84b4)
  • Loading branch information
miconda committed Mar 15, 2017
1 parent 074f52d commit f5e2f30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Makefile.defs
Expand Up @@ -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
Expand Down

0 comments on commit f5e2f30

Please sign in to comment.