From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/29 Path: news.gmane.org!not-for-mail From: Kurt H Maier Newsgroups: gmane.linux.lib.musl.general Subject: build failure with pcc 1.0.0 on x86_64 Date: Sun, 5 Jun 2011 12:16:35 -0400 Message-ID: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1307290628 1649 80.91.229.12 (5 Jun 2011 16:17:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 5 Jun 2011 16:17:08 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-112-gllmg-musl=m.gmane.org@lists.openwall.com Sun Jun 05 18:16:59 2011 Return-path: Envelope-to: gllmg-musl@lo.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by lo.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1QTG0X-0001xz-N0 for gllmg-musl@lo.gmane.org; Sun, 05 Jun 2011 18:16:57 +0200 Original-Received: (qmail 15821 invoked by uid 550); 5 Jun 2011 16:16:56 -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 15812 invoked from network); 5 Jun 2011 16:16:56 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=0N8aTzDTTH8J7b1To78tx81FfAKSYSNYvpbE2pPqNPU=; b=W84LA6ByLoMrujSu9UCwKU+SLmIaGPXbNC8OUYqeGHY0kRvqeDZ1g4fdNcyVzWKBqg FlTP65N7kLoYvruEsvFanl9d6qrO4PdSSrpkU6wc+NiXl6f7w/Dr3V/dzF9A5s5i1nms cVTcsOojl7RCM8+E0d/gni1SwDofelJ49TgbY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=cq8U4sfDvHnC4ahA84C25zs+oxcP3OQj40RnUg+rcMPAdGKKB6hWW7Gm0bkbvFWDVC xlVfUByzHU8mzYNT/jbV+eMD5BC+JZJ9BMJLtfDA26kyM3AeT+GxepY+7Ci3+t0nCjae CuLagQPLoudK3VqdMlZwbvrM2MjejAbjqrmmc= Xref: news.gmane.org gmane.linux.lib.musl.general:29 Archived-At: git revision c74d306f47e9f212a63dc0187fb08aa275a8f1a5 $ cat config.mak ARCH = x86_64 prefix = /home/kurt/ch/buildroot exec_prefix = /home/kurt/ch/buildroot $ make CC=/usr/local/bin/pcc ... /usr/local/bin/pcc -Os -nostdinc -ffreestanding -std=c99 -D_XOPEN_SOURCE=700 -pipe -I./include -I./src/internal -I./arch/x86_64 -c -o src/dirent/__getdents.o src/dirent/__getdents.c src/dirent/__getdents.c, line 8: compiler error: unsupported xasm constraint r11 make: *** [src/dirent/__getdents.o] Error 1 Is there something I'm doing wrong? Or is this an actual bug? Thanks -- # Kurt H Maier