mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-02 07:30:55 -08:00
-lgmp is already included in CLIBS
This commit is contained in:
parent
ca8abf125c
commit
16253ef7dc
1 changed files with 0 additions and 3 deletions
|
|
@ -161,9 +161,6 @@ int init_~A(cl_object cblock)
|
|||
funcall(1,_intern(\"TOP-LEVEL\",system_package));
|
||||
return 0;" "")))
|
||||
(let* (init-name c-name o-name)
|
||||
#-dlopen
|
||||
(when (eq target :program)
|
||||
(push "-lgmp" ld-flags))
|
||||
(dolist (item (reverse lisp-files))
|
||||
(cond ((symbolp item)
|
||||
(push (format nil "-l~A" (string-downcase item)) ld-flags)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue