mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-12 12:21:15 -08:00
Support for Solaris/Ultrasparc
This commit is contained in:
parent
c108228ecb
commit
cce0bf993a
1 changed files with 2 additions and 2 deletions
|
|
@ -63,8 +63,8 @@ cd ..; rm -rf tmp/* @LIBPREFIX@{lsp,clos} "))
|
|||
;; installed copy of ECL.
|
||||
;;
|
||||
(setf c::*ld-flags*
|
||||
#+dlopen "@LDRPATH@ @SHAREDPREFIX@ecl.@SHAREDEXT@ @CLIBS@"
|
||||
#-dlopen "@LDRPATH@ @LIBPREFIX@ecl.@LIBEXT@ @CLIBS@"
|
||||
#+dlopen "@LDFLAGS@ @LDRPATH@ @SHAREDPREFIX@ecl.@SHAREDEXT@ @CLIBS@"
|
||||
#-dlopen "@LDFLAGS@ @LDRPATH@ @LIBPREFIX@ecl.@LIBEXT@ @CLIBS@"
|
||||
)
|
||||
|
||||
#+dlopen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue