Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
c2b671de
Commit
c2b671de
authored
Feb 09, 2009
by
rtoy
Browse files
Initial revision for x86 linux config using x86_common.
parent
627439e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
lisp/Config.x86_linux
0 → 100644
View file @
c2b671de
# -*- 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment