X-Original-To: alpine-devel@mail.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id CB527DC1269 for ; Wed, 27 May 2015 12:28:01 +0000 (UTC) Received: from ncopa-desktop.alpinelinux.org (unknown [79.160.13.133]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by mail.alpinelinux.org (Postfix) with ESMTPSA id 42051DC0F5F for ; Wed, 27 May 2015 12:28:01 +0000 (UTC) Date: Wed, 27 May 2015 14:27:57 +0200 From: Natanael Copa To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] Change to -march=i586 for x86? Message-ID: <20150527142757.001268d6@ncopa-desktop.alpinelinux.org> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; x86_64-alpine-linux-musl) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Hi, We currently build our x86 build with -march=i486. There was some old soekris and alix(?) board that had cpu with 486 instruction set. There are issues with mesa: [ 12956.121] (EE) AIGLX error: dlopen of /usr/lib/xorg/modules/dri/i915_dri.so failed (Error relocating /usr/lib/xorg/modules/dri/i915_dri.so: __sync_val_compare_and_swap_8: symbol not found) This is because 64bit atomic ops are not available for i486. mono and some other package (sems?) had similar issue. There are probably more. I think we want drop i486 support and move to -march=i586 or newer and I think we want do that sooner than later. The question is: What 32 bit architecture should we aim for? i586? i686? Do we need/want support non PAE hardware? What are the lowest boards people are using nowdays? -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---