https://github.com/robotpy/fakearmv7l
LD_PRELOAD hook for uname to change the machine type
https://github.com/robotpy/fakearmv7l
Last synced: about 1 year ago
JSON representation
LD_PRELOAD hook for uname to change the machine type
- Host: GitHub
- URL: https://github.com/robotpy/fakearmv7l
- Owner: robotpy
- Created: 2017-12-20T06:44:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-20T07:05:38.000Z (over 8 years ago)
- Last Synced: 2025-03-27T10:38:03.890Z (about 1 year ago)
- Language: C
- Size: 1000 Bytes
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
fake-armv7l
===========
This is a LD_PRELOAD library that hooks the uname function and changes the
machine type to be 'armv7l'. The string is intentionally hardcoded for
simplicity.
This exists to allow one to force pip to use a particular machine type when
creating wheels.
Usage
-----
LD_PRELOAD=/path/to/libfakearmv7l.so [command]
Credit
------
Stolen from https://geekscloud.wordpress.com/2012/09/06/faking-output-of-uname-command/
License
-------
Unknown