Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Carl Shapiro
cmucl
Commits
23831498
Commit
23831498
authored
16 years ago
by
agoncharov
Browse files
Options
Downloads
Patches
Plain Diff
Bringing a bit more structure to the build system
parent
00353423
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
lisp/Config.x86_common
+3
-2
3 additions, 2 deletions
lisp/Config.x86_common
lisp/Config.x86_freebsd
+1
-1
1 addition, 1 deletion
lisp/Config.x86_freebsd
lisp/GNUmakefile
+1
-10
1 addition, 10 deletions
lisp/GNUmakefile
with
5 additions
and
13 deletions
lisp/Config.x86_common
+
3
−
2
View file @
23831498
...
...
@@ -28,9 +28,8 @@ ifneq ($(or $(FEATURE_X87),$(FEATURE_SSE2)),)
CPP_DEFINE_OPTIONS
+=
-DFEATURE_SSE2
endif
CC
?
=
gcc
CC
=
gcc
LD
=
ld
CPP
=
cpp
ifeq
($(filter 2% 3%, $(shell $(CC) -dumpversion)),)
CPP_INCLUDE_OPTIONS
:=
-iquote
.
-iquote
$(
PATH1
)
...
...
@@ -47,6 +46,8 @@ ARCH_SRC = x86-arch.c
OS_SRC
=
os-common.c e_rem_pio2.c k_rem_pio2.c
NM
=
nm
-gp
DEPEND
=
$(
CC
)
-MM
-E
DEPEND_FLAGS
=
# This has aliasing problems, so turn off aliasing and also turn on
# float-store so x87 arithmetic behaves like double-precision
...
...
This diff is collapsed.
Click to expand it.
lisp/Config.x86_freebsd
+
1
−
1
View file @
23831498
...
...
@@ -2,6 +2,6 @@
include
Config.x86_common
UNDEFSYMPATTERN
=
-Xlinker
-u
-Xlinker
&
OS_SRC
+=
FreeBSD-os.c
undefineds.c
elf.c
OS_SRC
+=
FreeBSD-os.c elf.c
OS_LINK_FLAGS
=
-dynamic
-export-dynamic
OS_LIBS
=
-lutil
This diff is collapsed.
Click to expand it.
lisp/GNUmakefile
+
1
−
10
View file @
23831498
# $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/GNUmakefile,v 1.3
2
2009/01/
11 17:52:44 rtoy Exp
$
# $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/GNUmakefile,v 1.3
3
2009/01/
20 04:52:47 agoncharov Rel
$
all
:
lisp.nm
DEPEND
=
$(
CC
)
-MM
-E
DEPEND_FLAGS
=
-include
internals.inc
include
Config
CC
?=
gcc
ifndef
GC_SRC
GC_SRC
=
gc.c
endif
SRCS
=
lisp.c coreparse.c alloc.c monitor.c print.c interr.c
\
vars.c parse.c interrupt.c search.c validate.c globals.c
\
dynbind.c breakpoint.c regnames.c backtrace.c save.c purify.c
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment