From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/8372 Path: news.gmane.org!not-for-mail From: Andy Lutomirski Newsgroups: gmane.linux.lib.musl.general Subject: musl-gcc -m32 is broken Date: Wed, 26 Aug 2015 15:16:22 -0700 Message-ID: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1440627425 4920 80.91.229.3 (26 Aug 2015 22:17:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Aug 2015 22:17:05 +0000 (UTC) To: "musl@lists.openwall.com" Original-X-From: musl-return-8384-gllmg-musl=m.gmane.org@lists.openwall.com Thu Aug 27 00:17:01 2015 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1ZUj07-0007HT-36 for gllmg-musl@m.gmane.org; Thu, 27 Aug 2015 00:16:59 +0200 Original-Received: (qmail 32049 invoked by uid 550); 26 Aug 2015 22:16:57 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 32023 invoked from network); 26 Aug 2015 22:16:53 -0000 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-type; bh=Ioduhbrb0t08UsuNZmNcSzamcbYRm1ts3/cw6FET0ro=; b=ddYyTyTZFHNQcNcFW/RMvbyiRAOErKQiPqXMm9S3ZgH684Wqj6m0D2LozPo+TPDssM 8NJQwZFE1ARbBVqSa4i76PMzxUFvQuYxru4IlVkGDFn6thHVav5qWCm7GKyKY43e1kCI 4kmyP2vxqjykw2CW45HGLn6GFvj+PV7XDzZZtd3WP+WQ/PpIUWRTF7WNou4QQmh2ZfYI 9jP66IHlnN0rT5iXzkRzyYsx7D/9vZcj7/94TSjMx/C04wCQVheErKvBYb+4hS0yKRLm XFKkqIlUqW3VNrrMfomi8Z/4I9nNTGgVoet1utj5Gtw/op/4LlR89vhHvnfoWiRyk+L5 l1LA== X-Gm-Message-State: ALoCoQmSO25zahrB2yxzBx6ud2wqH3uHfBwzCGYEax4RlgBPrPmLu24bmpv+VsqPZmJc94p0PM0h X-Received: by 10.202.219.67 with SMTP id s64mr545714oig.25.1440627402068; Wed, 26 Aug 2015 15:16:42 -0700 (PDT) Xref: news.gmane.org gmane.linux.lib.musl.general:8372 Archived-At: Adding %{m16|m32:-m elf_i386} to the *link spec in musl-gcc.specs fixes at least the obvious failure for me. --Andy