We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8b96ad commit 46ced34Copy full SHA for 46ced34
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