X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-target-1.sh;h=423f967b0a036b5cebf6b8aa53becc54af91042b;hb=HEAD;hp=46b1590ea9474e76e8c073f0b62d6e1bd8b7620e;hpb=7d407220e18f65637835ed034894654ca55a4bcd;p=sbcl.git diff --git a/make-target-1.sh b/make-target-1.sh index 46b1590..423f967 100644 --- a/make-target-1.sh +++ b/make-target-1.sh @@ -30,6 +30,11 @@ export LANG LC_ALL # order to produce the symbol table file that second genesis needs. It # could come either before or after running the cross compiler; that # doesn't matter.) +# +# Note that the latter requirement does not apply to sb-dynamic-core +# builds, since the cross compiler does not depend on symbol tables in +# that case. Only because sbcl.nm is convenient for debugging purposes +# is its generation left enabled even for those builds. echo //building runtime system and symbol table file # The clean is needed for Darwin's readonlyspace hack.