diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-28 22:25:29 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-28 22:27:34 -0600 |
commit | 0e3585dae500fb0a976888f5dbdf3a37769680ec (patch) | |
tree | 89f0f3768794a9daf3253c8a2e832c3ebb3a582a /mk | |
parent | 6488ae4a7b82ac7c95adc34281459c373fba6be3 (diff) |
bring coldfire support in shape
Binutils 2.24 is required to get a working kernel.
Ethernet in Qemu is still broken.
Qemu Patch is still rquired in 2.2.0.
Only kernel+initramfs is working.
It seems the signal handler problem is gone with
sash and simpleinit.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/package.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mk/package.mk b/mk/package.mk index be50aaa5e..84909193e 100644 --- a/mk/package.mk +++ b/mk/package.mk @@ -109,11 +109,13 @@ IDIR_$(1)_DBG= $(WRKDIR)/fake-${ADK_TARGET_CPU_ARCH}/pkg-$(2)-dbg ifneq (${ADK_PACKAGE_$(1)}${DEVELOPER},) ifneq (,$(filter dev,$(7))) ifneq ($(ADK_TARGET_USE_STATIC_LIBS),y) +ifneq ($(ADK_TARGET_BINFMT_FLAT),y) ALL_IPKGS+= $$(IPKG_$(1)) ALL_IDIRS+= $${IDIR_$(1)} ALL_POSTINST+= $(2)-install $(2)-install: endif +endif else ALL_IPKGS+= $$(IPKG_$(1)) ALL_IDIRS+= $${IDIR_$(1)} |