Commit 31fba1d9 authored by Bruce Momjian's avatar Bruce Momjian

Mips sysv4 support.

parent 10da89c1
...@@ -2,3 +2,9 @@ ...@@ -2,3 +2,9 @@
# define USE_POSIX_SIGNALS # define USE_POSIX_SIGNALS
# define NO_EMPTY_STMTS # define NO_EMPTY_STMTS
# define SYSV_DIRENT # define SYSV_DIRENT
#ifndef BYTE_ORDER
#ifdef MIPSEB
#define BYTE_ORDER BIG_ENDIAN
#endif
#endif
# MAKE_EXPORTS is required for svr4 loaders that want a file of # MAKE_EXPORTS is required for svr4 loaders that want a file of
# symbol names to tell them what to export/import. # 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 %.so: %.o
$(LD) -G -Bdynamic -o $@ $< $(LD) -G -Bdynamic -o $@ $<
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment