projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7507d59
)
Revert -Wl, change to Makefile.osf, as the allegedly more standard
author
Tom Lane
<tgl@sss.pgh.pa.us>
Thu, 6 Jan 2005 20:56:50 +0000
(20:56 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Thu, 6 Jan 2005 20:56:50 +0000
(20:56 +0000)
syntax apparently does not work for all toolchains on that platform.
Per Honda Shigehiro.
src/makefiles/Makefile.osf
patch
|
blob
|
blame
|
history
diff --git
a/src/makefiles/Makefile.osf
b/src/makefiles/Makefile.osf
index 912134ea9a51b734fe470b78c53b0e5b0c32ab43..ebd6c30149bcd8c51640fcdd6deca29c896af131 100644
(file)
--- a/
src/makefiles/Makefile.osf
+++ b/
src/makefiles/Makefile.osf
@@
-1,7
+1,7
@@
AROPT = crs
DLSUFFIX = .so
CFLAGS_SL =
-rpath = -
Wl,-rpath -Wl,
$(rpathdir)
+rpath = -
rpath
$(rpathdir)
%.so: %.o
$(LD) -shared -expect_unresolved '*' -o $@ $<