gnu: ecl: Remove i586-gnu from supported-systems.

* gnu/packages/lisp.scm (ecl)[supported-systems]: Remove i586-gnu.
This commit is contained in:
Christopher Baines 2023-09-16 09:16:29 +01:00
parent 54fd990973
commit 6a7cda2099
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577

View File

@ -346,6 +346,7 @@ interface to the Tk widget system.")
(files '("etc"))))) (files '("etc")))))
(home-page "https://ecl.common-lisp.dev/") (home-page "https://ecl.common-lisp.dev/")
(synopsis "Embeddable Common Lisp") (synopsis "Embeddable Common Lisp")
(supported-systems (delete "i586-gnu" %supported-systems))
(description "ECL is an implementation of the Common Lisp language as (description "ECL is an implementation of the Common Lisp language as
defined by the ANSI X3J13 specification. Its most relevant features are: a defined by the ANSI X3J13 specification. Its most relevant features are: a
bytecode compiler and interpreter, being able to compile Common Lisp with any bytecode compiler and interpreter, being able to compile Common Lisp with any