Files
Arch-R/packages/toolchain/devel/binutils/install
Stephan Raue 23f550c1b3 binutils:
- enable gold and plugins
2010-06-03 16:39:57 +02:00

11 lines
239 B
Bash
Executable File

#!/bin/sh
. config/options
PKG_DIR=`find $PACKAGES -type d -name $1`
make -C $PKG_BUILD/objdir install
cp ${TARGET_PREFIX}ld.gold ${TARGET_PREFIX}gold
cp $ROOT/$TOOLCHAIN/$TARGET_NAME/bin/ld.gold $ROOT/$TOOLCHAIN/$TARGET_NAME/bin/gold