From a91dc67a12bb15b48aeb33c1fdf5adf06d5096c2 Mon Sep 17 00:00:00 2001 From: fgilham <fgilham> Date: Thu, 12 Jul 2007 04:58:08 +0000 Subject: [PATCH] Add elf and executable features to linux-os.lisp. --- code/linux-os.lisp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/code/linux-os.lisp b/code/linux-os.lisp index 8ae496cba..1bede1bc5 100644 --- a/code/linux-os.lisp +++ b/code/linux-os.lisp @@ -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/code/linux-os.lisp,v 1.4 2004/06/13 09:53:09 emarsden Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/linux-os.lisp,v 1.5 2007/07/12 04:58:08 fgilham Exp $") ;;; ;;; ********************************************************************** ;;; @@ -20,7 +20,9 @@ (use-package "EXTENSIONS") (export '(get-system-info get-page-size os-init)) -(pushnew :linux *features*) +(register-lisp-feature :linux) +(register-lisp-feature :elf) +(register-runtime-lisp-feature :executable) (setq *software-type* "Linux") -- GitLab