common-lisp.net
/
projects/cmucl/cmucl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
440a04a
)
Fix bitrot: set GC_SRC to gc.c if FEATURE_GENCGC is not defined.
author
Raymond Toy
<toy.raymond@gmail.com>
Wed, 26 Dec 2012 22:10:33 +0000 (14:10 -0800)
committer
Raymond Toy
<toy.raymond@gmail.com>
Wed, 26 Dec 2012 22:10:33 +0000 (14:10 -0800)
src/lisp/Config.sparc_common
patch
|
blob
|
blame
|
history
diff --git
a/src/lisp/Config.sparc_common
b/src/lisp/Config.sparc_common
index
3b07c14
..
16f99fb
100644
(file)
--- a/
src/lisp/Config.sparc_common
+++ b/
src/lisp/Config.sparc_common
@@
-25,6
+25,8
@@
endif
ifdef FEATURE_GENCGC
GENCGC = -DGENCGC
GC_SRC = gencgc.c
+else
+GC_SRC = gc.c
endif
# Enable support for SSE2. If FEATURE_X87 is set, we want SSE2