all: minor cleanups, update some comments

This commit is contained in:
Markus F.X.J. Oberhumer
2023-01-13 05:37:28 +01:00
parent 696d0eec64
commit f00667ad7d
7 changed files with 32 additions and 23 deletions
@@ -40,9 +40,9 @@ podman run "${flags[@]}" "$image" bash -l
# lots of other cross-compilers are installed; see "ls /usr/bin/*g++*"
# and see misc/cross-compile-upx-with-podman/build-all-inside-container.sh; after
# running that script you can do cool things like:
# running that script we can do cool things like:
# cd /home/upx/src/upx/build/cross-compile-upx-with-podman/alpha-linux-gnu/debug
# qemu-alpha -L /usr/alpha-linux-gnu upx --version
# cd /home/upx/src/upx/build/cross-compile-upx-with-podman/hppa-linux-gnu/debug
# qemu-hppa -L /usr/hppa-linux-gnu upx --version
# (similar for many other archs)
# (similar for many other archs)
@@ -53,7 +53,7 @@ podman run "${flags[@]}" "$image" bash -l
# ./build/extra/gcc/release/upx --version
# make -C build/extra/gcc/release test
# and we can also rebuild UPX with -m32:
# and we can also build UPX with -m32:
# cd /home/upx/src/upx
# rm -rf ./build/extra/gcc-m32/release
# make build/extra/gcc-m32/release
@@ -61,7 +61,7 @@ podman run "${flags[@]}" "$image" bash -l
# ./build/extra/gcc-m32/release/upx --version
# make -C build/extra/gcc-m32/release test
# and we can also rebuild UPX with -mx32: (NOTE: needs CONFIG_X86_X32_ABI on host kernel!)
# and we can also build UPX with -mx32: (NOTE: needs CONFIG_X86_X32_ABI on host kernel!)
# cd /home/upx/src/upx
# rm -rf ./build/extra/gcc-mx32/release
# make build/extra/gcc-mx32/release