Comment 45 for bug 908508

Revision history for this message
In , Acatel (acatel) wrote :

Any update on this?

I'm trying to build a JIT-free version a SM for armv7.
The last failing piece is related to YARR-JIT.

Landry, I can build without error with your patch but the link fail with :

Undefined symbols for architecture armv7:
  "__ZN3JSC14ExecutablePoolD1Ev", referenced from:
      __ZN3JSC19ExecutableAllocatorD2Ev in jsapi.o
      __ZN2js12RegExpShared6decrefEP9JSContext in jsstr.o
      __ZN2js12RegExpShared14createUncachedEP9JSContextP14JSLinearStringNS_10RegExpFlagEPNS_11TokenStreamE in RegExpObject.o
  "__ZN3JSC4Yarr7executeERNS0_13YarrCodeBlockEPKtjjPi", referenced from:
      __ZN2js12RegExpShared7executeEP9JSContextPKtmPmRNS_14LifoAllocScopeEPPNS_10MatchPairsE in RegExpObject.o
ld: symbol(s) not found for architecture armv7

Any idea?