aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc
diff options
context:
space:
mode:
authorJulio Merino <jmmv@FreeBSD.org>2015-11-08 20:31:51 +0000
committerJulio Merino <jmmv@FreeBSD.org>2015-11-08 20:31:51 +0000
commitc7f5a2f84debf1162a0ba3ce520d4dd6df8d7285 (patch)
tree114b7b6eb802705f51af793ffafa63a9055438c2 /lang/gcc
parenta89bc69537436d41d68232e3bd9c431ed743c320 (diff)
downloadports-c7f5a2f84debf1162a0ba3ce520d4dd6df8d7285.tar.gz
ports-c7f5a2f84debf1162a0ba3ce520d4dd6df8d7285.zip
Revert r401072.
I'm not sure what happened exactly but I think I committed the change from the wrong client. The applied change enabled the MULTILIB option for all architectures and not only powerpc64. Let's just revert the commit and do it properly from scratch; other things might be wrong so I wanna take a closer look, and it's best to just revert quickly.
Notes
Notes: svn path=/head/; revision=401074
Diffstat (limited to 'lang/gcc')
-rw-r--r--lang/gcc/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile
index f67439703172..3af4bab4c988 100644
--- a/lang/gcc/Makefile
+++ b/lang/gcc/Makefile
@@ -3,7 +3,6 @@
PORTNAME= gcc
PORTVERSION= 4.8.5
-PORTREVISION= 1
CATEGORIES= lang java
MASTER_SITES= GCC/releases/gcc-${DISTVERSION}
@@ -47,14 +46,6 @@ OPTIONS_DEFAULT_i386= JAVA
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_DESC= Build support for 32-bit and 64-bit target types
-MULTILIB_CONFIGURE_ENABLE= multilib
-.else
-CONFIGURE_ARGS+= --disable-multilib
-.endif
.include <bsd.port.pre.mk>