]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* THANKS: Added Chris Laas <golem@MIT.EDU>
authorGary V. Vaughan <gary@gnu.org>
Thu, 21 Jan 1999 17:37:42 +0000 (17:37 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 21 Jan 1999 17:37:42 +0000 (17:37 +0000)
From Chris Laas <golem@MIT.EDU>
* ltmain.in (compile):  corrected a typo in compile mode which
caused "gcc: unrecognized option -c-fPIC" errors due to a missing
space.

ChangeLog
THANKS
ltmain.in

index 6edc84a902a3d2a499c15403b81e96789e37e9e7..445c03c1672281b4cb6fdf684a7b8982d27a85b4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+1999-01-21  Gary V. Vaughan  <garyv@oranda.demon.co.uk>
+
+       * THANKS: Added Chris Laas <golem@MIT.EDU>
+       
+       From Chris Laas <golem@MIT.EDU>
+       * ltmain.in (compile):  corrected a typo in compile mode which
+       caused "gcc: unrecognized option -c-fPIC" errors due to a missing
+       space.
+
 1999-01-21  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
        * libltdl/configure.in: reintroduce code to detect native library
diff --git a/THANKS b/THANKS
index ca618fb4113fd19c26c9832537ade26854421654..d21d953ddcada1d5f2dd19c9a34c8cca437c693c 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -13,6 +13,7 @@ Andrey Slepuhin <pooh@msu.ru>
 Bruno Haible <haible@ilog.fr>
 Carl D. Roth <roth@cse.ucsc.edu>
 Charles S. Kerr <cskerr@delenn.jccbi.gov>
+Chris Laas <golem@MIT.EDU>
 Chris P. Ross <cross@eng.us.uu.net>
 Edouard G. Parmelan <Edouard.Parmelan@France.NCR.COM>
 Eric Estievenart <eric@via.ecp.fr>
index 02fb1766d3a15870bb5a8bfd6e61c75c146e9b56..b11e58587ba5ae4e02fe0a15e34e2ffc9c93838d 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -428,7 +428,7 @@ compiler."
       fbsd_hideous_sh_bug=$base_compile
 
       # All platforms use -DPIC, to notify preprocessed assembler code.
-      command="$base_compile$pic_flag -DPIC $srcfile"
+      command="$base_compile $pic_flag -DPIC $srcfile"
       if test "$build_old_libs" = yes; then
         lo_libobj="$libobj"
        dir=`$echo "X$libobj" | $Xsed -e 's%/[^/]*$%%'`