repo.or.cz
/
grimoire-witchcraft.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
devel/binutils: initial commit
[grimoire-witchcraft.git]
/
devel
/
binutils
/
BUILD
blob
284a45aa47177baa2f9de186bc67e3399bc76f51
1
mkdir buildit
2
cd buildit
3
4
../configure --host=$HOST \
5
--build=$BUILD \
6
--prefix=/usr \
7
--infodir=${TRACK_ROOT}/usr/share/info \
8
--mandir=${TRACK_ROOT}/usr/share/man \
9
--enable-shared \
10
--disable-static \
11
$OPTS &&
12
make DESTDIR=$INSTALL_ROOT