Skip to content
Snippets Groups Projects
Commit 0491bf46 authored by Raymond Toy's avatar Raymond Toy
Browse files

Build with mach-o.c and exec-final.c if FEATURE_EXECUTABLE is

defined.
parent 0f6c455c
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,12 @@ ASSEM_SRC = ppc-assem.S linux-stubs.S ...@@ -42,6 +42,12 @@ ASSEM_SRC = ppc-assem.S linux-stubs.S
ARCH_SRC = ppc-arch.c ARCH_SRC = ppc-arch.c
OS_SRC = ppc-darwin-dlshim.c os-common.c Darwin-os.c e_rem_pio2.c k_rem_pio2.c OS_SRC = ppc-darwin-dlshim.c os-common.c Darwin-os.c e_rem_pio2.c k_rem_pio2.c
ifdef FEATURE_EXECUTABLE
OS_SRC += mach-o.c
EXEC_FINAL_OBJ = exec-final.o
endif
# I (rtoy) am not exactly sure what these values are, but it seems # I (rtoy) am not exactly sure what these values are, but it seems
# that the segaddr for CMUCLRO should be the READ_ONLY_SPACE_START. # that the segaddr for CMUCLRO should be the READ_ONLY_SPACE_START.
# The seg1addr should be somewhere above our spaces. This is where # The seg1addr should be somewhere above our spaces. This is where
......
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