pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/g95 Add --disable-multilib to the gcc configure a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5da2cdf186e0
branches:  trunk
changeset: 603566:5da2cdf186e0
user:      sbd <sbd%pkgsrc.org@localhost>
date:      Tue May 08 02:59:57 2012 +0000

description:
Add --disable-multilib to the gcc configure args, there's no point in
building a multilib gcc as the g95 build doesn't support it.

diffstat:

 lang/g95/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 249da629ee6e -r 5da2cdf186e0 lang/g95/Makefile
--- a/lang/g95/Makefile Tue May 08 02:59:16 2012 +0000
+++ b/lang/g95/Makefile Tue May 08 02:59:57 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2012/03/20 17:26:19 hans Exp $
+# $NetBSD: Makefile,v 1.10 2012/05/08 02:59:57 sbd Exp $
 
 DISTNAME=              g95_source
 VERSION=               0.92
@@ -27,6 +27,7 @@
 GCC_CONFIGURE_SCRIPT=  ../configure
 GCC_CONFIGURE_ARGS=    ${CONFIGURE_ARGS}
 GCC_CONFIGURE_ARGS+=   --enable-languages=c
+GCC_CONFIGURE_ARGS+=   --disable-multilib
 
 .include "../../mk/bsd.prefs.mk"
 .if ${OPSYS} == "SunOS"



Home | Main Index | Thread Index | Old Index