* 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.
This commit is contained in:
Gary V. Vaughan 1999-01-21 17:37:42 +00:00
parent 1095b0d2c9
commit 7badfd3dcf
3 changed files with 11 additions and 1 deletions

View File

@ -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

1
THANKS
View File

@ -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>

View File

@ -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%/[^/]*$%%'`