Re: Re: GCC problem, take two
Jakub Jelinek <[email protected]>
| Newsgroups | gmane.linux.aurora.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jan 29, 2003 at 10:04:44AM -0500, Tom 'spot' Callaway wrote: > To the best of my knowledge, the gcc-*sparc32* packages provide the > sparc32 optimizations, which is why it fails building things with high > optimization (e.g. crypto). It probably should always be present though, > even though its technically optional. gcc-*sparc32* is just an optimization. If something builds when gcc-*sparc32* is installed and doesn't without that, it just means you don't have enough memory, because the memory footprint of normal gcc is between 1.5 and twice as big as the one of gcc-*sparc32* (it uses long long in lots of places). Jakub