mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-14 14:36:36 +00:00
Build dmalloc with -fPIC to sucessfully build the shared library with newer binutils.
/trunk/scripts/build/debug/100-dmalloc.sh | 1 1 0 0 + 1 file changed, 1 insertion(+)
This commit is contained in:
parent
44a2186e47
commit
1daa4db721
@ -37,6 +37,7 @@ do_debug_dmalloc_build() {
|
||||
|
||||
LD="${CT_TARGET}-ld" \
|
||||
AR="${CT_TARGET}-ar" \
|
||||
CFLAGS=-fPIC \
|
||||
CT_DoExecLog ALL \
|
||||
"${CT_SRC_DIR}/dmalloc-${CT_DMALLOC_VERSION}/configure" \
|
||||
--prefix=/usr \
|
||||
|
Loading…
x
Reference in New Issue
Block a user