X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-config.sh;h=911fa247651ea71f60bf9c01d454855a685a8f9d;hb=46e428110e302636b345928f6f052b8a282c64fa;hp=0e570229dbf809b0bad5271cbc53498ef90cc40c;hpb=0d5ff04e2ced1cbb2979dd1a7fcfd7ba3d6da7c1;p=sbcl.git diff --git a/make-config.sh b/make-config.sh index 0e57022..911fa24 100644 --- a/make-config.sh +++ b/make-config.sh @@ -161,6 +161,13 @@ case "$sbcl_os" in linux) printf ' :elf' >> $ltf printf ' :linux' >> $ltf + + # If you add other platforms here, don't forget to edit + # src/runtime/Config.foo-linux too. + if [ $sbcl_arch = "x86" ]; then + printf ' :largefile' >> $ltf + fi + if [ $sbcl_arch = "x86-64" ]; then link_or_copy Config.x86_64-linux Config else