X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FConfig.x86-linux;h=d64a779aa8c732387797bacc603dc87551963a20;hb=afb24f64fe95ed8ebce578ba7526b8a0a7aa5f14;hp=80ba64e1a24eb5775689223f00781108e44efa5b;hpb=d8e682fdfb7e8ba067e15aea0f3d1f8d37ca9eb1;p=sbcl.git diff --git a/src/runtime/Config.x86-linux b/src/runtime/Config.x86-linux index 80ba64e..d64a779 100644 --- a/src/runtime/Config.x86-linux +++ b/src/runtime/Config.x86-linux @@ -28,7 +28,18 @@ OS_SRC = linux-os.c x86-linux-os.c # interface, though.:-| As far as I (WHN 2002-05-19) know, no one is # working on one and it would be a nice thing to have.) LINKFLAGS += -Wl,--export-dynamic -OS_LIBS = -lpthread -ldl +OS_LIBS = -ldl + +ifdef LISP_FEATURE_LARGEFILE + CFLAGS += -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 +endif + +ifdef LISP_FEATURE_SB_THREAD + OS_LIBS += -lpthread +endif GC_SRC = gencgc.c +# Nothing to do for after-grovel-headers. +.PHONY: after-grovel-headers +after-grovel-headers: