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
c355485f
Commit
c355485f
authored
Aug 04, 2014
by
Raymond Toy
Browse files
Oops. x86-assem needs -m32.
parent
8af0300c
Changes
1
Show whitespace changes
Inline
Side-by-side
src/lisp/Config.x86_linux
View file @
c355485f
# -*- Mode: makefile -*-
include
Config.x86_common
CPPFLAGS
+=
-D__NO_CTYPE
-D_GNU_SOURCE
CFLAGS
+=
-m32
-rdynamic
-march
=
pentium4
-mfpmath
=
sse
-mtune
=
generic
CPPFLAGS
+=
-m32
-D__NO_CTYPE
-D_GNU_SOURCE
CFLAGS
+=
-rdynamic
-march
=
pentium4
-mfpmath
=
sse
-mtune
=
generic
UNDEFSYMPATTERN
=
-Xlinker
-u
-Xlinker
&
ASSEM_SRC
+=
linux-stubs.S
...
...
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