From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/4135 Path: news.gmane.org!not-for-mail From: Rob Landley Newsgroups: gmane.linux.lib.musl.general Subject: Re: ELLCC has self hosted. Date: Sun, 20 Oct 2013 16:05:52 -0500 Message-ID: <1382303152.1974.218@driftwood> References: <526409B7.3090607@gmail.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1382303165 27488 80.91.229.3 (20 Oct 2013 21:06:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2013 21:06:05 +0000 (UTC) Cc: musl@lists.openwall.com To: musl@lists.openwall.com Original-X-From: musl-return-4139-gllmg-musl=m.gmane.org@lists.openwall.com Sun Oct 20 23:06:11 2013 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1VY0CQ-0007wk-5q for gllmg-musl@plane.gmane.org; Sun, 20 Oct 2013 23:06:10 +0200 Original-Received: (qmail 3958 invoked by uid 550); 20 Oct 2013 21:06:08 -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 3950 invoked from network); 20 Oct 2013 21:06:08 -0000 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:subject:to:cc:in-reply-to:message-id :mime-version:content-type:content-disposition :content-transfer-encoding; bh=9APihhOzuTqfGWBG3wuWhnwGRMCgCC4YDZfjpqyK7HY=; b=Bn27tExK8myzx4kEb13Srj5fwIsOuJ3+a7BjSi51L2HEwYP+pDAPwi9zfPNjpkxyNv 0pUHxh5ioXgHC/gtrPzO1f0m+3odRzdqPZQsJcrx5lzcNvvr2wJgfW0pML7RM/v8ANJi UbbzlxB56rkRwK0Krl6zQcl/yyOAxU9psMDT94iuZyr0pafRMWlkBiTjbCNC/dwonXIo 7EDV+4ff4mmD4XBf5qg1heU8creOIVDkyHozgYw+qtX/xdZINoCVhIvJg+lpRje/+T+7 QNSGX0vTrYhNmago7NVDNynZGIxQjdkP/N9R4ATs1VgarPIxK037AdynuA//0G1a8YKM cOTg== X-Gm-Message-State: ALoCoQkjgdRybT+YoF1Lsw+Y8eQ8ND2k4wpbWTQv8RR7e2RCvJRq4ZkchUsAiFR3n3MBTRsJaRv2 X-Received: by 10.182.113.195 with SMTP id ja3mr1563289obb.46.1382303155935; Sun, 20 Oct 2013 14:05:55 -0700 (PDT) In-Reply-To: <526409B7.3090607@gmail.com> (from agentprog@gmail.com on Sun Oct 20 11:49:59 2013) X-Mailer: Balsa 2.4.11 Content-Disposition: inline Xref: news.gmane.org gmane.linux.lib.musl.general:4135 Archived-At: I'd cc: the relevant parties but this mailing list is misconfigured =20 with the broken reply-to: tag so I'd have to dig through the backscroll =20 to find out who they are. Oh well. On 10/20/2013 11:49:59 AM, agent wrote: > 19.10.2013 05:02, Richard Pennington ?????: >> The clang/LLVM based ELLCC project (http://ellcc.org), after having =20 >> reached a huge milestone (http://ellcc.org/blog/?p=3D231) has now =20 >> successfully compiled itself. >>=20 >> The steps were: >> 1. Use gcc to build the compiler with Linux standard libraries. >> 2. Use ecc to build itself with libc++, libc++ABI, libunwind, musl, =20 >> and compiler-rt >> 3. Use the newly built compiler to build itself again. ... >>=20 >> That is very cool. >>=20 >> -Rich >>=20 >=20 > I understand my question is rather stupid, but what is the most =20 > preferable way to > use ecc as a compiler to build itself? Even if I set cc and cxx =20 > variables in the > root configure script, it still builds everything with gcc. Is =20 > setting CC and CXX > environment variables sufficient? >=20 > Dmitry My question is even dumber: why does the ellcc.org download page say =20 the last release was a year ago? Rob =