Nathan Beyer wrote: > I'm building the classlib on the same machine and the classlib tests > at least execute with the IBM VM. > > Is there anything I can look for in the compile log to verify the build?
Not sure what you mean by 'verify' the build, but you should be able to see the -march=pentium3 option in the portlib build log. Regards, Tim > On 3/31/07, Tim Ellison <[EMAIL PROTECTED]> wrote: >> Gregory Shimansky wrote: >> > The function code is jsig_primary_sigaction is not DRLVM specific. It >> > actually comes from classlib portlib. Could it be that Harmony build >> > that you are using was compiled with P4 specific optimizations? Looking >> > at the function code I don't see any assembly, so it should be gcc >> which >> > generated such code. >> >> The sig library picks up the default rules file for classlib on x86 >> Linux, which has -march=pentium3 >> >> Regards, >> Tim >> >> >
