Skip to content
Snippets Groups Projects
Commit e6fd6e18 authored by toy's avatar toy
Browse files

Don't make lisp::*linkage-table-data* a static symbol if we're not

using the linkage-table.
parent bef4e224
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/parms.lisp,v 1.36 2002/10/24 20:38:59 toy Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/parms.lisp,v 1.37 2002/10/25 21:49:08 toy Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -278,6 +278,7 @@
unix::*interrupt-pending*
;; Foreign linkage stuff
#+linkage-table
lisp::*linkage-table-data*
))
......
......@@ -19,7 +19,7 @@ vpath %.S .:$(PATH1)
#CC_V8PLUS = -xarch=v8plus
#AS_V8PLUS = -Wa
CPPFLAGS = -I. -I$(PATH1) -I/usr/openwin/include -I/usr/include/X11 -DSOLARIS -DSOLARIS25 -DSVR4 $(CC_V8PLUS) -DLINKAGE_TABLE
CPPFLAGS = -I. -I$(PATH1) -I/usr/openwin/include -I/usr/include/X11 -DSOLARIS -DSOLARIS25 -DSVR4 $(CC_V8PLUS)
CC = gcc
CPP = gcc -E
CFLAGS = -g $(AS_V8PLUS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment