don't build _mulsc3.o, _muldc3.o, _mulxc3.o, _multc3.o, _divsc3.o,
_divdc3.o, _divxc3.o or _divtc3.o for vax, since they depend on __builtin_inf which does not exist there.
This commit is contained in:
parent
93720dafdf
commit
9eade63ded
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.inc,v 1.2 2006/05/20 09:56:29 mrg Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.3 2006/06/30 12:01:57 mrg Exp $
|
||||
|
||||
.if exists(${.CURDIR}/arch/${MACHINE_ARCH}.mk) && ${MKGCC} != "no"
|
||||
.include "${.CURDIR}/arch/${MACHINE_ARCH}.mk"
|
||||
@ -25,8 +25,12 @@ LIB2FUNCS_ALL= _muldi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 \
|
||||
_addvdi3 _subvsi3 _subvdi3 _mulvsi3 _mulvdi3 _negvsi2 _negvdi2 _ctors \
|
||||
_ffssi2 _ffsdi2 _clz _clzsi2 _clzdi2 _ctzsi2 _ctzdi2 _popcount_tab \
|
||||
_popcountsi2 _popcountdi2 _paritysi2 _paritydi2 _powisf2 _powidf2 \
|
||||
_powixf2 _powitf2 _mulsc3 _muldc3 _mulxc3 _multc3 _divsc3 _divdc3 \
|
||||
_divxc3 _divtc3
|
||||
_powixf2 _powitf2 \
|
||||
|
||||
.if ${MACHINE_ARCH} != "vax"
|
||||
LIB2FUNCS_ALL+= \
|
||||
_mulsc3 _muldc3 _mulxc3 _multc3 _divsc3 _divdc3 _divxc3 _divtc3
|
||||
.endif
|
||||
|
||||
LIB2FUNCS_SHORT:=${LIB2FUNCS_ALL}
|
||||
LIB2_DIVMOD_FUNCS:=${G_LIB2_DIVMOD_FUNCS}
|
||||
|
Loading…
Reference in New Issue
Block a user