X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-target-1.sh;h=423f967b0a036b5cebf6b8aa53becc54af91042b;hb=1c0ce8a24b12334a9eb7908ad72d329394d537c7;hp=49524164b2447cc114acdbbbf17e6f4c97040bf9;hpb=babd45f7788c2f50c9d6193c1c7108e0a6b3a547;p=sbcl.git diff --git a/make-target-1.sh b/make-target-1.sh index 4952416..423f967 100644 --- a/make-target-1.sh +++ b/make-target-1.sh @@ -20,13 +20,21 @@ LANG=C LC_ALL=C export LANG LC_ALL +# Load our build configuration +. output/build-config + # Build the runtime system and symbol table (.nm) file. # # (This C build has to come after the first genesis in order to get # the sbcl.h the C build needs, and come before the second genesis in -# order to produce the symbol table file that second genesis needs. It +# 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.