Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F136707737
D3952.id9540.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D3952.id9540.diff
View Options
Index: lang/gcc/Makefile
===================================================================
--- lang/gcc/Makefile
+++ lang/gcc/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gcc
PORTVERSION= 4.8.5
+PORTREVISION= 1
CATEGORIES= lang java
MASTER_SITES= GCC/releases/gcc-${DISTVERSION}
@@ -46,6 +47,12 @@
OPTIONS_DEFAULT_amd64= JAVA
OPTIONS_EXCLUDE_DragonFly= JAVA
BOOTSTRAP_DESC= Build using a full bootstrap
+.if exists(/usr/lib32/libc.so)
+OPTIONS_DEFINE+= MULTILIB
+OPTIONS_DEFAULT+= MULTILIB
+MULTILIB_CONFIGURE_ENABLE= multilib
+MULTILIB_DESC= Build support for 32-bit and 64-bit target types
+.endif
.include <bsd.port.pre.mk>
Index: lang/gcc48/Makefile
===================================================================
--- lang/gcc48/Makefile
+++ lang/gcc48/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gcc
PORTVERSION= 4.8.5
+PORTREVISION= 1
CATEGORIES= lang java
MASTER_SITES= GCC/releases/gcc-${DISTVERSION}
PKGNAMESUFFIX= ${SUFFIX}
@@ -49,6 +50,12 @@
OPTIONS_DEFAULT_amd64= JAVA
OPTIONS_EXCLUDE_DragonFly= JAVA
BOOTSTRAP_DESC= Build using a full bootstrap
+.if exists(/usr/lib32/libc.so)
+OPTIONS_DEFINE+= MULTILIB
+OPTIONS_DEFAULT+= MULTILIB
+MULTILIB_CONFIGURE_ENABLE= multilib
+MULTILIB_DESC= Build support for 32-bit and 64-bit target types
+.endif
.include <bsd.port.pre.mk>
Index: lang/gcc49/Makefile
===================================================================
--- lang/gcc49/Makefile
+++ lang/gcc49/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gcc
PORTVERSION= 4.9.4.s20151007
+PORTREVISION= 1
CATEGORIES= lang java
MASTER_SITES= GCC/snapshots/${DISTVERSION}
PKGNAMESUFFIX= ${SUFFIX}
@@ -50,6 +51,12 @@
OPTIONS_DEFAULT_amd64= JAVA
OPTIONS_EXCLUDE_DragonFly= JAVA
BOOTSTRAP_DESC= Build using a full bootstrap
+.if exists(/usr/lib32/libc.so)
+OPTIONS_DEFINE+= MULTILIB
+OPTIONS_DEFAULT+= MULTILIB
+MULTILIB_CONFIGURE_ENABLE= multilib
+MULTILIB_DESC= Build support for 32-bit and 64-bit target types
+.endif
.include <bsd.port.pre.mk>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 19, 11:55 PM (15 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25691790
Default Alt Text
D3952.id9540.diff (1 KB)
Attached To
Mode
D3952: Add a MULTILIB option to gcc{,48,49,5,5-devel,6-devel} for powerpc64
Attached
Detach File
Event Timeline
Log In to Comment