Mips sysv4 support.

This commit is contained in:
Bruce Momjian 1997-07-14 16:52:13 +00:00
parent 10da89c1fb
commit 31fba1d974
2 changed files with 8 additions and 2 deletions

View File

@ -2,3 +2,9 @@
# define USE_POSIX_SIGNALS
# define NO_EMPTY_STMTS
# define SYSV_DIRENT
#ifndef BYTE_ORDER
#ifdef MIPSEB
#define BYTE_ORDER BIG_ENDIAN
#endif
#endif

View File

@ -1,8 +1,8 @@
# MAKE_EXPORTS is required for svr4 loaders that want a file of
# symbol names to tell them what to export/import.
MAKE_EXPORTS= true
#MAKE_EXPORTS= true
LDFLAGS+= /usr/ucblib/libucb.a -LD-Blargedynsym
LDFLAGS+= -lc /usr/ucblib/libucb.a -LD-Blargedynsym
%.so: %.o
$(LD) -G -Bdynamic -o $@ $<