|
|
|
|
|
by jekub
3982 days ago
|
|
Very good ! Thanks. There is still some problems, on my nexus 9 "make" complain that it doesn't find "/bin/sh" which is normal, is it possible to change this so it can find the provided shell ?
And "ld" from binutils require gcc so it seems that it is not possible to work only with clang ? Thanks a lot, it is the best solution to develop on my Nexus 9, it really shine again ! |
|
If it's GNU make itself which tries to call /bin/sh directly, that could be patched from my side. But if it is a script from a file, you have to make the shebang replacement #!/bin/sh -> #!${PREFIX}/bin/sh yourself on all script files to be executed - there is a simple termux-fix-shebang script installed by default for that!