From 7badfd3dcfa1feb833db0524f136b9890fab644d Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Thu, 21 Jan 1999 17:37:42 +0000 Subject: [PATCH] * THANKS: Added Chris Laas From Chris Laas * ltmain.in (compile): corrected a typo in compile mode which caused "gcc: unrecognized option -c-fPIC" errors due to a missing space. --- ChangeLog | 9 +++++++++ THANKS | 1 + ltmain.in | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6edc84a90..445c03c16 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +1999-01-21 Gary V. Vaughan + + * THANKS: Added Chris Laas + + From Chris Laas + * 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 * libltdl/configure.in: reintroduce code to detect native library diff --git a/THANKS b/THANKS index ca618fb41..d21d953dd 100644 --- a/THANKS +++ b/THANKS @@ -13,6 +13,7 @@ Andrey Slepuhin Bruno Haible Carl D. Roth Charles S. Kerr +Chris Laas Chris P. Ross Edouard G. Parmelan Eric Estievenart diff --git a/ltmain.in b/ltmain.in index 02fb1766d..b11e58587 100644 --- 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%/[^/]*$%%'` -- 2.47.2