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

Initial revision for x86 linux config using x86_common.

parent 627439e1
No related branches found
No related tags found
No related merge requests found
# -*- Mode: makefile -*-
include Config.x86_common
CPPFLAGS += -m32 -rdynamic -D__NO_CTYPE -D_GNU_SOURCE
UNDEFSYMPATTERN = -Xlinker -u -Xlinker &
ASSEM_SRC += linux-stubs.S
OS_SRC += Linux-os.c elf.c
OS_LINK_FLAGS = -m32 -rdynamic -Xlinker --export-dynamic -Xlinker -Map -Xlinker foo
OS_LIBS = -ldl
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