diff options
-rw-r--r-- | ChangeLog-98a | 6 | ||||
-rw-r--r-- | include/makeinclude/platform_sco5.0.0-fsu-pthread.GNU | 12 |
2 files changed, 12 insertions, 6 deletions
diff --git a/ChangeLog-98a b/ChangeLog-98a index 7c07c2879d9..8e0e1f0b5b5 100644 --- a/ChangeLog-98a +++ b/ChangeLog-98a @@ -1,3 +1,9 @@ +Tue May 5 14:12:08 1998 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu> + + * include/makeinclude/platform_sco5.0.0-fsu-pthread.GNU: Added a + platform config file courtesy of Arturo Montes + <mitosys@colomsat.net.co>. + Tue May 05 08:35:18 1998 David L. Levine <levine@cs.wustl.edu> * ace/config-irix6.x-sgic++-nothreads.h: updated the determination diff --git a/include/makeinclude/platform_sco5.0.0-fsu-pthread.GNU b/include/makeinclude/platform_sco5.0.0-fsu-pthread.GNU index b8ebf4bb0cd..dd6c8c26db0 100644 --- a/include/makeinclude/platform_sco5.0.0-fsu-pthread.GNU +++ b/include/makeinclude/platform_sco5.0.0-fsu-pthread.GNU @@ -1,6 +1,6 @@ # $Id$ -# Requires FSU pthreads and gcc 2.7.2 installed in /usr/progressive +# Requires FSU pthreads and gcc 2.7.2 Skunkware 97 # to produce libACE.so correctly changed the specs file for gcc 2.7.2 # for not link -lc and -lgcc and other not shared libraries @@ -15,13 +15,13 @@ CC = gcc # LDLIBS += -L $(ACE_ROOT)/ace -L ./ ${FSU_PTHREADS_DIR}/init/init.o -lACE # -z muldefs LDLIBS += -L $(ACE_ROOT)/ace # -z muldefs CXX = g++ -CFLAGS += -b elf -w -CCFLAGS += -b elf -fpic -Xpg4plus -fno-implicit-templates -I ${FSU_PTHREADS_DIR}/include -I /usr/progressive/lib/g++-include +CFLAGS += -melf -w +CCFLAGS += -melf -fpic -fno-implicit-templates -I ${FSU_PTHREADS_DIR}/include DCFLAGS += -gstabs DCCFLAGS += $(DCFLAGS) DLD = $(CXX) -LD = $(CXX) -LIBS = -L${FSU_PTHREADS_DIR}/lib -lnsl -lsocket -lgthreads +LD = $(CXX) /usr/lib/libc.so.1 +LIBS = -lm -L${FSU_PTHREADS_DIR}/lib -lgthreads -lnsl -lsocket -lmalloc OCFLAGS += -O2 OCCFLAGS += $(OCFLAGS) PIC = -fpic @@ -29,7 +29,7 @@ AR = ar ARFLAGS = ruv RANLIB = /bin/true -SOFLAGS = $(CPPFLAGS) -b elf -fpic -G +SOFLAGS = $(CPPFLAGS) -melf -fpic -G SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.so $< # SOLINK = $(SOLINK.cc) -o $@ $(LDFLAGS) $< PRELIB = @true |