diff --git a/Makefile b/Makefile index 3aa049c..27983c7 100644 --- a/Makefile +++ b/Makefile @@ -250,7 +250,7 @@ BINUTILS = $(patsubst %,$(PREFIX)/bin/%$(EXEEXT), $(BINUTILS_CMD)) BINUTILS_DIR = . bfd gas ld binutils opcodes BINUTILSD = $(patsubst %,projects/binutils/%, $(BINUTILS_DIR)) -ifneq ($(UNAME_S),Darwin) +ifeq ($(findstring clang,$(CC)),) ALL_GDB = all-gdb INSTALL_GDB = install-gdb endif