mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-12 14:06:37 +08:00
* ltmain.in (pass_all): actively pass the flags
This commit is contained in:
parent
2b98638b48
commit
2a0eaa6262
@ -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!)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user