Re: GCC 7.3 Released

2018-01-25 Thread bojanowski
CONFIGURATION)
install -D -m 444 $(WORKSPACE)/arch/bsp/configs/README 
$(ETI_INSTALL)/util/linux_kernel/README
install -D -m 444 $(addprefix arch/bsp/boot/,$(VMLINUX)) 
$(ETI_INSTALL)/util/linux_kernel/$(ETI_CONFIGURATION)


post.install:
cd $(WORKSPACE)/include; /bin/tar --exclude CVS -czf - linux asm asm-bsp | 
\

   (cd $(ETI_INSTALL)/BSP_Linux/include; /bin/tar -xzf -)
install -D -m 444 $(WORKSPACE)/System.map   \
$(ETI_INSTALL)/BSP_Linux/rootfs/usr/src/linux/System.map

##
$(TINYROOTFS_ETI_MODULES):
if [ ! -f $(@) ];then \
 install -D $(ETI_TOOLKIT)/BSP_Linux/lib/modules/2.2.20/$(notdir $@) $@; \
fi

$(TINYROOTFS_LINUX_MODULES):
if [ ! -f $(@) ];then \
 install -D $(WORKSPACE)/modules/$(notdir $@) $@; \
fi

##
clean:
$(MAKE) -C $(WORKSPACE) -f Makefile distclean

check:
if ! [ -d $(ETI_TOOLKIT)/$(HOST_ARCH)_$(HOST_PLATFORM)/bin ] ; then \
 echo "Provide a valid ETI toolchain location (ETI_TOOLKIT)"; \
 echo "Quitting ...";  \
 exit 1;\
