rcl (Andrew Kosteltsev)
- Login: rcl
- Registered on: 01/21/2022
- Last sign in: 02/05/2022
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
01/25/2022
-
08:57 AM Ruby Bug #18507: Incorrect target_os detection in configure script
In case 'arm-unknown-linux-gnueabihf' GNU Autotools recognizes target_os as 'linux-gnueabihf' (and 'linux-gnu' if 'arm-unknown-linux-gnu'). But ruby has own function for getting target_os during configuration process. I think there are...
01/21/2022
-
03:19 PM Ruby Bug #18507 (Open): Incorrect target_os detection in configure script
configure.ac incorrectly detect target_os by target triplet such as arm-unknown-linux-gnueabihf. In case arm-unknown-linux-gnueabihf suffix we have incorrect ruby arch = 'arm-linux-eabihf' instead of 'arm-linux'.
configure.ac: 246:
...