- Jun 27, 2024
-
-
Luca Abeni authored
The old version does not compile anymore
-
- Oct 31, 2023
-
-
Luca Abeni authored
This script copies an executable to a destination /bin directory, checks for the libraries it depends on, and copies such libraries in the destination /lib directory.
-
Luca Abeni authored
-
- May 17, 2023
-
-
Luca Abeni authored
For ARM boards, '-S AMA' could be useful
-
Luca Abeni authored
-
Luca Abeni authored
This was a leftover from previous implementations
-
- May 13, 2023
-
-
Luca Abeni authored
-
- Jan 21, 2023
-
-
Luca Abeni authored
The previous version did not cross-compile correctly (for aarch64, at least)
-
- Oct 18, 2020
-
-
Luca Abeni authored
Fix a build failure with modern toolchains
-
- Mar 08, 2019
-
-
Luca Abeni authored
-
- Mar 06, 2019
-
-
Luca Abeni authored
-
Luca Abeni authored
Just unset the locale at the beginning of the script
-
- Dec 05, 2018
-
-
Luca Abeni authored
And fix a typo in the meanwhile... :)
-
Luca Abeni authored
-
- Nov 05, 2018
-
-
Luca Abeni authored
Hopefully, this is unused. If it is not, it can still be recovered from git history.
-
Luca Abeni authored
Split utils See merge request !1
-
Luca Abeni authored
-
Luca Abeni authored
-
Luca Abeni authored
-
- Nov 04, 2018
-
-
Luca Abeni authored
Now, it should be sufficient to set "PREFIX"
-
Luca Abeni authored
When the "$ARCH" environment variable is not set, we ended up with "make ARCH=", setting a non-existent arch... Fix the issue by exporting the environment variable instead...
-
- Nov 02, 2018
-
-
Luca Abeni authored
-
Luca Abeni authored
Still TODO: fix the "ARCH vs MARCH vs CROSS" mess!
-
Luca Abeni authored
-
Luca Abeni authored
-
Luca Abeni authored
It was working by chance
-
Luca Abeni authored
Only lightly tested with ARM
-
Luca Abeni authored
-
- Nov 01, 2018
-
-
Luca Abeni authored
For some reason, "--sysroot=" is not enough, while "-L" seems to work well
-
- Oct 31, 2018
-
-
Luca Abeni authored
Still to be fully tested...
-
Luca Abeni authored
-
Luca Abeni authored
-
- Oct 30, 2018
-
-
Luca Abeni authored
This will help cross-compiling ("ldd" wants to execute the program)
-
Luca Abeni authored
-
- Aug 24, 2018
-
-
Luca Abeni authored
sudo was broken by commit f5fd2e2d which caused only libnss_files-2.*.so to be installed, while sudo searches for libnss_files.so.2
-
- Aug 01, 2018
-
-
Luca Abeni authored
-
- Jul 31, 2018
-
-
Luca Abeni authored
In some architectures (mainly 32bit ones), the directory can be empty, so nothing has to be copied
-
Luca Abeni authored
In some cases, the same library can be present more times in /lib (one of the two files can be a symbolic name to the other one). So, only fetch one of the files.
-
- Dec 21, 2017
-
-
Luca Abeni authored
This should allow to generate guest images from fedora and other distros
-
Luca Abeni authored
This is needed in distributions where /lib and/or /lib64 are symlinks to something else
-