git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Unify syntax for alpha and other systems for the creation of shared libraries.
[u/mrichter/AliRoot.git]
/
conf
/
MachineDef.Linux
diff --git
a/conf/MachineDef.Linux
b/conf/MachineDef.Linux
index f751cf12ab2ae923fe04dde9d3ed87ccd8d9e252..c32dcce113e5c227e9495c2b624925f72bbb7af3 100644
(file)
--- a/
conf/MachineDef.Linux
+++ b/
conf/MachineDef.Linux
@@
-32,6
+32,8
@@
DEPINC = -I/usr/local/include/g++ -I/usr/local/include \
LD = g++
LDFLAGS = $(OPT)
+
+SHLD = $(LD)
SOFLAGS = -Wl,-soname,$(notdir $@) -shared
SHLIB = -lg2c