diff options
| author | Bruce Momjian | 1997-07-14 16:52:13 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1997-07-14 16:52:13 +0000 |
| commit | 31fba1d97416814d2ab863a7964fa0eced44e391 (patch) | |
| tree | ade66f3ff0f2460855ec0770d1fff8538d7700b0 /src/makefiles | |
| parent | 10da89c1fbb4bd6388a7254181803de7ba22958a (diff) | |
Mips sysv4 support.
Diffstat (limited to 'src/makefiles')
| -rw-r--r-- | src/makefiles/Makefile.svr4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefiles/Makefile.svr4 b/src/makefiles/Makefile.svr4 index 9c9e5b3e5af..21e1d7207d7 100644 --- a/src/makefiles/Makefile.svr4 +++ b/src/makefiles/Makefile.svr4 @@ -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 $@ $< |
