Files
Arch-R/packages/debug/strace/build

11 lines
139 B
Plaintext
Raw Normal View History

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