1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2026-05-09 09:04:57 +00:00

disable gdb if clang is used - gcc is also working on OSX

This commit is contained in:
bebbo
2018-07-02 18:34:58 +02:00
parent 5f2b9cfde9
commit a0f874936a

View File

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