This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: ARM and libffi...
- To: Scott Bambrough <scottb at netwinder dot org>
- Subject: Re: ARM and libffi...
- From: Tom Tromey <tromey at cygnus dot com>
- Date: Thu, 11 May 2000 11:20:52 -0700 (PDT)
- Cc: Java/Libgcj Mailing List <java-discuss at sourceware dot cygnus dot com>
- References: <391AF0F7.D24A361@netwinder.org>
>>>>> "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