diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-10-24 09:26:47 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-10-24 09:26:47 +0000 |
commit | 0617a5d5faaf2224d84c76c2f9a663707e29cdd9 (patch) | |
tree | d8c119c42ef8286e166a65ee9250f8e07ce92afd /packages/mdk/files/cross-compile.diff | |
parent | 34c2b7c694e615ab257b0f2954943c3cb0661fed (diff) |
packages/mdk/mdk2_v36.bb, packages/mdk/mdk3_v2.bb : add new versions of these
recipes thanks to Rick Farina (Zero_Chaos)
Diffstat (limited to 'packages/mdk/files/cross-compile.diff')
-rw-r--r-- | packages/mdk/files/cross-compile.diff | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/mdk/files/cross-compile.diff b/packages/mdk/files/cross-compile.diff new file mode 100644 index 0000000000..aa4c09201b --- /dev/null +++ b/packages/mdk/files/cross-compile.diff @@ -0,0 +1,14 @@ +diff -ur mdk3-v1-orig/osdep/common.mak mdk3-v1-xcompile/osdep/common.mak +--- mdk3-v1-orig/osdep/common.mak 2007-04-23 03:25:15.000000000 -0400 ++++ mdk3-v1-xcompile/osdep/common.mak 2007-05-22 14:43:51.000000000 -0400 +@@ -9,10 +9,6 @@ + PIC = -fPIC + endif + +-CC = $(TOOL_PREFIX)gcc +-RANLIB = $(TOOL_PREFIX)ranlib +-AR = $(TOOL_PREFIX)ar +- + REVISION = mdk3 + REVFLAGS = -D_REVISION=$(REVISION) + |