X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-target-1.sh;h=423f967b0a036b5cebf6b8aa53becc54af91042b;hb=HEAD;hp=34a885d3db1024c04d49923ec26894a794852688;hpb=04d819bb1a2e64de4e997203b9516229bb73c686;p=sbcl.git diff --git a/make-target-1.sh b/make-target-1.sh index 34a885d..423f967 100644 --- a/make-target-1.sh +++ b/make-target-1.sh @@ -20,6 +20,9 @@ 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 @@ -27,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.