1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2026-05-03 19:28:29 +00:00

Merge branch 'master' into devel1

This commit is contained in:
bebbo
2018-07-02 21:07:41 +02:00

View File

@@ -299,7 +299,7 @@ BINUTILS = $(patsubst %,$(PREFIX)/bin/%$(EXEEXT), $(BINUTILS_CMD))
BINUTILS_DIR = . bfd gas ld binutils opcodes BINUTILS_DIR = . bfd gas ld binutils opcodes
BINUTILSD = $(patsubst %,projects/binutils/%, $(BINUTILS_DIR)) BINUTILSD = $(patsubst %,projects/binutils/%, $(BINUTILS_DIR))
ifneq ($(UNAME_S),Darwin) ifeq ($(findstring clang,$(CC)),)
ALL_GDB = all-gdb ALL_GDB = all-gdb
INSTALL_GDB = install-gdb INSTALL_GDB = install-gdb
endif endif