| Index: pnacl/driver/pnacl-driver.py
|
| diff --git a/pnacl/driver/pnacl-driver.py b/pnacl/driver/pnacl-driver.py
|
| index 5621fb1ee280eefaee0db5b8263d379cf9d493a6..0e2f933e2206efd0d1e3d9125dc3c7c264093acd 100755
|
| --- a/pnacl/driver/pnacl-driver.py
|
| +++ b/pnacl/driver/pnacl-driver.py
|
| @@ -498,6 +498,8 @@ def main(argv):
|
| # failure if pre-translated native code needs functions from it.
|
| env.append('LD_FLAGS', env.eval('-L${LIBS_NATIVE_ARCH}'))
|
| env.append('STDLIBS', '-lgcc')
|
| + # ???? try appending crt_platform
|
| + env.append('STDLIBS', '-lcrt_platform')
|
|
|
|
|
| if not env.get('STDLIB'):
|
|
|