[
https://issues.apache.org/jira/browse/ACCUMULO-2812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13999994#comment-13999994
]
ASF subversion and git services commented on ACCUMULO-2812:
-----------------------------------------------------------
Commit 7ccf2026913993d5ce076c05f78e3921c532b2ac in accumulo's branch
refs/heads/1.6.1-SNAPSHOT from [~ctubbsii]
[ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=7ccf202 ]
ACCUMULO-2812 Pass options to compiler for native lib
Use system default architecture options when compiling, instead of forcing
-m64. Allow passing additional arguments (USERFLAGS) to specify additional
compiler options. Set USERFLAGS with the build_native_library.sh's
command-line arguments.
> Support more architectures when compiling native lib
> ----------------------------------------------------
>
> Key: ACCUMULO-2812
> URL: https://issues.apache.org/jira/browse/ACCUMULO-2812
> Project: Accumulo
> Issue Type: Improvement
> Components: native
> Affects Versions: 1.6.0
> Reporter: Christopher Tubbs
> Assignee: Christopher Tubbs
> Labels: newbie
> Fix For: 1.6.1, 1.7.0
>
> Attachments: ACCUMULO-2812.v1.patch, ACCUMULO-2812.v2.patch
>
>
> Since we're no longer pre-building the native maps for distribution, and
> instead packaging a tiny C project to make it easier for users to create
> their own, it does not make sense for the Makefile to specify a specific
> architecture.
> Rather, it makes more sense that the Makefile that is packaged not specify
> the target architecture and instead rely on the current system architecture
> instead.
> I think all this would require is to drop -m64 from the CXXFLAGS, which seems
> fine for Linux. I'm not sure if this has any unintended side-effects for
> other systems, such as Mac.
--
This message was sent by Atlassian JIRA
(v6.2#6252)