Skip to content
Snippets Groups Projects
Commit 6f864be0 authored by Tom Lane's avatar Tom Lane
Browse files

Revert -Wl, change to Makefile.osf, as the allegedly more standard

syntax apparently does not work for all toolchains on that platform.
Per Honda Shigehiro.
parent 7507d594
No related branches found
No related tags found
No related merge requests found
AROPT = crs
DLSUFFIX = .so
CFLAGS_SL =
rpath = -Wl,-rpath -Wl,$(rpathdir)
rpath = -rpath $(rpathdir)
%.so: %.o
$(LD) -shared -expect_unresolved '*' -o $@ $<
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment