* ltmain.in (pass_all): actively pass the flags

This commit is contained in:
David Heine 1998-11-25 01:00:15 +00:00 committed by Alexandre Oliva
parent 2b98638b48
commit 2a0eaa6262
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,7 @@
1998-11-24 David Heine <dlheine@truffle.Stanford.EDU>
* ltmain.in (pass_all): actively pass the flags
1998-11-24 Thomas Tanner <tanner@gmx.de>
* depdemo: added inter-library dependencies demo (doesn't work yet!)

View File

@ -1355,7 +1355,9 @@ compiler."
major=""
newdeplibs=
case "$check_shared_deplibs_method" in
pass_all) ;; # Don't check for shared/static. Everything works.
pass_all)
newdeplibs=$deplibs
;; # Don't check for shared/static. Everything works.
# This might be a little naive. We might want to check
# whether the library exists or not. But this is on
# osf3 & osf4 and I'm not really sure... Just