svn commit: r302418 - head/contrib/gcc

Glen Barber gjb at FreeBSD.org
Fri Jul 8 02:21:03 UTC 2016


On Thu, Jul 07, 2016 at 09:16:18PM -0500, Pedro Giffuni wrote:
> On 07/07/16 20:56, Glen Barber wrote:
> >Author: gjb
> >Date: Fri Jul  8 01:56:52 2016
> >New Revision: 302418
> >URL: https://svnweb.freebsd.org/changeset/base/302418
> >
> >Log:
> >  Add freebsd12 to contrib/gcc/config.gcc.
> >
> >  Submitted by:	bdrewery
> >  Approved by:	re (implicit)
> >  Sponsored by:	The FreeBSD Foundation
> >
> >Modified:
> >  head/contrib/gcc/config.gcc
> >
> >Modified: head/contrib/gcc/config.gcc
> >==============================================================================
> >--- head/contrib/gcc/config.gcc	Fri Jul  8 01:47:01 2016	(r302417)
> >+++ head/contrib/gcc/config.gcc	Fri Jul  8 01:56:52 2016	(r302418)
> >@@ -432,6 +432,8 @@ case ${target} in
> >       tm_defines="${tm_defines} FBSD_MAJOR=10" ;;
> >     *-*-freebsd11 | *-*-freebsd11.*)
> >       tm_defines="${tm_defines} FBSD_MAJOR=11" ;;
> >+    *-*-freebsd12 | *-*-freebsd12.*)
> >+      tm_defines="${tm_defines} FBSD_MAJOR=12" ;;
> >     *)
> >       echo 'Please update *-*-freebsd* in gcc/config.gcc'
> >       exit 1
> >
> 
> For the record: this is not needed since we don't use GNU configure to
> configure/build GCC.
> 
> We should really kill GCC42 early in current-12.
> 

Agreed.  Let's wait until after the thaw, however.

Glen

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20160708/4ea4c2bc/attachment.sig>


More information about the svn-src-head mailing list