This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
configure.target: overwrites known cpu's to generic
- From: Matthias Klose <doko at cs dot tu-berlin dot de>
- To: libstdc++ at gcc dot gnu dot org, aj at suse dot de
- Date: Fri, 20 Jun 2003 08:00:50 +0200
- Subject: configure.target: overwrites known cpu's to generic
libstdc++'s configure.target does overwrite any "known" cpu to
generic:
- i486 is overwritten to generic
- i386 has it's own abi, it's not i486, overwritten to generic anyway
- s390 is overwritten to generic
- all other cpu's not handled in the switch are overwritten to generic
(i.e. mips/mipsel)
checked on the branch only.
Matthias