Re: Portable.NET 0.6.8 released
Rainer Groesslinger <[email protected]>
| Newsgroups | gmane.comp.gnu.dotgnu.developer |
|---|---|
| Message-ID | <1091960357.6361.1.camel@localhost> |
> s390 (no box available to test :[ ) and PPC64 support is being worked on > (there seems to be a problem with ppc64/pnet, perhaps related to > gcc-3.4). > Add ppc64 to the list of supported architectures ;-) It's the same problem as on amd64: gcc-3.4* produces a miscompiled cscc-cs when using -O2 or -O3. The ebuild now replaces those flags with -O1 if gcc-3.4* is used. -- Rainer