This is the mail archive of the java-discuss@sourceware.cygnus.com 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]

Re: ARM and libffi...


>>>>> "Scott" == Scott Bambrough <scottb@netwinder.org> writes:

Scott> 2) libgcj is multilibbed on my NetWinder.  It attempts to build
Scott> a softfloat version as well.  The build currently dies when
Scott> compiling libffi/src/arm/sysv.S due to the floating point
Scott> instructions in the assembler.  I can provide a softfloat
Scott> friendly version of this file, but I can't figure out how to
Scott> integrate it into the build.  Can someone help me out there?

I think the best way to do it is to put all the code in sysv.S and use
cpp to choose between the different bits of code.

Offhand I don't know which preprocessor define could be used to do
this.  You'd have to poke around.

Scott> 3) I came across the following paragraph in the readme.
Scott> [ ... ]

Thanks.  I deleted that stuff from the README.

Tom

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