This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
multiple cpu's with a single install
- From: William Baker <bbaker at priefert dot com>
- To: java at gcc dot gnu dot org
- Date: Mon, 26 Sep 2005 21:42:13 -0500
- Subject: multiple cpu's with a single install
I would like to support a new CPU. It's been a very long time since I
dug deep into the gcc emitter code. (Think Amiga.)
Has anyone ever considered the possibility of supporting multiple CPU's
and architectures with a single install? I already have a small
collection of cross compilers, and I really wish I could just say "gcc
--cpu=arm hello.c", or "gcc --cpu=i686 hello.c". Pipe dream?
Please forgive the slightly off-topic post. I hang out on this list and
really appreciate those I have come to recognize through their posts.
bbaker