X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FConfig.ppc-darwin;h=88b8624ab3ce30b8ec3054299b86dd6062c11b8a;hb=343ef95fda9da33830d5ab6aabe5368c898f0918;hp=4f4763244c727c144f16b9479f826b0e9fa205d3;hpb=3b3086ad5ad36a66302e1e6c5b7c8246c7963462;p=sbcl.git diff --git a/src/runtime/Config.ppc-darwin b/src/runtime/Config.ppc-darwin index 4f47632..88b8624 100644 --- a/src/runtime/Config.ppc-darwin +++ b/src/runtime/Config.ppc-darwin @@ -1,5 +1,5 @@ # -*- makefile -*- -CFLAGS = -Dppc -g -Wall -O2 -no-cpp-precomp +CFLAGS = -Dppc -g -Wall -O2 -no-cpp-precomp -fdollars-in-identifiers OS_SRC = bsd-os.c os-common.c ppc-darwin-os.c ppc-darwin-dlshim.c ppc-darwin-langinfo.c OS_LIBS = -lSystem -lc -lm OS_OBJS = ppc-darwin-rospace.o @@ -16,7 +16,7 @@ CPP = cpp -no-cpp-precomp # place a zero-fill-on-demand segment in the same place and size as # read-only-space, which is the only thing capable of keeping malloc # out of this range. -OS_LINK_FLAGS = -dynamic `cat ppc-darwin-link-flags` +OS_LINK_FLAGS = -dynamic `cat ppc-darwin-link-flags` -twolevel_namespace -bind_at_load GC_SRC= cheneygc.c