X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make.sh;h=e054c72c2ea73cc7b57a590931a1fd30147f3d31;hb=f17e3d27d7ff599f9443d011d17017a2a858c81a;hp=6dafe9fca3d17b1c88f95b87adc36f401f29cca9;hpb=fc6722762a839241675fac03d48531d5916edf50;p=sbcl.git diff --git a/make.sh b/make.sh index 6dafe9f..e054c72 100755 --- a/make.sh +++ b/make.sh @@ -121,7 +121,11 @@ Options: Default prefix is: /usr/local - --dynamic-space-size= Specify default dynamic-space size. + --dynamic-space-size= Default dynamic-space size for target. + + This specifies the default dynamic-space size for the SBCL + being built. If you need to control the dynamic-space size + of the host SBCL, use the --xc-host option. If not provided, the default is platform-specific. is taken to be megabytes unless explicitly suffixed with Gb in @@ -188,6 +192,9 @@ export DEVNULL . ./find-gnumake.sh find_gnumake +. ./generate-version.sh +generate_version + # If you're cross-compiling, you should probably just walk through the # make-config.sh script by hand doing the right thing on both the host # and target machines.