Issue 8594 - Add makefiles for x86-64
Summary: Add makefiles for x86-64
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: OOo 1.0.1
Hardware: PC Linux, all
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: Martin Hollmichel
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks: 8584
  Show dependency tree
 
Reported: 2002-10-22 15:19 UTC by gbeauche
Modified: 2004-02-20 10:56 UTC (History)
5 users (show)

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


Attachments
Add make'ry for x86-64 (7.14 KB, patch)
2002-10-22 15:19 UTC, gbeauche
no flags Details | Diff
Updates for 1.0-branch (1.0.2) (990 bytes, patch)
2003-01-29 11:50 UTC, gbeauche
no flags Details | Diff
Fix unx.mk (385 bytes, patch)
2003-11-13 07:15 UTC, pavel
no flags Details | Diff
Makefile for x86_64 (6.57 KB, application/octet-stream)
2003-11-13 07:16 UTC, pavel
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description gbeauche 2002-10-22 15:19:00 UTC
Notes:

- Any shared object must be built with -fPIC. Likewise for any static object
that may be built into a shared object/library.

- Minimal compiler version support here is gcc3.2+.

- Until #8578 is fixed, you may want to add -DFORCE_SYSALLOC to CDEFS.

- Let's not tempt the Mad, just build optimized build with -O for now. First,
make it work. Then, speed will be an issue later. ;-)
Comment 1 gbeauche 2002-10-22 15:19:53 UTC
Created attachment 3282 [details]
Add make'ry for x86-64
Comment 2 Unknown 2002-10-23 15:39:13 UTC
ask Martin for opinion
Comment 3 Martin Hollmichel 2002-10-23 15:56:45 UTC
looks fine for me.

from my POV it does make sense to give Gwenole commit access for the
OOO_STABLE_1_PORTS branch.
Comment 4 Unknown 2002-10-23 16:40:32 UTC
yes. I cc Louis. 

Gwenole, do you want to have comit access? 

Martin: Shall I or you file an issue to collabnet? 
Comment 5 Martin Hollmichel 2002-10-23 18:37:01 UTC
first of all we have to clarify if Gwenole want it, too. I did't saw
him on the CA/JCA list.
Gwenole, do you have signed a CA/JCA and want to have direct acces to
cvs ?

Comment 6 gbeauche 2002-10-24 10:11:54 UTC
Of course, it is desirable to have CVS access. However, the normal
review-approve process should be kept.

Now concerning copyright assignment, Sander, sounds like we really
need a definitive clarification. Either I (Gwenole Beauchesne) also
need CA as an individual, or we (MandrakeSoft) still has a valid CA
since two years ago. Please tell me if this is not the case. Thanks.
Comment 7 Unknown 2002-10-30 11:54:12 UTC
patch is on OOO_STABLE_1 and HEAD
Comment 8 gbeauche 2003-01-29 11:49:57 UTC
Sorry to reopen the issue, but the solenv/inc/unx.mk update doesn't
seem to make it through. Fixed thusly.
Comment 9 gbeauche 2003-01-29 11:50:40 UTC
Created attachment 4482 [details]
Updates for 1.0-branch (1.0.2)
Comment 10 gbeauche 2003-01-29 11:51:40 UTC
The patch also removes junk from local tree based on previous Debian
patches for CXXCOMP machinery.
Comment 11 Martin Hollmichel 2003-04-29 14:27:59 UTC
retargeting
Comment 12 Martin Hollmichel 2003-05-12 12:26:01 UTC
reassigned to mh
Comment 13 Martin Hollmichel 2003-06-03 14:30:23 UTC
retarget to post 1.1 release
Comment 14 Martin Hollmichel 2003-10-09 09:51:40 UTC
reset target milestone
Comment 15 pavel 2003-11-13 07:15:04 UTC
I updated those patches and will assign two files:

OOo_1.1.0_source-X86_64-only-add-makefile-to-unx.diff

- this adds support for the second attached file to unx.mk

unxlngx4.mk

- makefile for x86_64 cleaned-up according lastest changes
Comment 16 pavel 2003-11-13 07:15:44 UTC
Created attachment 11215 [details]
Fix unx.mk
Comment 17 pavel 2003-11-13 07:16:43 UTC
Created attachment 11216 [details]
Makefile for x86_64
Comment 18 pavel 2003-11-22 17:25:54 UTC
Please approve patch
OOo_1.1.0_source-X86_64-only-add-makefile-to-unx.diff and file
uxlngx4.mk for *64bit* cws.
Comment 19 foskey 2003-11-22 23:14:54 UTC
Approved.  It is very specific to the 64bit compile and will not
affect other platforms.
Comment 20 pavel 2003-12-28 11:59:17 UTC
Fixed on cws_src680_ooo20031216.
Comment 21 Martin Hollmichel 2004-02-20 10:56:49 UTC
close issue.