diff options
Diffstat (limited to 'lang/gcc5-aux/Makefile.common')
-rw-r--r-- | lang/gcc5-aux/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc5-aux/Makefile.common b/lang/gcc5-aux/Makefile.common index 3ace4a60c6e0..e5d90a7e51da 100644 --- a/lang/gcc5-aux/Makefile.common +++ b/lang/gcc5-aux/Makefile.common @@ -6,7 +6,7 @@ LIB_DEPENDS= libgmp.so:math/gmp LIB_DEPENDS+= libmpfr.so:math/mpfr LIB_DEPENDS+= libmpc.so:math/mpc -ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS= amd64 i386 GNU_CONFIGURE= yes USES= gmake libtool perl5 tar:bzip2 |