summarylogtreecommitdiffstats
path: root/arch.patch
diff options
context:
space:
mode:
authorRoman Beslik2016-09-17 16:45:49 +0300
committerRoman Beslik2016-09-17 16:45:49 +0300
commitced2895ee4d1b4f5ef2812e8803a85ab147605b4 (patch)
tree9801e023ec9a2970337903b834ba4478fe78bb57 /arch.patch
downloadaur-ced2895ee4d1b4f5ef2812e8803a85ab147605b4.tar.gz
init
Diffstat (limited to 'arch.patch')
-rw-r--r--arch.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch.patch b/arch.patch
new file mode 100644
index 000000000000..5732dafef4ea
--- /dev/null
+++ b/arch.patch
@@ -0,0 +1,11 @@
+--- src/usr/lib/mozart/bin/ozplatform 2008-09-21 15:48:40.000000000 +0300
++++ src1/usr/lib/mozart/bin/ozplatform 2016-09-17 14:06:20.473679483 +0300
+@@ -36,7 +36,7 @@
+ ;;
+ RISC\ ULTRIX\ 4.*) OZARCH=ultrix-mips
+ ;;
+- i[4567]86\ Linux\ *) OZARCH=linux-i486
++ i[4567]86\ Linux\ *|x86_64\ Linux\ *) OZARCH=linux-i486
+ ;;
+ m68k\ Linux\ *) OZARCH=linux-m68k
+ ;;