mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-15 02:07:42 +01:00
Updated dependencies: * GMP 6.2.1 * ISL 0.24 * MPL 1.2.1 * MPFR 4.1.0 The dependencies were pulled in by running the ./contrib/download_prerequisites script and then manually removing the symbolic links and archives, and renaming the directories (i.e mv isl-0.24 to isl)
17 lines
613 B
Plaintext
17 lines
613 B
Plaintext
LIB1ASMSRC = xtensa/lib1funcs.S
|
|
LIB1ASMFUNCS = _mulsi3 _divsi3 _modsi3 _udivsi3 _umodsi3 \
|
|
_umulsidi3 _clz _clrsbsi2 _clzsi2 _ctzsi2 _ffssi2 \
|
|
_ashldi3 _ashrdi3 _lshrdi3 \
|
|
_bswapsi2 _bswapdi2 \
|
|
_negsf2 _addsubsf3 _mulsf3 _divsf3 _cmpsf2 _fixsfsi _fixsfdi \
|
|
_fixunssfsi _fixunssfdi _floatsisf _floatunsisf \
|
|
_sqrtf _recipsf2 _rsqrtsf2 \
|
|
_floatdisf _floatundisf \
|
|
_negdf2 _addsubdf3 _muldf3 _divdf3 _cmpdf2 _fixdfsi _fixdfdi \
|
|
_fixunsdfsi _fixunsdfdi _floatsidf _floatunsidf \
|
|
_floatdidf _floatundidf \
|
|
_truncdfsf2 _extendsfdf2 \
|
|
_sqrt _recipdf2 _rsqrtdf2
|
|
|
|
LIB2ADD = $(srcdir)/config/xtensa/lib2funcs.S
|