Bug 34775 - configuration for x86_64-pc-solaris2.10 target
Summary: configuration for x86_64-pc-solaris2.10 target
Status: RESOLVED DUPLICATE of bug 30726
Alias: None
Product: gcc
Classification: Unclassified
Component: target (show other bugs)
Version: 4.2.2
: P3 enhancement
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-13 19:20 UTC by Fabian Groffen
Modified: 2008-01-13 19:29 UTC (History)
3 users (show)

See Also:
Host: i386-pc-solaris2.10
Target: x86_64-pc-solaris2.10
Build: i386-pc-solaris2.10
Known to work:
Known to fail:
Last reconfirmed:


Attachments
solaris x86_64 configuration (1.15 KB, patch)
2008-01-13 19:21 UTC, Fabian Groffen
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fabian Groffen 2008-01-13 19:20:08 UTC
I will attach a patch that allows me to compile a compiler on Solaris 10/x86 that has a native bits size of 64 for produced code.  I created the configuration analogous to the sparcv9-sun-solaris2.* case.

With this patch I have successfully built a fully 64-bits environment (toolchain, userland) that appears to work fine.  Essentially the profile just switches the default code generation from m32 to m64, so no real rocket science in here ;)
Comment 1 Fabian Groffen 2008-01-13 19:21:04 UTC
Created attachment 14937 [details]
solaris x86_64 configuration
Comment 2 Fabian Groffen 2008-01-13 19:29:33 UTC
I'm sorry for the spam, this should have been reported in bug #30726

*** This bug has been marked as a duplicate of 30726 ***