X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FConfig.x86-sunos;h=1367565b0eb5c0566c5b0bfb79173a24626a4a2e;hb=f17e3d27d7ff599f9443d011d17017a2a858c81a;hp=b364aca4abed16f3a4ebca842ec52d427c2eafe1;hpb=40e3ba03d0e1b824e4d1ae75d74246b975b70964;p=sbcl.git diff --git a/src/runtime/Config.x86-sunos b/src/runtime/Config.x86-sunos index b364aca..1367565 100644 --- a/src/runtime/Config.x86-sunos +++ b/src/runtime/Config.x86-sunos @@ -1,6 +1,17 @@ +# -*- 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 = -O2 -Wall -DSVR4 -ASFLAGS = -Wall -DSVR4 +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 GREP = ggrep @@ -13,3 +24,6 @@ OS_LIBS= -ldl -lsocket -lnsl -lrt GC_SRC= gencgc.c +# Nothing to do for after-grovel-headers. +.PHONY: after-grovel-headers +after-grovel-headers: