OpenJDK zero on sparc linux
Christian Thalinger
twisti at complang.tuwien.ac.at
Mon Apr 7 06:35:39 PDT 2008
On Mon, 2008-04-07 at 15:21 +0200, seb at frankengul.org wrote:
> Unfortunately, I'm unable to trick the build into using gcc-4.1
> instead of gcc.
> Even passing gcc-4.1 as CC works with the configure script but is
> ignored when building
> the interpreter.
When cross-compiling I use:
$ make ARCH=arm ARCH_DATA_MODEL=32 ALT_COMPILER_PATH=/path/to/compiler
This should let you pick another GCC version.
- twisti
More information about the distro-pkg-dev
mailing list