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
39b6b59b
Commit
39b6b59b
authored
Mar 21, 2017
by
Fred Gilham
Browse files
Changes to allow building CMUCL under FreeBSD 10 and later.
parent
b6317868
Changes
3
Show whitespace changes
Inline
Side-by-side
src/lisp/Config.x86_freebsd
View file @
39b6b59b
# -*- Mode: makefile -*-
include
Config.x86_common
# Set the path to your 32-bit verison of GCC here.
CC
=
gcc
CPPFLAGS
+=
-march
=
pentium4
-mfpmath
=
sse
...
...
src/motif/server/Config.FreeBSD
View file @
39b6b59b
## Path to 32-bit GCC compiler.
CC=gcc
CFLAGS = -pthread -O2 -I/usr/local/include -I. -I$(VPATH)
LDFLAGS = -L/usr/local/lib
LIBS = -lXm -lXt -lX11
...
...
src/tools/linker.sh
View file @
39b6b59b
...
...
@@ -70,7 +70,7 @@ case $uname_s in
# See Config.x86_${uname_s}
case
$uname_s
in
Linux
)
OS_LIBS
=
-ldl
;;
FreeBSD
)
OS_LIBS
=
-lutil
;;
FreeBSD
)
OS_LIBS
=
"-B/usr/lib32
-lutil
"
;;
esac
;;
Darwin
)
...
...
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