mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-12 14:06:37 +08:00
* 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:
parent
1095b0d2c9
commit
7badfd3dcf
@ -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
1
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>
|
||||
|
@ -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%/[^/]*$%%'`
|
||||
|
Loading…
Reference in New Issue
Block a user