We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be6c6e commit 575c0edCopy full SHA for 575c0ed
src/makefiles/Makefile.hpux
@@ -24,3 +24,8 @@ endif
24
# to catch null pointer dereferences, and specify -E to make all symbols
25
# visible to dynamically linked shared libraries.
26
LDFLAGS+= -Wl,+b -Wl,$(LIBDIR) -Wl,-z -Wl,-E
27
+
28
+# Rule for building shared libs (currently used only for regression test
29
+# shlib ... should go away, since this is not really enough knowledge)
30
+%.sl: %.o
31
+ $(LD) -b -o $@ $<
0 commit comments