mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-23 15:19:27 +08:00
* ltconfig.in (solaris2.6, whole_archive_flag_spec): Do not use
-Wl for allextract.
This commit is contained in:
parent
5da077c29b
commit
bf145d1820
@ -1,3 +1,8 @@
|
||||
1999-05-16 Alexandre Oliva <oliva@dcc.unicamp.br>
|
||||
|
||||
* ltconfig.in (solaris2.6, whole_archive_flag_spec): Do not use
|
||||
-Wl for allextract.
|
||||
|
||||
1999-05-14 Alexandre Oliva <oliva@dcc.unicamp.br>
|
||||
|
||||
* instutil/chmod: New script to avoid chmod'ing files while
|
||||
|
@ -1370,7 +1370,7 @@ else
|
||||
case "$host_os" in
|
||||
solaris2.[0-5] | solaris2.[0-5].*) ;;
|
||||
*) # Supported since Solaris 2.6 (maybe 2.5.1?)
|
||||
whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' ;;
|
||||
whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;;
|
||||
esac
|
||||
link_all_deplibs=yes
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user