summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-12-04 07:29:03 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-12-04 07:29:47 +0100
commitfca65756b82cb99344805a840a6e2d59da1a8ed8 (patch)
tree1de92825e2aa4f97cbf498b9ffb620b0f8c463ae /toolchain
parent450c3efcb0b0b7541074c457d0a44a574b018fb7 (diff)
cleanup binfmt flat handling, reduce duplicates
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/Makefile b/toolchain/Makefile
index 088f563e3..b1c24f78c 100644
--- a/toolchain/Makefile
+++ b/toolchain/Makefile
@@ -36,7 +36,7 @@ TARGETS+=elf2flt
ELF2FLT:=elf2flt-install
endif
-# disable gdb for arc
+# disable gdb for some architectures
ifeq ($(ADK_TARGET_ARCH_ARC)$(ADK_TARGET_ARCH_METAG)$(ADK_TARGET_ARCH_OR1K),)
TARGETS+=gdb
GDB:=gdb-install
@@ -57,8 +57,8 @@ final: $(FINAL)
gcc-configure: binutils-install gmp-install mpfr-install mpc-install libelf-install
$(CLIB)-install: gcc-configure kernel-headers-configure
-gcc-install: $(CLIB)-install
-gcc-final: gcc-install $(GDB) $(ELF2FLT)
+gcc-install: $(ELF2FLT) $(CLIB)-install
+gcc-final: gcc-install $(GDB)
%-download:
$(TRACE) toolchain/$(patsubst %-download,%,$@)/download