Add linker script and libust initializer object
[ust.git] / libust.ldscript.in
diff --git a/libust.ldscript.in b/libust.ldscript.in
new file mode 100644 (file)
index 0000000..3babac6
--- /dev/null
@@ -0,0 +1,4 @@
+/* GNU ld script
+   Use the shared library, but the link with initializer too */
+OUTPUT_FORMAT(@FORMAT@)
+GROUP ( @PATH@/libust.so.0 @PATH@/libust-initializer.o )
This page took 0.02204 seconds and 4 git commands to generate.