]> granicus.if.org Git - postgresql/commitdiff
Mips sysv4 support.
authorBruce Momjian <bruce@momjian.us>
Mon, 14 Jul 1997 16:52:13 +0000 (16:52 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 14 Jul 1997 16:52:13 +0000 (16:52 +0000)
src/include/port/svr4.h
src/makefiles/Makefile.svr4

index 0c9810a1cc2128bbd6e6f0108f3540284b0ef062..0910fe2d298695d178b115b9bc06435eed1e8c10 100644 (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 
index 9c9e5b3e5af76e97a36a54ef58c3ca81c00ce787..21e1d7207d70ce9dbc0ba121b188c5a383ccb1a9 100644 (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 $@ $<