[
https://issues.apache.org/jira/browse/TS-13?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12775185#action_12775185
]
Andrew Hsu commented on TS-13:
------------------------------
John,
For the 'ts-64bit-v3.patch': adjust the $CFLAGS and $CXXFLAGS in your
'ac_cv_sizeof_int_p' test block so that the flags are appended to the string
instead of prefixing the string.
In this way, you will then be able to let the package builder override the
architecture values like so:
./configure CFLAGS=-march=core2 CXXFLAGS=-march=core2
The g++ commands will come out a little redundant:
g++ -DPACKAGE_NAME=... -march=pentium -march=core2 ...
But g++ will honor the last param passed of the same type so core2 ends up
taking effect over i386.
Cheers,
Andrew
> x86_64 linux port
> -----------------
>
> Key: TS-13
> URL: https://issues.apache.org/jira/browse/TS-13
> Project: Traffic Server
> Issue Type: New Feature
> Components: Portability
> Affects Versions: 2.0a
> Environment: 64-bit linux (fedora 8 w/gcc 4.3.2)
> Reporter: John Plevyak
> Attachments: 0001-Properly-search-usr-lib64-for-tclConfig.sh.patch,
> 0003-TS-13-Add-support-to-only-add-march-pentium-if-CFLAG.patch,
> 64bit-bcall-001.patch, ts-64bit-v1.patch, ts-64bit-v2.patch, ts-64bit-v3.patch
>
> Original Estimate: 168h
> Remaining Estimate: 168h
>
> Need to compile and run in x86_64 mode on 64-bit linux
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.