X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-target-1.sh;h=46b1590ea9474e76e8c073f0b62d6e1bd8b7620e;hb=40bea2551744d3cdc05a79a923fbff79a5755845;hp=49524164b2447cc114acdbbbf17e6f4c97040bf9;hpb=babd45f7788c2f50c9d6193c1c7108e0a6b3a547;p=sbcl.git diff --git a/make-target-1.sh b/make-target-1.sh index 4952416..46b1590 100644 --- a/make-target-1.sh +++ b/make-target-1.sh @@ -20,11 +20,14 @@ 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.) echo //building runtime system and symbol table file