diff options
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 1d9d5d736..c563a03f7 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,7 +1,7 @@ DIRS = serial_probe CFLAGS = -Wall -ARCH := $(shell arch | egrep "(x86_64|sparc64|s390x)") +ARCH := $(shell arch | egrep "x86_64") ifneq ("x$(ARCH)", "x") LIB_NAME = lib64 else |