]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Get ppc32 stage2 linked in the right place, so stage2 can actually start.
authorJulian Seward <jseward@acm.org>
Tue, 21 Jun 2005 10:07:25 +0000 (10:07 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 21 Jun 2005 10:07:25 +0000 (10:07 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3986

configure.in

index ad41cb836e0294a3ca4aab6e8bda743463987d3b..8a2b170eb898192f4b63e5e88c4b462795e99b59 100644 (file)
@@ -139,7 +139,7 @@ case "${host_cpu}" in
      powerpc*)
         AC_MSG_RESULT([ok (${host_cpu})])
         VG_ARCH="ppc32"
-        KICKSTART_BASE="0x10000000"
+        KICKSTART_BASE="0x70000000"
         ARCH_CORE_AM_CFLAGS=""
         ARCH_TOOL_AM_CFLAGS="-fpic"
         ARCH_CORE_AM_CCASFLAGS="-Wa,-maltivec"