Changeset d27ed12 in mainline for uspace/lib/softint/Makefile


Ignore:
Timestamp:
2009-09-23T21:42:41Z (15 years ago)
Author:
anachron <anachron@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2e37308
Parents:
edb14ca
Message:

Added software emulation of 64bit multiplication (muldi3).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/softint/Makefile

    redb14ca rd27ed12  
    4545
    4646GENERIC_SOURCES = \
    47         generic/division.c
     47        generic/division.c\
     48        generic/multiplication.c
    4849
    4950GENERIC_OBJECTS := $(addsuffix .o,$(basename $(GENERIC_SOURCES)))
Note: See TracChangeset for help on using the changeset viewer.