From: Marek P. <ma...@us...> - 2002-01-28 18:32:54
|
Update of /cvsroot/javaprofiler/library/config In directory usw-pr-cvs1:/tmp/cvs-serv25717/config Modified Files: config_sparc_sunos58_gcc302.mk config_x86_linux_gcc302.mk Log Message: Index: config_sparc_sunos58_gcc302.mk =================================================================== RCS file: /cvsroot/javaprofiler/library/config/config_sparc_sunos58_gcc302.mk,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** config_sparc_sunos58_gcc302.mk 2002/01/27 14:33:24 1.2 --- config_sparc_sunos58_gcc302.mk 2002/01/28 18:32:51 1.3 *************** *** 37,41 **** # modify as needed ! DEFINES = -DSUNOS -DUSE_RAW_MONITORS -DUSE_ALLOCATOR -fpic INCLUDES = -I$(JAVA_PATH)/include -I$(JAVA_PATH)/include/solaris --- 37,41 ---- # modify as needed ! DEFINES = -DSUNOS -DUSE_RAW_MONITORS -DUSE_ALLOCATOR INCLUDES = -I$(JAVA_PATH)/include -I$(JAVA_PATH)/include/solaris *************** *** 53,62 **** # (compilation without -DUSE_RAW_MONITORS) # ! #LDLIBS = -lpthread -lthread LDFLAGS2 = $(DEFINES) -shared -o $(NATIVE_LIBRARY_NAME) LDLIBS2 = ! CPPFLAGS = -c $(FLAGS) $(DEFINES) $(INCLUDES) ################################################################ --- 53,62 ---- # (compilation without -DUSE_RAW_MONITORS) # ! #LDLIBS = $(LDLIBS) -lpthread -lthread LDFLAGS2 = $(DEFINES) -shared -o $(NATIVE_LIBRARY_NAME) LDLIBS2 = ! CPPFLAGS = -fpic -c $(FLAGS) $(DEFINES) $(INCLUDES) ################################################################ Index: config_x86_linux_gcc302.mk =================================================================== RCS file: /cvsroot/javaprofiler/library/config/config_x86_linux_gcc302.mk,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** config_x86_linux_gcc302.mk 2002/01/28 14:00:00 1.5 --- config_x86_linux_gcc302.mk 2002/01/28 18:32:51 1.6 *************** *** 47,54 **** #FLAGS = -O3 -DNDEBUG -fno-rtti -fno-exceptions - # shared library dynamically or statically linked - # with gcc and stdc++ libraries - # choose one of following two possibilities - LDFLAGS = $(DEFINES) -shared -o $(PROF_LIBRARY_NAME) LDLIBS = --- 47,50 ---- |