From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 49090 invoked by alias); 12 May 2015 17:05:28 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 49079 invoked by uid 89); 12 May 2015 17:05:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 12 May 2015 17:05:26 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=SVR-IES-FEM-01.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1YsDcQ-0007SI-Bw from Bernd_Schmidt@mentor.com ; Tue, 12 May 2015 10:05:22 -0700 Received: from [127.0.0.1] (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server id 14.3.224.2; Tue, 12 May 2015 18:05:20 +0100 Message-ID: <555232CD.7060100@codesourcery.com> Date: Tue, 12 May 2015 17:19:00 -0000 From: Bernd Schmidt User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Thomas Schwinge CC: Kirill Yukhin , Andrey Turetskiy , Ilya Verbin , Jakub Jelinek , Jan Hubicka , Richard Biener , Subject: Re: [PATCH 4/n] OpenMP 4.0 offloading infrastructure: lto-wrapper References: <20141002151457.GA59899@msticlxl57.ims.intel.com> <87lhgtrcbv.fsf@kepler.schwinge.homeip.net> In-Reply-To: <87lhgtrcbv.fsf@kepler.schwinge.homeip.net> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2015-05/txt/msg01130.txt.bz2 On 05/12/2015 06:27 PM, Thomas Schwinge wrote: > Patch variant 1: > > @@ -4266,7 +4266,7 @@ process_command (unsigned int decoded_op > } > > gcc_assert (!IS_ABSOLUTE_PATH (tooldir_base_prefix)); > - tooldir_prefix2 = concat (tooldir_base_prefix, spec_host_machine, > + tooldir_prefix2 = concat (tooldir_base_prefix, spec_machine, > dir_separator_str, NULL); > > /* Look for tools relative to the location from which the driver is This one, definitely. The other one I can't remember. Are there any testsuite results for either variant? Bernd