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 1445DDC13E9 for ; Wed, 27 May 2015 12:45:58 +0000 (UTC) Received: from mail-la0-f51.google.com (mail-la0-f51.google.com [209.85.215.51]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 8300BDC1269 for ; Wed, 27 May 2015 12:45:52 +0000 (UTC) Received: by laat2 with SMTP id t2so6382373laa.1 for ; Wed, 27 May 2015 05:45:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=Xl/cz13fQei8oVyEKXr46dOmb8I4RPzUK/hKCZxLF1c=; b=GM+3GZDQBRRRwpBVoV5Cf/6HImdx/4rcnNwunbxGeRdnCa2RWaTnEB/aTuguXMnQss x6DZzN/qJ7UNxrKizLLtVHW+oIhMsxJtCHbyZrdQIdoV6cFEIufxg8cSda0RLRUdpaQX HEvRX2aqvIsz3TP9enr54rBilm8S6qI/ZoFazTTq3La56h8IrizUVB5kpl9ARlJfYfZo coXqVb7yNGvSyFAGmRWXo9nSbArf/h+IyVa2m31MuiQhyOYL5oktAotl7v0+PK57t1mB sQXaDdgWE90Pbo7QieqV13FRtfX3j1IN8J6iorRbDhWYAsjSaKcnrmOjvBv+e2za5qfG +/8w== X-Received: by 10.152.6.69 with SMTP id y5mr27270057lay.72.1432730750088; Wed, 27 May 2015 05:45:50 -0700 (PDT) Received: from vostro ([2001:1bc8:101:f402:21a:9fff:fe0c:4022]) by mx.google.com with ESMTPSA id dc7sm3808691lad.22.2015.05.27.05.45.49 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 27 May 2015 05:45:49 -0700 (PDT) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Wed, 27 May 2015 15:45:43 +0300 From: Timo Teras To: Natanael Copa Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] Change to -march=i586 for x86? Message-ID: <20150527154543.10781fe2@vostro> In-Reply-To: <20150527142757.001268d6@ncopa-desktop.alpinelinux.org> References: <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 On Wed, 27 May 2015 14:27:57 +0200 Natanael Copa wrote: > 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. ALIX is i586, but no PAE. > 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. Agreed. I think edge should be moved to i586 during next gcc bump, or even perhaps immediately. > 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? I use still ALIX in some installs. So I'd want non-PAE support. Thanks, Timo --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---