Re: SID configury, libtoolery updated
Dave Brolley <[email protected]>
| Newsgroups | gmane.comp.emulators.sid.devel |
|---|---|
| Message-ID | <[email protected]> |
Jim Blandy wrote: >Dave Brolley <[email protected]> writes: > > >>--enable-shared used to tbe the default. It is no longer? >> >> > >Here's (I think) the logic in libiberty/config.table, from 'cvs annotate': > >1.10 (dj 27-Dec-04): # If they didn't specify --enable-shared, don't generate shared libs. >1.10 (dj 27-Dec-04): case "${enable_shared}" in >1.10 (dj 27-Dec-04): yes) shared=yes ;; >1.10 (dj 27-Dec-04): no) shared=no ;; >1.10 (dj 27-Dec-04): "") shared=no ;; >1.10 (dj 27-Dec-04): *) shared=yes ;; >1.10 (dj 27-Dec-04): esac > > OK. I meant the default for sid is --enable-shared. I imagine that the defaults for SID and libiberty should be the same, unless we go ahead and take a copy of the source, as suggested by Frank. Dave > >