Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8548F10EFE for ; Fri, 16 May 2014 13:57:08 +0000 (UTC) Received: (qmail 40957 invoked by uid 500); 16 May 2014 11:12:26 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 96931 invoked by uid 500); 16 May 2014 10:58:23 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 61865 invoked by uid 99); 16 May 2014 10:38:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 May 2014 10:38:38 +0000 Date: Fri, 16 May 2014 10:38:38 +0000 (UTC) From: "Christopher Tubbs (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ACCUMULO-2812) Don't specify the arch in Makefile MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Christopher Tubbs created ACCUMULO-2812: ------------------------------------------- Summary: Don't specify the arch in Makefile 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 Fix For: 1.6.1, 1.7.0 Attachments: ACCUMULO-2812.v1.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)