Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadek Doulik <rodo@mono-cvs.ximian.com>2001-11-29 23:20:45 +0300
committerRadek Doulik <rodo@mono-cvs.ximian.com>2001-11-29 23:20:45 +0300
commit1a893190ea9c968745f215354125b2902f1cab74 (patch)
tree93bb3d6ac05bcc8fdc764c2e6085e204e54dc1a8
parentce1167716f1f3fd0ae7141a8139c3c84aa9a71dd (diff)
2001-11-29 Radek Doulik <rodo@ximian.com>
* configure.in (ACCESS_UNALIGNED): uncommented and modified powerpc-*-linux* generate mono/arch/ppc/Makefile svn path=/trunk/mono/; revision=1481
-rw-r--r--ChangeLog6
-rw-r--r--configure.in3
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5cf90200004..5a96720e5ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-11-29 Radek Doulik <rodo@ximian.com>
+
+ * configure.in (ACCESS_UNALIGNED): uncommented and modified
+ powerpc-*-linux*
+ generate mono/arch/ppc/Makefile
+
2001-11-26 Dietmar Maurer <dietmar@ximian.com>
* mono/tests/exception3.cs: modified the test to show a bug in the
diff --git a/configure.in b/configure.in
index 9e596e77c38..4a49a272129 100644
--- a/configure.in
+++ b/configure.in
@@ -211,7 +211,7 @@ i*86-*-*) TARGET=X86; arch_target=x86;;
sparc*-*-*) TARGET=SPARC; ACCESS_UNALIGNED="no";;
#alpha*-*-linux* | alpha*-*-osf*) TARGET=ALPHA; ACCESS_UNALIGNED="no";;
#m68k-*-linux*) TARGET=M68K;;
-#powerpc-*-linux* | powerpc-*-sysv*) TARGET=POWERPC; ACCESS_UNALIGNED="no";;
+powerpc-*-linux* | powerpc-*-sysv*) TARGET=POWERPC; arch_target=ppc; ACCESS_UNALIGNED="no";;
#arm-*-linux-*) TARGET=ARM; ACCESS_UNALIGNED="no";;
esac
@@ -244,6 +244,7 @@ mono/dis/Makefile
mono/cil/Makefile
mono/arch/Makefile
mono/arch/x86/Makefile
+mono/arch/ppc/Makefile
mono/interpreter/Makefile
mono/tests/Makefile
mono/wrapper/Makefile