Files
Arch-R/packages/debug/strace/build
Stephan Raue 910460f198 new package:
- strace for better debugging
2009-10-03 22:16:15 +02:00

11 lines
139 B
Bash

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