make/bsd/makefiles/saproc.make
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/make/bsd/makefiles/saproc.make	Tue May  6 15:12:56 2014
--- new/make/bsd/makefiles/saproc.make	Tue May  6 15:12:56 2014

*** 62,72 **** --- 62,73 ---- SALIBS = -lutil -lthread_db SAARCH = $(ARCHFLAG) else ifeq ($(OS_VENDOR), Darwin) SASRCFILES = $(DARWIN_NON_STUB_SASRCFILES) ! #SALIBS = -g -framework Foundation -F/System/Library/Frameworks/JavaVM.framework/Frameworks -framework JavaNativeFoundation -framework Security -framework CoreFoundation + SALIBS = -g -framework Foundation -F/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/JavaVM.framework/Frameworks -framework JavaNativeFoundation -framework Security -framework CoreFoundation #objc compiler blows up on -march=i586, perhaps it should not be included in the macosx intel 32-bit C++ compiles? SAARCH = $(subst -march=i586,,$(ARCHFLAG)) else SASRCFILES = $(SASRCDIR)/StubDebuggerLocal.c SALIBS =

make/bsd/makefiles/saproc.make
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File