X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FConfig.x86-sunos;h=1367565b0eb5c0566c5b0bfb79173a24626a4a2e;hb=f17e3d27d7ff599f9443d011d17017a2a858c81a;hp=2e58b5103093ff1bd4fe5bfc8963c48d776f5ae6;hpb=ecfebb87092faa5c719ddc424dfa7e8c4a29ad2c;p=sbcl.git diff --git a/src/runtime/Config.x86-sunos b/src/runtime/Config.x86-sunos index 2e58b51..1367565 100644 --- a/src/runtime/Config.x86-sunos +++ b/src/runtime/Config.x86-sunos @@ -1,5 +1,16 @@ +# -*- makefile -*- for the C-level run-time support for SBCL + +# 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. + CC=gcc -CFLAGS = -g -O2 -Wall -D__EXTENSIONS__ -D_POSIX_C_SOURCE=199506L -DSVR4 -D_REENTRANT +CFLAGS = -g -O2 -Wall -D__EXTENSIONS__ -D_POSIX_C_SOURCE=199506L -DSVR4 -D_REENTRANT -fno-omit-frame-pointer ASFLAGS = -Wall LD = ld NM = nm -xgp