Issue 31077 - 64bit: Use "amd64" instead of "i386" on AMD64
Summary: 64bit: Use "amd64" instead of "i386" on AMD64
Status: CLOSED FIXED
Alias: None
Product: udk
Classification: Code
Component: code (show other issues)
Version: current
Hardware: PC (x86_64) Linux, all
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: pavel
QA Contact: issues@udk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-04 17:19 UTC by pavel
Modified: 2006-12-06 11:44 UTC (History)
2 users (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description pavel 2004-07-04 17:19:46 UTC
Hi,

this is only filed so we do not forget about it.

--- ooo_cws_src680_ooo64bit02_src.orig/jvmaccess/source/javainfoimpl.cxx
2004-07-04 18:12:41.500389744 +0200
+++ ooo_cws_src680_ooo64bit02_src/jvmaccess/source/javainfoimpl.cxx	2004-07-04
18:14:44.358828038 +0200
@@ -99,7 +99,7 @@
 #elif defined S390
 #define ARCH "s390"
 #elif defined X86_64
-#define ARCH "i386"		// FIXME: Use i386 J2SDK for now...
+#define ARCH "amd64"
 #else // SPARC, INTEL, POWERPC, MIPS, X86_64
 #error unknown plattform
 #endif // SPARC, INTEL, POWERPC, MIPS, X86_64
Comment 1 pavel 2004-07-04 17:20:14 UTC
set target
Comment 2 pavel 2004-09-18 23:03:55 UTC
Fixed in 64bit02.
Comment 3 pavel 2006-12-06 11:44:46 UTC
.