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]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]