diff options
Diffstat (limited to 'src/makefiles/Makefile.univel')
-rw-r--r-- | src/makefiles/Makefile.univel | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/makefiles/Makefile.univel b/src/makefiles/Makefile.univel index 3bfc5c0799e..4048f3977b5 100644 --- a/src/makefiles/Makefile.univel +++ b/src/makefiles/Makefile.univel @@ -1,9 +1,4 @@ -# -# The univel port is almost guaranteed NOT to work yet. -# -# MAKE_EXPORTS is required for svr4 loaders that want a file of -# symbol names to tell them what to export/import. -#MAKE_EXPORTS= true +LDFLAGS+= -lc89 -Wl,-Bexport %.so: %.o $(LD) -G -Bdynamic -o $@ $< |