This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
How build gold linker?
- From: Fiodar <fedor_qd at mail dot ru>
- To: binutils <binutils at sourceware dot org>
- Date: Tue, 29 Mar 2016 21:11:29 +0300
- Subject: How build gold linker?
- Authentication-results: sourceware.org; auth=none
- Reply-to: Fiodar <fedor_qd at mail dot ru>
Why can't build gold linker? Compiler - Mingw 4.8.1. Taken from my shell script:
TARGET=arm-none-symbianelf
# Installation folder
GCCC=gcc-5.3.0-2
PREFIX=/usr/local/$GCCC
PATH=$PATH:$PREFIX/bin
unset CFLAGS
export CFLAGS+="-pipe"
# ------------------
BINUTILS=binutils-2.26
mkdir build-binutils2
cd build-binutils2
make clean
../$BINUTILS/configure --target=$TARGET --prefix=$PREFIX --disable-option-checking \
--enable-ld --enable-gold --enable-lto --enable-vtable-verify \
--enable-werror=no --without-headers --disable-nls --disable-shared \
--disable-libquadmath --enable-plugins --enable-multilib
make
make install-strip
cd ..
Stryzhniou Fiodar
ÐÑÑÐÐÐÑÐ ÐÐÐÐÑ