summaryrefslogtreecommitdiff
path: root/make-config.sh
diff options
context:
space:
mode:
authorDouglas Katzman <dougk@google.com>2023-11-26 20:28:15 -0500
committerDouglas Katzman <dougk@google.com>2023-11-26 20:28:15 -0500
commitd16d1140f1776019dd806e7f337b2a76035e3c3f (patch)
tree81449055fc65ba76d398f8fd7aba6eece717c868 /make-config.sh
parent6730e57d50a1641529e58ef8fe6362c656c0ddf6 (diff)
Remove FIXME
Rev aed385536b added SB-IMPL:+INTERNAL-FEATURES+
Diffstat (limited to 'make-config.sh')
-rwxr-xr-xmake-config.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/make-config.sh b/make-config.sh
index fb8afda94..8a0a30513 100755
--- a/make-config.sh
+++ b/make-config.sh
@@ -684,20 +684,6 @@ case "$sbcl_os" in
esac
cd "$original_dir"
-# FIXME: Things like :c-stack-grows-..., etc, should be
-# *derived-target-features* or equivalent, so that there was a nicer
-# way to specify them then sprinkling them in this file. They should
-# still be tweakable by advanced users, though, but probably not
-# appear in *features* of target. #+/- should be adjusted to take
-# them in account as well. At minimum the nicer specification stuff,
-# though:
-#
-# (define-feature :dlopen (features)
-# (union '(:bsd :linux :darwin :sunos) features))
-#
-# (define-feature :c-stack-grows-downwards-not-upwards (features)
-# (member :x86 features))
-
if $android
then
. tools-for-build/android_run.sh