1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2026-05-03 22:48:46 +00:00

no gdb on macOS

This commit is contained in:
test
2018-10-09 13:10:05 +02:00
parent abb47bfb26
commit 0c453687c3

View File

@@ -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