Files
Arch-R/packages/debug/strace/build
Stephan Raue 9a5de7c2ea strace:
- remove hack for not using linker plugin (fixed now)
2010-06-05 08:18:04 +02:00

11 lines
139 B
Bash
Executable File

#!/bin/sh
. config/options
$SCRIPTS/build toolchain
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME
make