From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/13376 Path: news.gmane.org!.POSTED!not-for-mail From: Jens Gustedt Newsgroups: gmane.linux.lib.musl.general Subject: stdc-predef.h and musl-gcc Date: Mon, 29 Oct 2018 20:20:45 +0100 Organization: inria.fr Message-ID: <20181029202045.13acb5ab@inria.fr> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/Z.1/bdNzXLms6LEh3JZFMLf"; protocol="application/pgp-signature" X-Trace: blaine.gmane.org 1540840735 27919 195.159.176.226 (29 Oct 2018 19:18:55 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 29 Oct 2018 19:18:55 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-13392-gllmg-musl=m.gmane.org@lists.openwall.com Mon Oct 29 20:18:51 2018 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1gHD3p-00079i-VQ for gllmg-musl@m.gmane.org; Mon, 29 Oct 2018 20:18:50 +0100 Original-Received: (qmail 18302 invoked by uid 550); 29 Oct 2018 19:20:58 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 18270 invoked from network); 29 Oct 2018 19:20:58 -0000 X-IronPort-AV: E=Sophos;i="5.54,441,1534802400"; d="scan'208";a="353375961" X-Mailer: Claws Mail 3.17.1 (GTK+ 2.24.32; x86_64-pc-linux-gnu) X-Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAAXNSR0IArs4c6QAAACRQTFRFERslNjAsLTE9Ok9wUk9TaUs8iWhSrYZkj42Rz6aD3sGZ Xref: news.gmane.org gmane.linux.lib.musl.general:13376 Archived-At: --Sig_/Z.1/bdNzXLms6LEh3JZFMLf Content-Type: multipart/mixed; boundary="MP_/zOs+37e19d6QDSkqkeoZouq" --MP_/zOs+37e19d6QDSkqkeoZouq Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, when used with the musl-gcc interface, we are missing some of the standard macros. A simple add to the spec file for preloading stdc-predef.h solves the problem for me. Thanks Jens --=20 :: INRIA Nancy Grand Est ::: Camus ::::::: ICube/ICPS ::: :: ::::::::::::::: office Strasbourg : +33 368854536 :: :: :::::::::::::::::::::: gsm France : +33 651400183 :: :: ::::::::::::::: gsm international : +49 15737185122 :: :: http://icube-icps.unistra.fr/index.php/Jens_Gustedt :: --MP_/zOs+37e19d6QDSkqkeoZouq Content-Type: text/x-patch Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=predef.patch diff --git a/tools/musl-gcc.specs.sh b/tools/musl-gcc.specs.sh index 30492574..69bb1ff4 100644 --- a/tools/musl-gcc.specs.sh +++ b/tools/musl-gcc.specs.sh @@ -8,7 +8,7 @@ cat <