summaryrefslogtreecommitdiff
path: root/lang/modula-3-lib/files/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'lang/modula-3-lib/files/patch-ai')
-rw-r--r--lang/modula-3-lib/files/patch-ai19
1 files changed, 19 insertions, 0 deletions
diff --git a/lang/modula-3-lib/files/patch-ai b/lang/modula-3-lib/files/patch-ai
new file mode 100644
index 000000000000..714b48476151
--- /dev/null
+++ b/lang/modula-3-lib/files/patch-ai
@@ -0,0 +1,19 @@
+Fix the mapping from M3 platform to GNU configure target, for FreeBSD.
+This particularly helps with m3gdb.
+
+Index: m3/m3build/templates/PLATFORMS
+===================================================================
+RCS file: /home/jdp/m3-cvs/m3/m3build/templates/PLATFORMS,v
+retrieving revision 1.1.1.2
+diff -u -r1.1.1.2 PLATFORMS
+--- PLATFORMS 1996/09/24 05:28:51 1.1.1.2
++++ PLATFORMS 1996/09/24 05:34:56
+@@ -10,7 +10,7 @@
+ "ARM" : [ "POSIX", "32BITS", "arm--riscos" ],
+ "DS3100" : [ "POSIX", "32BITS", "decstation" ],
+ "FreeBSD" : [ "POSIX", "32BITS", "i486-unknown-bsd" ],
+- "FreeBSD2" : [ "POSIX", "32BITS", "i486-unknown-bsd" ],
++ "FreeBSD2" : [ "POSIX", "32BITS", "i486-unknown-freebsd" ],
+ "HP300" : [ "POSIX", "32BITS", "m68k-hp-hpux" ],
+ "HPPA" : [ "POSIX", "32BITS", "hppa1.1-hp-hpux" ],
+ "IBMR2" : [ "POSIX", "32BITS", "rs6000-ibm-aix3.2" ],