Skip to content

Commit fae9abe

Browse files
author
Mikolaj Matalowski
committed
Move libphoenix math library implementation
JIRA: RTOS-1132
1 parent 4b75e9b commit fae9abe

File tree

13 files changed

+106
-567
lines changed

13 files changed

+106
-567
lines changed

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ include ctype/Makefile
4646
include err/Makefile
4747
include errno/Makefile
4848
include locale/Makefile
49-
include math/Makefile
49+
include libm/Makefile
5050
include misc/Makefile
5151
include net/Makefile
5252
include netinet/Makefile
@@ -82,7 +82,8 @@ install: install-headers install-libs
8282
install-headers: $(SRCHEADERS)
8383
@echo INSTALL "$(HEADERS_INSTALL_DIR)/*"; \
8484
mkdir -p "$(HEADERS_INSTALL_DIR)"; \
85-
cp -a include/* "$(HEADERS_INSTALL_DIR)";
85+
cp -a include/* "$(HEADERS_INSTALL_DIR)"; \
86+
cp -a libm/libmcs/libm/include/* "$(HEADERS_INSTALL_DIR)";
8687

8788
# TODO: remove `rm crt0.o` when we will be sure it's not a symlink to libphoenix.a anymore
8889
install-libs: $(LIB_TARGETS)

include/complex.h

Lines changed: 0 additions & 255 deletions
This file was deleted.

0 commit comments

Comments
 (0)