diff options
Diffstat (limited to 'lang/gcc5')
-rw-r--r-- | lang/gcc5/Makefile | 1 | ||||
-rw-r--r-- | lang/gcc5/Makefile.DragonFly | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/lang/gcc5/Makefile b/lang/gcc5/Makefile index 0adde13c2a71..d0d3eef96bc7 100644 --- a/lang/gcc5/Makefile +++ b/lang/gcc5/Makefile @@ -51,6 +51,7 @@ OPTIONS_DEFINE_amd64= JAVA OPTIONS_DEFAULT= BOOTSTRAP OPTIONS_DEFAULT_i386= JAVA OPTIONS_DEFAULT_amd64= JAVA +OPTIONS_EXCLUDE_DragonFly= JAVA BOOTSTRAP_DESC= Build using a full bootstrap .include <bsd.port.pre.mk> diff --git a/lang/gcc5/Makefile.DragonFly b/lang/gcc5/Makefile.DragonFly index 5342d32b33f5..7163f7d76237 100644 --- a/lang/gcc5/Makefile.DragonFly +++ b/lang/gcc5/Makefile.DragonFly @@ -1,7 +1,5 @@ # $FreeBSD$ -OPTIONS_EXCLUDE= JAVA - # The following modification to CXXFLAGS is needed in the case of DragonFly # 4.1+ building lang/gcc5 with the gcc50 base compiler when the system # libraries were built by the gcc47 base compiler. The sys.mk file |