OSDN Git Service

Revert -Wl, change to Makefile.osf, as the allegedly more standard
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 6 Jan 2005 20:56:50 +0000 (20:56 +0000)
committerTom 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

index 912134e..ebd6c30 100644 (file)
@@ -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 $@ $<