This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Makefile & platform specific sources


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]