diff options
Diffstat (limited to 'cross')
-rw-r--r-- | cross/i386-netbsdpe/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/i386-netbsdpe/Makefile b/cross/i386-netbsdpe/Makefile index 55a6426f9bf..66aeb9abf11 100644 --- a/cross/i386-netbsdpe/Makefile +++ b/cross/i386-netbsdpe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2003/04/27 13:50:09 kent Exp $ +# $NetBSD: Makefile,v 1.14 2003/08/25 05:47:12 kent Exp $ DISTVERSION= 1.4.0 CROSS_DISTFILES= # none @@ -22,6 +22,7 @@ GCC_CXX= yes TARGET_ARCH= i386-netbsdpe GCC_CONFIGURE_ARGS+= --enable-threads +CONFLICTS= pth-[0-9]* pth-current-[0-9]* pth-syscall-[0-9]* BINUTILS_EXTRAS= dlltool dllwrap windres |