X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fld-script.alpha-linux;h=d5c94cb9f1acd0bd1862b062b3f7723e77330911;hb=fc999187f3f80dfcf170348df676386b8403e261;hp=472361ca0dbf93612a48921078bc64bfe0974857;hpb=dfa55a883f94470267b626dae77ce7e7dfac3df6;p=sbcl.git diff --git a/src/runtime/ld-script.alpha-linux b/src/runtime/ld-script.alpha-linux index 472361c..d5c94cb 100644 --- a/src/runtime/ld-script.alpha-linux +++ b/src/runtime/ld-script.alpha-linux @@ -2,6 +2,17 @@ * Unix - that is, it forces stuff into the low 2Gb where 32-bit pointers * can find it */ +/* + * This software is part of the SBCL system. See the README file for + * more information. + * + * This software is derived from the CMU CL system, which was + * written at Carnegie Mellon University and released into the + * public domain. The software is in the public domain and is + * provided with absolutely no warranty. See the COPYING and CREDITS + * files for more information. + */ + OUTPUT_FORMAT("elf64-alpha", "elf64-alpha", "elf64-alpha") OUTPUT_ARCH(alpha)