Skip to content
Snippets Groups Projects
Commit d809478b authored by rtoy's avatar rtoy
Browse files

Compile in e_rem_pio2.c and k_rem_pio2.c.

Someone running FreeBSD and NetBSD should verify this is correct.
parent 620f8582
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ NM = nm -gp
UNDEFSYMPATTERN = -Xlinker -u -Xlinker &
ASSEM_SRC = x86-assem.S
ARCH_SRC = x86-arch.c
OS_SRC = FreeBSD-os.c os-common.c elf.c
OS_SRC = FreeBSD-os.c os-common.c elf.c e_rem_pio2.c k_rem_pio2.c
OS_LINK_FLAGS = -dynamic -export-dynamic
OS_LIBS =
GC_SRC = gencgc.c
......@@ -41,6 +41,6 @@ ifeq ($(ARCH), powerpc)
CFLAGS += -Dppc
endif
OS_SRC = NetBSD-os.c os-common.c elf.c
OS_SRC = NetBSD-os.c os-common.c elf.c e_rem_pio2.c k_rem_pio2.c
OS_LINK_FLAGS = -dynamic -export-dynamic
OS_LIBS =
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment