From 4e3000cdaeb66080a3c01616ecc0712c98b0256d Mon Sep 17 00:00:00 2001 From: Raymond Toy <toy.raymond@gmail.com> Date: Tue, 2 Dec 2014 20:28:50 -0800 Subject: [PATCH] Add bootstrap file to enable :executable feature for ppc. --- src/bootfiles/20f/boot-2014-11-ppc.lisp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/bootfiles/20f/boot-2014-11-ppc.lisp diff --git a/src/bootfiles/20f/boot-2014-11-ppc.lisp b/src/bootfiles/20f/boot-2014-11-ppc.lisp new file mode 100644 index 000000000..96f454b16 --- /dev/null +++ b/src/bootfiles/20f/boot-2014-11-ppc.lisp @@ -0,0 +1,3 @@ +;; Enable executable feature on ppc. +#+ppc +(pushnew :executable *features*) -- GitLab