From 0c453687c3af11083ea4e88120711149775fb953 Mon Sep 17 00:00:00 2001 From: test Date: Tue, 9 Oct 2018 13:10:05 +0200 Subject: [PATCH] no gdb on macOS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ab4fe74..773ad70 100644 --- a/Makefile +++ b/Makefile @@ -301,7 +301,7 @@ BINUTILS = $(patsubst %,$(PREFIX)/bin/%$(EXEEXT), $(BINUTILS_CMD)) BINUTILS_DIR = . bfd gas ld binutils opcodes BINUTILSD = $(patsubst %,projects/binutils/%, $(BINUTILS_DIR)) -ifeq ($(findstring clang,$(CC)),) +ifeq ($(findstring Darwin,$(shell uname)),) ALL_GDB = all-gdb INSTALL_GDB = install-gdb endif