fi
""""""""""""""""


Chris Bojanowski
Engineer
Paltronics
http://www.paltronics.eu/resume.html
1 773 661 41 96



- Original Message ----- 
From: "Richard Biener" <rguent...@suse.de>

To: <gcc-annou...@gcc.gnu.org>; <gcc@gcc.gnu.org>; <info-...@gnu.org>
Sent: Thursday, January 25, 2018 1:41 AM
Subject: GCC 7.3 Released




The GNU Compiler Collection version 7.3 has been released.

GCC 7.3 is a bug-fix release from the GCC 7 branch
containing important fixes for regressions and serious bugs in
GCC 7.2 with more than 99 bugs fixed since the previous release.

This release includes code generation options to mitigate
Spectre Variant 2 (CVE 2017-5715) for the x86 and powerpc targets.

This release is available from the FTP servers listed at:

 http://www.gnu.org/order/ftp.html

Please do not contact me directly regarding questions or comments
about this release.  Instead, use the resources available from
http://gcc.gnu.org.

As always, a vast number of people contributed to this GCC release
-- far too many to thank them individually! 



---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus



Re: GCC 7.3 Released

2018-01-25 Thread Jonathan Wakely
You've just sent that to hundreds of people who can't unsubscribe you.

Read the SMTP headers of the email, or go to
https://gcc.gnu.org/lists.html and follow the instructions there.

On 25 January 2018 at 14:56, Jimmy Shen  wrote:
> unsubscribe
>
> On Thu, Jan 25, 2018 at 4:41 AM, Richard Biener  wrote:
>
>>
>> The GNU Compiler Collection version 7.3 has been released.
>>
>> GCC 7.3 is a bug-fix release from the GCC 7 branch
>> containing important fixes for regressions and serious bugs in
>> GCC 7.2 with more than 99 bugs fixed since the previous release.
>>
>> This release includes code generation options to mitigate
>> Spectre Variant 2 (CVE 2017-5715) for the x86 and powerpc targets.
>>
>> This release is available from the FTP servers listed at:
>>
>>   http://www.gnu.org/order/ftp.html
>>
>> Please do not contact me directly regarding questions or comments
>> about this release.  Instead, use the resources available from
>> http://gcc.gnu.org.
>>
>> As always, a vast number of people contributed to this GCC release
>> -- far too many to thank them individually!
>>


Re: GCC 7.3 Released

2018-01-25 Thread Jimmy Shen
unsubscribe

On Thu, Jan 25, 2018 at 4:41 AM, Richard Biener  wrote:

>
> The GNU Compiler Collection version 7.3 has been released.
>
> GCC 7.3 is a bug-fix release from the GCC 7 branch
> containing important fixes for regressions and serious bugs in
> GCC 7.2 with more than 99 bugs fixed since the previous release.
>
> This release includes code generation options to mitigate
> Spectre Variant 2 (CVE 2017-5715) for the x86 and powerpc targets.
>
> This release is available from the FTP servers listed at:
>
>   http://www.gnu.org/order/ftp.html
>
> Please do not contact me directly regarding questions or comments
> about this release.  Instead, use the resources available from
> http://gcc.gnu.org.
>
> As always, a vast number of people contributed to this GCC release
> -- far too many to thank them individually!
>


Re: GCC 7.3 Released

2018-01-25 Thread Vikrant Abbott
Thank you!

On 25 Jan 2018 1:16 pm, "Jonathan Wakely"  wrote:

> Read the SMTP headers of the email, or go to
> https://gcc.gnu.org/lists.html and follow the instructions there.
>
> On 25 January 2018 at 10:48, Vikrant Abbott 
> wrote:
> > Hi
> >
> > I don't know how to unsubscribe to this.
> >
> > Thanks.
> > Vik.
> >
> > On 25 Jan 2018 9:48 am, "Richard Biener"  wrote:
> >
> >>
> >> The GNU Compiler Collection version 7.3 has been released.
> >>
> >> GCC 7.3 is a bug-fix release from the GCC 7 branch
> >> containing important fixes for regressions and serious bugs in
> >> GCC 7.2 with more than 99 bugs fixed since the previous release.
> >>
> >> This release includes code generation options to mitigate
> >> Spectre Variant 2 (CVE 2017-5715) for the x86 and powerpc targets.
> >>
> >> This release is available from the FTP servers listed at:
> >>
> >>   http://www.gnu.org/order/ftp.html
> >>
> >> Please do not contact me directly regarding questions or comments
> >> about this release.  Instead, use the resources available from
> >> http://gcc.gnu.org.
> >>
> >> As always, a vast number of people contributed to this GCC release
> >> -- far too many to thank them individually!
> >>
>


Re: GCC 7.3 Released

2018-01-25 Thread Jonathan Wakely
Read the SMTP headers of the email, or go to
https://gcc.gnu.org/lists.html and follow the instructions there.

On 25 January 2018 at 10:48, Vikrant Abbott  wrote:
> Hi
>
> I don't know how to unsubscribe to this.
>
> Thanks.
> Vik.
>
> On 25 Jan 2018 9:48 am, "Richard Biener"  wrote:
>
>>
>> The GNU Compiler Collection version 7.3 has been released.
>>
>> GCC 7.3 is a bug-fix release from the GCC 7 branch
>> containing important fixes for regressions and serious bugs in
>> GCC 7.2 with more than 99 bugs fixed since the previous release.
>>
>> This release includes code generation options to mitigate
>> Spectre Variant 2 (CVE 2017-5715) for the x86 and powerpc targets.
>>
>> This release is available from the FTP servers listed at:
>>
>>   http://www.gnu.org/order/ftp.html
>>
>> Please do not contact me directly regarding questions or comments
>> about this release.  Instead, use the resources available from
>> http://gcc.gnu.org.
>>
>> As always, a vast number of people contributed to this GCC release
>> -- far too many to thank them individually!
>>


Re: GCC 7.3 Released

2018-01-25 Thread Vikrant Abbott
Hi

I don't know how to unsubscribe to this.

Thanks.
Vik.

On 25 Jan 2018 9:48 am, "Richard Biener"  wrote:

>
> The GNU Compiler Collection version 7.3 has been released.
>
> GCC 7.3 is a bug-fix release from the GCC 7 branch
> containing important fixes for regressions and serious bugs in
> GCC 7.2 with more than 99 bugs fixed since the previous release.
>
> This release includes code generation options to mitigate
> Spectre Variant 2 (CVE 2017-5715) for the x86 and powerpc targets.
>
> This release is available from the FTP servers listed at:
>
>   http://www.gnu.org/order/ftp.html
>
> Please do not contact me directly regarding questions or comments
> about this release.  Instead, use the resources available from
> http://gcc.gnu.org.
>
> As always, a vast number of people contributed to this GCC release
> -- far too many to thank them individually!
>


GCC 7.3 Released

2018-01-25 Thread Richard Biener

The GNU Compiler Collection version 7.3 has been released.

GCC 7.3 is a bug-fix release from the GCC 7 branch
containing important fixes for regressions and serious bugs in
GCC 7.2 with more than 99 bugs fixed since the previous release.

This release includes code generation options to mitigate
Spectre Variant 2 (CVE 2017-5715) for the x86 and powerpc targets.

This release is available from the FTP servers listed at:

  http://www.gnu.org/order/ftp.html

Please do not contact me directly regarding questions or comments
about this release.  Instead, use the resources available from
http://gcc.gnu.org.

As always, a vast number of people contributed to this GCC release
-- far too many to thank them individually!