This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Makefile & platform specific sources
- From: Anthony Green <green at redhat dot com>
- To: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- Cc: java-patches at gcc dot gnu dot org
- Date: 05 Feb 2002 18:25:33 -0800
- Subject: Re: Makefile & platform specific sources
- References: <3C608C30.1010803@waitaki.otago.ac.nz>
On Tue, 2002-02-05 at 17:51, Bryce McKinlay wrote:
> The PLATFORM_SPECIFIC_SOURCES thing didn't set up dependencies properly
> so I've changed it to PLATFORMOBJS instead,
I've just fixed another bug here. PLATFORMOBJS should be empty for
eCos, and I've initialized TARGET_ECOS with ${PROCESS-"no'} as a hack to
get the old behviour back for embedded targets (otherwise
ConcreteProcess points to PosixProcess and not EcosProcess).
I'll submit an updated patch once I've finished testing xscale-elf-gcj
again.
AG