On Wed, Aug 25, 2021 at 8:30 PM Iain Sandoe via Gcc-patches
wrote:
>
>
>
> > On 25 Aug 2021, at 19:22, H.J. Lu wrote:
> >
> > On Wed, Aug 25, 2021 at 11:10 AM Iain Sandoe
> > wrote:
> >>
> >>
> >>
> >>> On 25 Aug 2021, at 18:56, H.J. Lu via Gcc-patches
> >>> wrote:
> >>>
> >>> On Wed, Aug 25,
> On 25 Aug 2021, at 19:22, H.J. Lu wrote:
>
> On Wed, Aug 25, 2021 at 11:10 AM Iain Sandoe wrote:
>>
>>
>>
>>> On 25 Aug 2021, at 18:56, H.J. Lu via Gcc-patches
>>> wrote:
>>>
>>> On Wed, Aug 25, 2021 at 10:51 AM H.J. Lu wrote:
On Wed, Aug 25, 2021 at 10:42 AM Iain Sandoe
On Wed, Aug 25, 2021 at 11:10 AM Iain Sandoe wrote:
>
>
>
> > On 25 Aug 2021, at 18:56, H.J. Lu via Gcc-patches
> > wrote:
> >
> > On Wed, Aug 25, 2021 at 10:51 AM H.J. Lu wrote:
> >>
> >> On Wed, Aug 25, 2021 at 10:42 AM Iain Sandoe
> >> wrote:
> >>>
> >>> Hi,
> >>>
> On 20 Aug 2021, at
> On 25 Aug 2021, at 18:56, H.J. Lu via Gcc-patches
> wrote:
>
> On Wed, Aug 25, 2021 at 10:51 AM H.J. Lu wrote:
>>
>> On Wed, Aug 25, 2021 at 10:42 AM Iain Sandoe wrote:
>>>
>>> Hi,
>>>
On 20 Aug 2021, at 11:29, Richard Sandiford
wrote:
>> Maybe it would be easier
On Wed, Aug 25, 2021 at 10:51 AM H.J. Lu wrote:
>
> On Wed, Aug 25, 2021 at 10:42 AM Iain Sandoe wrote:
> >
> > Hi,
> >
> > > On 20 Aug 2021, at 11:29, Richard Sandiford
> > > wrote:
> > >
> > >>> Maybe it would be easier to have the makefile fragments determine
> > >>> something like CODE_MODE
On Wed, Aug 25, 2021 at 10:42 AM Iain Sandoe wrote:
>
> Hi,
>
> > On 20 Aug 2021, at 11:29, Richard Sandiford
> > wrote:
> >
> >>> Maybe it would be easier to have the makefile fragments determine
> >>> something like CODE_MODEL_CFLAGS, which can be "-fPIC",
> >>> "-mdynamic-no-pic",
> >>> etc.
Hi,
> On 20 Aug 2021, at 11:29, Richard Sandiford wrote:
>
>>> Maybe it would be easier to have the makefile fragments determine
>>> something like CODE_MODEL_CFLAGS, which can be "-fPIC", "-mdynamic-no-pic",
>>> etc., and use:
>>>
>>> COMPILER += $(NO_PIE_CFLAGS) $(CODE_MODEL_CFLAGS)
>>
>> OK
Iain Sandoe writes:
> Hi Richard,
>> Maybe it would be easier to have the makefile fragments determine
>> something like CODE_MODEL_CFLAGS, which can be "-fPIC", "-mdynamic-no-pic",
>> etc., and use:
>>
>> COMPILER += $(NO_PIE_CFLAGS) $(CODE_MODEL_CFLAGS)
>
> OK. I have misgivings about this - th
Hi Richard,
> On 20 Aug 2021, at 09:39, Richard Sandiford wrote:
>
> Iain Sandoe writes:
>> This concerns the settings of flags (using the host makefile fragment) for
>> tools that will run on the host.
>>
>> At present the (no)PIE flags are computed in gcc/configure but it is not
>> possible
Iain Sandoe writes:
> Hi,
>
> This concerns the settings of flags (using the host makefile fragment) for
> tools that will run on the host.
>
> At present the (no)PIE flags are computed in gcc/configure but it is not
> possible to override them (either from higher level Makefile or from the
> comm
Hi,
This concerns the settings of flags (using the host makefile fragment) for
tools that will run on the host.
At present the (no)PIE flags are computed in gcc/configure but it is not
possible to override them (either from higher level Makefile or from the
command line). Secondly the ordering o
11 matches
Mail list logo