From 1d541b45f4fd11c51a88a6abb81a78bf57b44b11 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 12 Oct 2012 11:47:49 +0100 Subject: add coldfire (m5475) toolchain/sdk build --- m5475-atari-mint/recipes/patches/pml/Makefile.p | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 m5475-atari-mint/recipes/patches/pml/Makefile.p (limited to 'm5475-atari-mint/recipes/patches/pml/Makefile.p') diff --git a/m5475-atari-mint/recipes/patches/pml/Makefile.p b/m5475-atari-mint/recipes/patches/pml/Makefile.p new file mode 100644 index 0000000..f741df8 --- /dev/null +++ b/m5475-atari-mint/recipes/patches/pml/Makefile.p @@ -0,0 +1,18 @@ +--- pmlsrc/Makefile 2011-05-13 23:20:51.000000000 +0100 ++++ pmlsrc/Makefile 2011-05-13 23:25:52.000000000 +0100 +@@ -1,9 +1,13 @@ +-CROSSDIR = /dsrg/bammi/cross-minix +-CROSSLIB = $(CROSSDIR)/lib ++CROSSDIR = /opt/netsurf/m5475-atari-mint/cross/m5475-atari-mint ++CROSSLIB := $(CROSSDIR)/lib + CROSSBIN = $(CROSSDIR)/bin + CROSSINC = $(CROSSDIR)/include + WITH_SHORT_LIBS = 0 + ++ifneq ($(SUBTARGET),) ++CROSSLIB := $(CROSSLIB)/$(SUBTARGET) ++endif ++ + ALL = libpml32.a + + ifeq ($(WITH_SHORT_LIBS), 1) -- cgit v1.2.3