X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-fx0-f219.google.com (mail-fx0-f219.google.com [209.85.220.219]) by lists.alpinelinux.org (Postfix) with ESMTP id F3C3461A64E for ; Mon, 19 Oct 2009 12:37:35 +0000 (UTC) Received: by fxm19 with SMTP id 19so4998273fxm.26 for ; Mon, 19 Oct 2009 05:37:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=NZ5G3wmGDHDYpRguP0Vb7y28lpiBNye49f4QORKNVq4=; b=hhn6gyMZ7yrWT0LW/IG9jDCz3yNq4kG4WNoVrO1OrJax9ZnwKollegvhmviJuhLQrl sd1KzVVk+9p966jhuk8JlEkl9zLjdFX9NGacJZPfGARSnyqBagQY+487+AF9umGFBcA7 wTtAoYKWJudrDbWQd/enrQhaK6YEaM2qA7Kyk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=VHIJPGHtuRqlu5ArjFzU+2wHsXiQ4XyhfZ0EMYEcsBGvtdBy+G6KJpCyANGMg0gMcs WbvpdiEXRnZpimS+11QjZU9zs5Wx64T6pdlGRWAbwIlmrYRYol9dx1N5+cZkOowM4aTQ cPFwEEIVofyFE0X2uO7B6Dw8CmFSWaoFb39mY= Received: by 10.204.148.88 with SMTP id o24mr5127567bkv.182.1255955853965; Mon, 19 Oct 2009 05:37:33 -0700 (PDT) Received: from ?10.65.65.1? ([90.149.48.245]) by mx.google.com with ESMTPS id 4sm2267894fge.7.2009.10.19.05.37.32 (version=SSLv3 cipher=RC4-MD5); Mon, 19 Oct 2009 05:37:32 -0700 (PDT) Subject: Re: [alpine-devel] configure option for gcc in APKBUILD From: Natanael Copa To: Robert Schmidt Cc: alpine-devel@lists.alpinelinux.org In-Reply-To: <778580184@web.de> References: <778580184@web.de> Content-Type: text/plain Date: Mon, 19 Oct 2009 14:40:41 +0200 Message-Id: <1255956041.30583.32.camel@ncopa-desktop.nor.wtbts.net> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 Content-Transfer-Encoding: 7bit On Sun, 2009-10-18 at 22:41 +0200, Robert Schmidt wrote: > Hi, > > While trying to learn how the Alpine build system works I saw that for > the GCC package configure is called with "--with-arch=i486". Looking > around what this option is for I got the impression that it means that > the GCC uses "-march=i486" by default. Since apparently no "-march" > parameter is set in APKBUILD files that results in all packages being > i486 binaries. If this package was used to create Alpine 1.9.0 then > this means the ISO is not i386 but i486. Yeah, you are right. > Since the 386 doesn't have a FPU I would suspect that all packages > that do float operations won't run on a 386. (On the other hand: who > would use such a device even with a small linux?) > > Did I misinterpret the whole thing? No. you are right. Alpine won't run on 386. FPU is one thing and there are some CPU instructinos that was added in 486 that does not exist in 386. (cmpxchg for example) I suppose the iso should be named x86 instead. (we are planning a x86_64 too) -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---