summaryrefslogtreecommitdiffstats
path: root/conf-ld
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy.zurcher@heraeus.com>2014-01-03 16:43:15 +0100
committerJérémy Zurcher <jeremy.zurcher@heraeus.com>2014-01-03 16:43:15 +0100
commiteb9c210d7412455363153ea2bdc5aca5aaa30384 (patch)
treeb079a409893dbd1c663d51337d903a63864dde3a /conf-ld
downloadconfig-parser-eb9c210d7412455363153ea2bdc5aca5aaa30384.zip
config-parser-eb9c210d7412455363153ea2bdc5aca5aaa30384.tar.gz
Initial commitHEADmaster
Diffstat (limited to 'conf-ld')
-rw-r--r--conf-ld7
1 files changed, 7 insertions, 0 deletions
diff --git a/conf-ld b/conf-ld
new file mode 100644
index 0000000..0935bfa
--- /dev/null
+++ b/conf-ld
@@ -0,0 +1,7 @@
+gcc -s
+
+This will be used to link .o files into an executable.
+
+use -shared -Wl,-soname, to generate dynamic library
+you may need to use -Wl,export-dynamic for reverse dependencies
+use -Wl,-rpath,PATH for library client program during developement