From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 78987 invoked by alias); 15 Jul 2015 07:57:49 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 78960 invoked by uid 89); 15 Jul 2015 07:57:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: smtp.gentoo.org Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 15 Jul 2015 07:57:45 +0000 Received: from vapier (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with SMTP id 95447340834; Wed, 15 Jul 2015 07:57:43 +0000 (UTC) Date: Wed, 15 Jul 2015 07:57:00 -0000 From: Mike Frysinger To: Dilyan Palauzov Cc: Andreas Schwab , gdb-patches@sourceware.org Subject: Re: [PATCH] use system rl headers, when --with-system-readline is provided Message-ID: <20150715075742.GB14204@vapier> Mail-Followup-To: Dilyan Palauzov , Andreas Schwab , gdb-patches@sourceware.org References: <55A38035.20602@aegee.org> <55A50CE5.1040803@aegee.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="nVMJ2NtxeReIH9PS" Content-Disposition: inline In-Reply-To: <55A50CE5.1040803@aegee.org> X-IsSubscribed: yes X-SW-Source: 2015-07/txt/msg00425.txt.bz2 --nVMJ2NtxeReIH9PS Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 455 On 14 Jul 2015 15:21, Dilyan Palauzov wrote: > Hello Andreas, >=20 > clang-3.6 t.c -Wp,--help >=20 > prints: >=20 > USAGE: clang -cc1 [options] >=20 > OPTIONS: >=20 > -iquote Add directory to QUOTE include search path >=20 > [with t.c: #include > int main (int argc, char** argv) {printf("abc\n"); return 0;}] are you going to verify every system/compiler for us ? off hand, people routinely build on AIX too. -mike --nVMJ2NtxeReIH9PS Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-length: 819 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJVphJ2AAoJEEFjO5/oN/WB7hsP/iCiKR9ngfdfxGsBbzF3W24P YcqUbVGBA2oNJLXNdBLIVQKYwUCZcosUp3oQTdvDRoWhH/laHn2fYpL+wOYzThw0 SpPdLWmpy1gZwvgvR8m2NgR/XFB7nZx/hlF0yeg1TT1Gy7k4sgr1hDpO1LoySWQY mZ/Lp9soOKsdT9AxWci/FIQgxAj+2MLYwGsyUvbkUJ6Y/iPEZ2FEE1nG7AQtk0L+ 5iMlJt4DBDi1ro9BjzktIZGlcUsU4YPGT2pkiLIVXamVzV/bOjpaz5mfgjx1XhBP y5nUQ7HJFlHfZS9/xBGyoez7fLS2a0zuWb6xSFf79WY38lYzDrwHyQeVBrQxw5Tu hO2DRYec/fK3ynZJR1QZ8jW6fn2qHyjU7TAT8v77z7mTV3LCQ7OWzt/uD8xERYQB KgF53mFLMibBz67tl5ClwbtkyOgLLOCfANduqilT71bpz9/MuQkTJB3DoCNnWm6u ktvTYlh+hGpnEQXZCvgbzihiVeKKYtL1hKGNcUmgjbs+J7VBSx8rqyogoGsJJRoc q4pBtEHJnglqGgBGJhvbgbbqXRNDWfphTaBcgPJMX5G3tVaz4xWrKCQ0Mv7NA91H gCZ7/SM6D0CdQ6woWubghBwMj71Uaxg5WYD9Agah+Mm/j2jg0djo+ru5J2/9dbTE mPI42Wv1kSXJY9SjTgbi =4Yv1 -----END PGP SIGNATURE----- --nVMJ2NtxeReIH9PS--