]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltconfig.in (hardcode_libdir_flag_spec, export_dynamic_flag_spec):
authorAlexandre Oliva <aoliva@redhat.com>
Mon, 4 Sep 2000 07:06:49 +0000 (07:06 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Mon, 4 Sep 2000 07:06:49 +0000 (07:06 +0000)
Use ${wl}, not ${wlarc}.

ChangeLog
ltconfig.in

index 0c3b0d722c62222e053e9a251fcf150f63ab7804..927296bf641d23badae280710b3041f72e020cdf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2000-09-04  Alexandre Oliva  <aoliva@redhat.com>
 
+       * ltconfig.in (hardcode_libdir_flag_spec, export_dynamic_flag_spec):
+       Use ${wl}, not ${wlarc}.
+       
        * ltmain.in (compile, need_lock): Don't create nor remove lock
        files in dry runs.
        
index 1fe3fdbf357cf96dde8d94758b028d9601dcad49..f4684ad60ce2bc0f337dca11450bba2617803267 100755 (executable)
@@ -1249,8 +1249,8 @@ EOF
 
   if test "$ld_shlibs" = yes; then
     runpath_var=LD_RUN_PATH
-    hardcode_libdir_flag_spec="$wlarc"'--rpath '"$wlarc"'$libdir'
-    export_dynamic_flag_spec="$wlarc"'--export-dynamic'
+    hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
+    export_dynamic_flag_spec='${wl}--export-dynamic'
     case $host_os in
     cygwin* | mingw*)
       # dlltool doesn't understand --whole-archive et. al.