mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
76bbac4c2b
GCC implicitly calls functions like __adddi3 to handle arithmetics on long long. Copied from http://ftp3.usa.openbsd.org/pub/OpenBSD/src/lib/libc/quad/ which is curtesy of the OpenBSD project (3 clause BSD license).
4 lines
54 B
Makefile
4 lines
54 B
Makefile
MODULE = quad_math
|
|
|
|
include $(RIOTBASE)/Makefile.base
|