don't build a shared lib for the host-tool, it doesn't work on hp700
and isn't needed anyway.
This commit is contained in:
parent
733e0e6e72
commit
6fafa8c2a3
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.3 2005/02/11 15:01:57 jmc Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2005/05/08 01:47:33 chs Exp $
|
||||
#
|
||||
|
||||
GNUHOSTDIST= ${.CURDIR}/../../dist/file
|
||||
|
@ -8,7 +8,7 @@ CONFIGURE_ENV+= CC=${HOST_CC:Q} \
|
|||
CPPFLAGS=${HOST_CPPFLAGS:Q} \
|
||||
CXX=${HOST_CXX:Q}
|
||||
|
||||
CONFIGURE_ARGS= --program-prefix=${_TOOL_PREFIX}
|
||||
CONFIGURE_ARGS= --program-prefix=${_TOOL_PREFIX} --disable-shared
|
||||
|
||||
.NOTPARALLEL:
|
||||
|
||||
|
|
Loading…
Reference in New Issue