mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-05 04:06:45 +00:00
11 lines
314 B
Plaintext
11 lines
314 B
Plaintext
LIB1ASMSRC = h8300/lib1funcs.S
|
|
LIB1ASMFUNCS = _cmpsi2 _ucmpsi2 _divhi3 _divsi3 _mulhi3 _mulsi3 \
|
|
_fixunssfsi_asm
|
|
|
|
LIB2ADD += \
|
|
$(srcdir)/config/h8300/clzhi2.c \
|
|
$(srcdir)/config/h8300/ctzhi2.c \
|
|
$(srcdir)/config/h8300/parityhi2.c \
|
|
$(srcdir)/config/h8300/popcounthi2.c \
|
|
$(srcdir)/config/h8300/fixunssfsi.c
|