svn commit: r414552 - in head/lang: gcc gcc48

Gerald Pfeifer gerald at FreeBSD.org
Tue May 3 20:17:49 UTC 2016


Author: gerald
Date: Tue May  3 20:17:47 2016
New Revision: 414552
URL: https://svnweb.freebsd.org/changeset/ports/414552

Log:
  Make MULTILIB_DESC consistent and more logical also for the lang/gcc
  and lang/gcc48 ports, now in line across all lang/gcc* ports.

Modified:
  head/lang/gcc/Makefile
  head/lang/gcc48/Makefile

Modified: head/lang/gcc/Makefile
==============================================================================
--- head/lang/gcc/Makefile	Tue May  3 19:40:27 2016	(r414551)
+++ head/lang/gcc/Makefile	Tue May  3 20:17:47 2016	(r414552)
@@ -48,7 +48,7 @@ BOOTSTRAP_DESC=		Build using a full boot
 .if exists(/usr/lib32/libc.so)
 OPTIONS_DEFINE_powerpc64=	MULTILIB
 OPTIONS_DEFAULT_powerpc64=	MULTILIB
-MULTILIB_DESC=		Build support for 32-bit and 64-bit target types
+MULTILIB_DESC=		Build support for 32-bit and 64-bit targets
 MULTILIB_CONFIGURE_ENABLE=	multilib
 .else
 CONFIGURE_ARGS+=	--disable-multilib

Modified: head/lang/gcc48/Makefile
==============================================================================
--- head/lang/gcc48/Makefile	Tue May  3 19:40:27 2016	(r414551)
+++ head/lang/gcc48/Makefile	Tue May  3 20:17:47 2016	(r414552)
@@ -51,7 +51,7 @@ BOOTSTRAP_DESC=		Build using a full boot
 .if exists(/usr/lib32/libc.so)
 OPTIONS_DEFINE_powerpc64=	MULTILIB
 OPTIONS_DEFAULT_powerpc64=	MULTILIB
-MULTILIB_DESC=		Build support for 32-bit and 64-bit target types
+MULTILIB_DESC=		Build support for 32-bit and 64-bit targets
 MULTILIB_CONFIGURE_ENABLE=	multilib
 .else
 CONFIGURE_ARGS+=	--disable-multilib


More information about the svn-ports-head mailing list