mirror of
https://github.com/termux/termux-packages.git
synced 2025-02-22 15:47:26 +00:00
* Rename main package to binutils-libs * Install executables into libexec/binutils/ * Create subpackage binutils-bin not conflicting with binutils-is-llvm - binutils-bin contains symlinks bin/{as,elfedit,gprof,ld.bfd} * Make binutils essentially a metapackage only containing symlinks
13 lines
346 B
Plaintext
13 lines
346 B
Plaintext
diff -r -u ../binutils-2.24/ld/configure.tgt ./ld/configure.tgt
|
|
--- ../binutils-2.24/ld/configure.tgt 2013-11-26 12:37:33.000000000 +0100
|
|
+++ ./ld/configure.tgt 2014-02-12 18:06:26.000000000 +0100
|
|
@@ -769,7 +769,7 @@
|
|
|
|
esac
|
|
|
|
-NATIVE_LIB_DIRS='/usr/local/lib /lib /usr/lib'
|
|
+NATIVE_LIB_DIRS='/system/lib'
|
|
case "${target}" in
|
|
|
|
*-*-dragonfly*)
|