This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Joe Buck wrote:A remark (you can already find traces of it in a couple of confusing messages I sent earlier today): if I understand correctly what Ian proposed a few days ago, ideally the compiler should not just default to i486 but, in fact, should be completely prevented from targeting vanilla 386 (unless one passes at build time --enable-i386, or something like that). Something stronger.
I don't think we need to automatically generate multilibs. If you needWe would need some way of allowing mere mortals to build the
special multilibs, add your own -t file. :-) (I do still think that we
need a way to specify multilibs at configure time, but that's a separate
project.)
needed multilibs.
In general, or for x86? I don't see why we can't just change gcc to default to -march=i486, and let that be that.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |