On Wed, May 11, 2005 at 02:55:22PM -0600, Jason Wever wrote: > On Wed, 11 May 2005, Ferris McCormick wrote: > > Currently the "replace-sparc64-flags" function from the flag-o-matic > eclass (used by mozilla* as well as others) doesn't handle changing > - -mcpu=ultrasparc3, only -mcpu=ultrasparc or -mcpu=v9. >
When i implemented replace-sparc64-flags(), i defined the possible replace candidates in a local variable. If you want to have it also replace ultrasparc3 just add the CPU at the following line in replace-sparc64-flags(): local SPARC64_CPUS="ultrasparc v9" Or tell me so i will do it. :) Christian -- [email protected] mailing list
