Files
Arch-R/packages/toolchain/sed/build

15 lines
226 B
Plaintext
Raw Normal View History

2009-03-18 13:02:53 +01:00
#!/bin/sh
. config/options
$SCRIPTS/install ccache
setup_toolchain host
cd $PKG_BUILD
2009-03-18 13:02:53 +01:00
./configure --host=$HOST_NAME \
--build=$HOST_NAME \
--prefix=$ROOT/$TOOLCHAIN \
--disable-nls
make