summaryrefslogtreecommitdiff
path: root/cross/freemint-pml/patches
diff options
context:
space:
mode:
authorryoon <ryoon>2013-09-12 14:03:58 +0000
committerryoon <ryoon>2013-09-12 14:03:58 +0000
commit8b86ed453f3582eb3059804cfc22b62de42d88dc (patch)
treee05174b4abfbdc734ba15397588fcb45b8a79c93 /cross/freemint-pml/patches
parent7bde3f52fa53b696c6c91118f99361e4335d5ed1 (diff)
downloadpkgsrc-8b86ed453f3582eb3059804cfc22b62de42d88dc.tar.gz
Import cross-freemint-pml-2.03 as cross/freemint-pml.
PML for FreeMiNT (OS for Atari ST) cross-compile environment.
Diffstat (limited to 'cross/freemint-pml/patches')
-rw-r--r--cross/freemint-pml/patches/patch-pml-2.03_pmlsrc_Makefile.1615
-rw-r--r--cross/freemint-pml/patches/patch-pml-2.03_pmlsrc_Makefile.3215
2 files changed, 30 insertions, 0 deletions
diff --git a/cross/freemint-pml/patches/patch-pml-2.03_pmlsrc_Makefile.16 b/cross/freemint-pml/patches/patch-pml-2.03_pmlsrc_Makefile.16
new file mode 100644
index 00000000000..6bd8a079757
--- /dev/null
+++ b/cross/freemint-pml/patches/patch-pml-2.03_pmlsrc_Makefile.16
@@ -0,0 +1,15 @@
+$NetBSD: patch-pml-2.03_pmlsrc_Makefile.16,v 1.1 2013/09/12 14:03:58 ryoon Exp $
+
+--- pml-2.03/pmlsrc/Makefile.16.orig 2013-09-09 14:31:41.000000000 +0000
++++ pml-2.03/pmlsrc/Makefile.16
+@@ -20,8 +20,8 @@ CROSSLIB = $(CROSSDIR)/lib
+ CROSSBIN = $(CROSSDIR)/bin
+ CROSSINC = $(CROSSDIR)/include
+
+-AR = /dsrg/bammi/cross-gcc/bin/car
+-CC = $(CROSSBIN)/mgcc
++AR = ${ARDIR}/m68k-atari-mint-ar
++CC = ${WRKSRC}/${CONFIGURE_DIRS}/gcc/xgcc -B${WRKSRC}/${CONFIGURE_DIRS}/gcc -B${FREEMINT_PREFIX}/bin -B${FREEMINT_PREFIX}/lib -isystem ${FREEMINT_PREFIX}/m68k-atari-mint/include -isystem ${FREEMINT_PREFIX}/sys-include
+ CFLAGS = -mshort -O2 -fomit-frame-pointer -DIEEE -DNO_DBUG -I.
+
+ LIB = $(CROSSLIB)
diff --git a/cross/freemint-pml/patches/patch-pml-2.03_pmlsrc_Makefile.32 b/cross/freemint-pml/patches/patch-pml-2.03_pmlsrc_Makefile.32
new file mode 100644
index 00000000000..3cd64eab833
--- /dev/null
+++ b/cross/freemint-pml/patches/patch-pml-2.03_pmlsrc_Makefile.32
@@ -0,0 +1,15 @@
+$NetBSD: patch-pml-2.03_pmlsrc_Makefile.32,v 1.1 2013/09/12 14:03:58 ryoon Exp $
+
+--- pml-2.03/pmlsrc/Makefile.32.orig 2013-09-09 14:31:41.000000000 +0000
++++ pml-2.03/pmlsrc/Makefile.32
+@@ -20,8 +20,8 @@ CROSSLIB = $(CROSSDIR)/lib
+ CROSSBIN = $(CROSSDIR)/bin
+ CROSSINC = $(CROSSDIR)/include
+
+-AR = /dsrg/bammi/cross-gcc/bin/car
+-CC = $(CROSSBIN)/mgcc
++AR = ${ARDIR}/m68k-atari-mint-ar
++CC = ${WRKSRC}/${CONFIGURE_DIRS}/gcc/xgcc -B${WRKSRC}/${CONFIGURE_DIRS}/gcc -B${FREEMINT_PREFIX}/bin -B${FREEMINT_PREFIX}/lib -isystem ${FREEMINT_PREFIX}/m68k-atari-mint/include -isystem ${FREEMINT_PREFIX}/sys-include
+ CFLAGS = -O2 -fomit-frame-pointer -DIEEE -DNO_DBUG -I.
+
+ LIB = $(CROSSLIB)